summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-11-03 19:20:49 +1100
committerDamien Miller <djm@mindrot.org>2008-11-03 19:20:49 +1100
commitd58f56000c95f2c4eca22b4f89f19c557e23d919 (patch)
tree929d7b9a052858f33847471189c6c669f6beb91f /ChangeLog
parent456e6f0ebb27b4851363422aa9974b0848d4b168 (diff)
- millert@cvs.openbsd.org 2008/10/02 14:39:35
[session.c] Convert an unchecked strdup to xstrdup. OK deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f110f435e..d1061fdbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,9 @@
31 [compat.c compat.h nchan.c ssh.c] 31 [compat.c compat.h nchan.c ssh.c]
32 only send eow and no-more-sessions requests to openssh 5 and newer; 32 only send eow and no-more-sessions requests to openssh 5 and newer;
33 fixes interop problems with broken ssh v2 implementations; ok djm@ 33 fixes interop problems with broken ssh v2 implementations; ok djm@
34 - millert@cvs.openbsd.org 2008/10/02 14:39:35
35 [session.c]
36 Convert an unchecked strdup to xstrdup. OK deraadt@
34 37
3520080906 3820080906
36 - (dtucker) [config.guess config.sub] Update to latest versions from 39 - (dtucker) [config.guess config.sub] Update to latest versions from
@@ -4765,4 +4768,4 @@
4765 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4768 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4766 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4769 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4767 4770
4768$Id: ChangeLog,v 1.5106 2008/11/03 08:20:10 djm Exp $ 4771$Id: ChangeLog,v 1.5107 2008/11/03 08:20:49 djm Exp $