summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-19 20:56:51 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-19 20:56:51 +1000
commitc11b1e84204e0ff449e9f3c50b990264a54f8921 (patch)
tree629451b8be69fcf9386ac1f7644c8b583b22c3b7 /ChangeLog
parent91acbf211c2d7508155daf75461435333254093a (diff)
- (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
when /etc/default/login doesn't exist or isn't readable. Fixes from jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dd2609ae7..fddf3314c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
8 - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim 8 - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim
9 - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h 9 - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h
10 unless required. Reorder to reduce warnings. 10 unless required. Reorder to reduce warnings.
11 - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref
12 when /etc/default/login doesn't exist or isn't readable. Fixes from
13 jparsons-lists at saffron.net and georg.oppenberg at deu mci com.
11 14
1220030918 1520030918
13 - (djm) Bug #652: Fix empty password auth 16 - (djm) Bug #652: Fix empty password auth
@@ -1129,4 +1132,4 @@
1129 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1132 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1130 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1133 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1131 1134
1132$Id: ChangeLog,v 1.3006 2003/09/19 10:43:38 dtucker Exp $ 1135$Id: ChangeLog,v 1.3007 2003/09/19 10:56:51 dtucker Exp $