summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3037eac38..f8dcd9ce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,23 @@
2 - Define atexit for old Solaris 2 - Define atexit for old Solaris
3 - Fix buffer overrun in login.c for systems which use syslen in utmpx. 3 - Fix buffer overrun in login.c for systems which use syslen in utmpx.
4 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp> 4 patch from YOSHIFUJI Hideaki <yoshfuji@cerberus.nemoto.ecei.tohoku.ac.jp>
5 - OpenBSD CVS updates:
6 - markus@cvs.openbsd.org
7 [session.c]
8 make x11-fwd work w/ localhost (xauth add host/unix:11)
9 [cipher.c compat.c readconf.c servconf.c]
10 check strtok() != NULL; ok niels@
11 [key.c]
12 fix key_read() for uuencoded keys w/o '='
13 [serverloop.c]
14 group ssh1 vs. ssh2 in serverloop
15 [kex.c kex.h myproposal.h sshconnect2.c sshd.c]
16 split kexinit/kexdh, factor out common code
17 [readconf.c ssh.1 ssh.c]
18 forwardagent defaults to no, add ssh -A
19 - theo@cvs.openbsd.org
20 [session.c]
21 just some line shortening
5 22
620000520 2320000520
7 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> 24 - Xauth fix from Markus Friedl <markus.friedl@informatik.uni-erlangen.de>