summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-10-20 21:24:58 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-10-20 21:24:58 +0000
commit787901c398a86e0ff2579f0cf67a6e0ba3ef53b9 (patch)
tree032a54232fdfa66920877492674a62fc8e534881 /ChangeLog
parente8061c71471468006f337729d8c996a912343a43 (diff)
downloadgdm-787901c398a86e0ff2579f0cf67a6e0ba3ef53b9.tar.gz
a bit of debug output.
Sat Oct 20 14:11:02 2001 George Lebl <jirka@5z.com> * daemon/errorgui.c, daemon/server.c: a bit of debug output. * daemon/slave.c: check the home dir, if it doesn't exist (or is not a directory, then tell the user and try again. Maybe we should continue and let the session fail, should we? I don't see any merit in trying to log in with no home dir. Also, clean up verify on auth problems, in term handler don't reset the signal mask, and fix some possible races and whack the chooser, same in xioerror handler. In slave_exit, mask the CHLD signal to avoid races, and other race fixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26e1ae05..2ec5c97b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Sat Oct 20 14:11:02 2001 George Lebl <jirka@5z.com>
+
+ * daemon/errorgui.c, daemon/server.c: a bit of debug output.
+
+ * daemon/slave.c: check the home dir, if it doesn't exist (or is not
+ a directory, then tell the user and try again. Maybe we should
+ continue and let the session fail, should we? I don't see any
+ merit in trying to log in with no home dir. Also, clean up verify
+ on auth problems, in term handler don't reset the signal mask,
+ and fix some possible races and whack the chooser, same in
+ xioerror handler. In slave_exit, mask the CHLD signal to avoid
+ races, and other race fixes
+
Sat Oct 20 13:31:07 2001 George Lebl <jirka@5z.com>
* utils/gdmopen.c: set VT_NUMBER env var