diff options
author | Darren Tucker <dtucker@zip.com.au> | 2003-09-19 20:55:10 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2003-09-19 20:55:10 +1000 |
commit | 7baaa6a9615ec2bc05e4af7bcc751bfb2e6b3881 (patch) | |
tree | 024459b89ff61a3899e2115c4ebe076604c83d4c /ChangeLog | |
parent | 387666a626a625b516ea621e463682e647ffbb50 (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-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ | |||
5 | - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim | 5 | - (djm) Bug #646: Fix location of x11-ssh-askpass; Jim |
6 | - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h | 6 | - (dtucker) [openbsd-compat/port-aix.h] Bug #640: Don't include audit.h |
7 | unless required. Reorder to reduce warnings. | 7 | unless required. Reorder to reduce warnings. |
8 | - (dtucker) [session.c] Bug #643: Fix size_t -> u_int and fix null deref | ||
9 | when /etc/default/login doesn't exist or isn't readable. Fixes from | ||
10 | jparsons-lists at saffron.net and georg.oppenberg at deu mci com. | ||
8 | 11 | ||
9 | 20030918 | 12 | 20030918 |
10 | - (djm) Bug #652: Fix empty password auth | 13 | - (djm) Bug #652: Fix empty password auth |
@@ -1126,4 +1129,4 @@ | |||
1126 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1129 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1127 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1130 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1128 | 1131 | ||
1129 | $Id: ChangeLog,v 1.2994.2.11 2003/09/19 10:46:21 dtucker Exp $ | 1132 | $Id: ChangeLog,v 1.2994.2.12 2003/09/19 10:55:10 dtucker Exp $ |