summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-08-03 15:50:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2010-08-03 15:50:16 +1000
commit8b7a055e9aac7c95d934e4ad8ba3991dfccfe586 (patch)
treee0092c8b45d80ce057a2ffd9096bc96c6bed68aa /ChangeLog
parent12b29dbd8a439b7de6bd7c30bf9b03539ac2e105 (diff)
- (dtucker) [monitor.c] Bug #1795: Initialize the values to be returned from
PAM to sane values in case the PAM method doesn't write to them. Spotted by Bitman Zhou, ok djm@.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 900999d7..fd2e2c06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-20100919
+20100903
+ - (dtucker) [monitor.c] Bug #1795: Initialize the values to be returned from
+ PAM to sane values in case the PAM method doesn't write to them. Spotted by
+ Bitman Zhou, ok djm@.
+
+20100819
- (dtucker) [contrib/ssh-copy-ud.1] Bug #1786: update ssh-copy-id.1 with more
details about its behaviour WRT existing directories. Patch from
asguthrie at gmail com, ok djm.