summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-05-20 15:26:07 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-05-20 15:26:07 +1000
commit2216471510b3de30cb9df3e81bdfa267152ecd39 (patch)
tree09042cbcd2aef313b70ba8f8861c106bc680feaa /ChangeLog
parent29171e9f5c094d912bd27c60b2973617e05cc785 (diff)
- (dtucker) [auth-pam.c] Return empty string if fgets fails in
sshpam_tty_conv. Patch from ldv at altlinux.org.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb9a6ebea..a2c408552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,8 @@
38 djm owes me a vb and a tism cd for breaking ssh compilation 38 djm owes me a vb and a tism cd for breaking ssh compilation
39 - (dtucker) [auth-pam.c] malloc+memset -> calloc. Patch from 39 - (dtucker) [auth-pam.c] malloc+memset -> calloc. Patch from
40 ldv at altlinux.org. 40 ldv at altlinux.org.
41 - (dtucker) [auth-pam.c] Return empty string if fgets fails in
42 sshpam_tty_conv. Patch from ldv at altlinux.org.
41 43
4220070509 4420070509
43 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h. 45 - (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
@@ -2938,4 +2940,4 @@
2938 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2940 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2939 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2941 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2940 2942
2941$Id: ChangeLog,v 1.4669 2007/05/20 05:20:08 dtucker Exp $ 2943$Id: ChangeLog,v 1.4670 2007/05/20 05:26:07 dtucker Exp $