summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2009-04-08 08:22:45 +0000
committerBrian Cameron <bcameron@src.gnome.org>2009-04-08 08:22:45 +0000
commit84b52658215a22c55625896d932cb8e6416ef407 (patch)
treec13111074e88e901ea43b61cce09888841823faa /ChangeLog
parent1b644de142a1ebc66e51d500cdf1f69007ba048c (diff)
downloadgdm-84b52658215a22c55625896d932cb8e6416ef407.tar.gz
Correct reversed if-test. Fix setting of PAM_TTY on Solaris. Also make
2009-04-08 Brian Cameron <brian.cameron@sun.com> * daemon/gdm-session-solaris-auditor.c: Correct reversed if-test. * daemon/gdm-session-worker.c: Fix setting of PAM_TTY on Solaris. Also make sure that the auditor is provided the username on failed login by getting PAM_USER. Without this patch, if you select the "Other" button and have a failed login, username will not be set. svn path=/trunk/; revision=6803
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f430aefa..b7a563ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-04-08 Brian Cameron <brian.cameron@sun.com>
+
+ * daemon/gdm-session-solaris-auditor.c: Correct reversed if-test.
+ * daemon/gdm-session-worker.c: Fix setting of PAM_TTY on Solaris.
+ Also make sure that the auditor is provided the username on failed
+ login by getting PAM_USER. Without this patch, if you select the
+ "Other" button and have a failed login, username will not be set.
+
2009-04-01 Hans Petter Jansson <hpj@novell.com>
Bug 568590 - Environment doesn't get passed on to jobs, leading
@@ -157,9 +165,9 @@
2009-03-13 Brian Cameron <brian.cameron@sun.com>
* daemon/xdmcp-chooser-slave-main.c, daemon/simple-slave-main.c:
- Call gdm_settings_direct_init. Otherwise when these programs try
- to read the xdmcp/PingIntervalSeconds configuration value, they
- fail to load it.
+ Call gdm_settings_direct_init. Otherwise when these programs try
+ to read the xdmcp/PingIntervalSeconds configuration value, they
+ fail to load it.
2009-03-13 Ray Strode <rstrode@redhat.com>