summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-03-31 21:51:54 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-03-31 21:51:54 +1000
commit73ba43798a3e81149f65a03d51f23bf9fa928011 (patch)
tree9c4b7ba2cad41620ca1994b78e7b4c8cd4b565b3 /ChangeLog
parentf3bb4341777eb44df1ca7db0d574f849821a186c (diff)
- (dtucker) [ssh.c] Prevent null pointer deref in port forwarding debug
message on some platforms. Patch from pete at seebeyond.com via djm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eba53b36e..ba31bb80c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,8 @@
15 - (dtucker) [auth.h sshd.c openbsd-compat/port-aix.c] Bug #1006: fix bug in 15 - (dtucker) [auth.h sshd.c openbsd-compat/port-aix.c] Bug #1006: fix bug in
16 handling of password expiry messages returned by AIX's authentication 16 handling of password expiry messages returned by AIX's authentication
17 routines, originally reported by robvdwal at sara.nl. 17 routines, originally reported by robvdwal at sara.nl.
18 - (dtucker) [ssh.c] Prevent null pointer deref in port forwarding debug
19 message on some platforms. Patch from pete at seebeyond.com via djm.
18 20
1920050329 2120050329
20 - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we're 22 - (dtucker) [contrib/aix/buildbff.sh] Bug #1005: Look up only the user we're
@@ -2405,4 +2407,4 @@
2405 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2407 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2406 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2408 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2407 2409
2408$Id: ChangeLog,v 1.3732 2005/03/31 11:39:25 dtucker Exp $ 2410$Id: ChangeLog,v 1.3733 2005/03/31 11:51:54 dtucker Exp $