summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-14 00:45:51 +1100
committerDamien Miller <djm@mindrot.org>2001-02-14 00:45:51 +1100
commit6b4146ad739da603a298474db67824532508c3b8 (patch)
tree827aa4bbbd6920b55649fb03016847a2a51bab2c /ChangeLog
parent3dfeee46d710c74f48919c827b2403dc7a63c591 (diff)
- (djm) Move PAM session initialisation until after fork in sshd. Patch
from Nalin Dahyabhai <nalin@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 20ebaa3c9..ea8215ae1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
2 - (djm) Don't try to close PAM session or delete credentials if the 2 - (djm) Don't try to close PAM session or delete credentials if the
3 session has not been open or credentials not set. Based on patch from 3 session has not been open or credentials not set. Based on patch from
4 Andrew Bartlett <abartlet@pcug.org.au> 4 Andrew Bartlett <abartlet@pcug.org.au>
5 - (djm) Move PAM session initialisation until after fork in sshd. Patch
6 from Nalin Dahyabhai <nalin@redhat.com>
5 7
620010213 820010213
7 - (djm) Only test -S potential EGD sockets if they exist and are readable. 9 - (djm) Only test -S potential EGD sockets if they exist and are readable.
@@ -3918,4 +3920,4 @@
3918 - Wrote replacements for strlcpy and mkdtemp 3920 - Wrote replacements for strlcpy and mkdtemp
3919 - Released 1.0pre1 3921 - Released 1.0pre1
3920 3922
3921$Id: ChangeLog,v 1.755 2001/02/13 13:43:55 djm Exp $ 3923$Id: ChangeLog,v 1.756 2001/02/13 13:45:51 djm Exp $