summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog49
1 files changed, 43 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a7e2ea93..ebde74795 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,58 @@
120030401
2 - (djm) OpenBSD CVS Sync
3 - jmc@cvs.openbsd.org 2003/03/28 10:11:43
4 [scp.1 sftp.1 ssh.1 ssh-add.1 ssh-agent.1 ssh_config.5 sshd_config.5]
5 [ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8]
6 - killed whitespace
7 - new sentence new line
8 - .Bk for arguments
9 ok markus@
10 - markus@cvs.openbsd.org 2003/04/01 10:10:23
11 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
12 [readconf.h serverloop.c sshconnect2.c]
13 rekeying bugfixes and automatic rekeying:
14 * both client and server rekey _automatically_
15 (a) after 2^31 packets, because after 2^32 packets
16 the sequence number for packets wraps
17 (b) after 2^(blocksize_in_bits/4) blocks
18 (see: draft-ietf-secsh-newmodes-00.txt)
19 (a) and (b) are _enabled_ by default, and only disabled for known
20 openssh versions, that don't support rekeying properly.
21 * client option 'RekeyLimit'
22 * do not reply to requests during rekeying
23 - markus@cvs.openbsd.org 2003/04/01 10:22:21
24 [clientloop.c monitor.c monitor_wrap.c packet.c packet.h readconf.c]
25 [readconf.h serverloop.c sshconnect2.c]
26 backout rekeying changes (for 3.6.1)
27 - markus@cvs.openbsd.org 2003/04/01 10:31:26
28 [compat.c compat.h kex.c]
29 bugfix causes stalled connections for ssh.com < 3.0; noticed by ho@;
30 tested by ho@ and myself
31 - markus@cvs.openbsd.org 2003/04/01 10:56:46
32 [version.h]
33 3.6.1
34 - (djm) Crank spec file versions
35 - (djm) Release 3.6.1p1
36
120030326 3720030326
2 - (djm) OpenBSD CVS Sync 38 - (djm) OpenBSD CVS Sync
3 - deraadt@cvs.openbsd.org 2003/03/26 04:02:51 39 - deraadt@cvs.openbsd.org 2003/03/26 04:02:51
4 [sftp-server.c] 40 [sftp-server.c]
5 one last fix to the tree: race fix broke stuff; pr 3169; 41 one last fix to the tree: race fix broke stuff; pr 3169;
6 srp@srparish.net, help from djm 42 srp@srparish.net, help from djm
43
4420030325
7 - (djm) Fix getpeerid support for 64 bit BE systems. From 45 - (djm) Fix getpeerid support for 64 bit BE systems. From
8 Arnd Bergmann <arndb@de.ibm.com> 46 Arnd Bergmann <arndb@de.ibm.com>
9 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
10 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
11 - Release 3.6p1
12 47
1320030324 4820030324
14 - (djm) OpenBSD CVS Sync 49 - (djm) OpenBSD CVS Sync
15 - markus@cvs.openbsd.org 2003/03/23 19:02:00 50 - markus@cvs.openbsd.org 2003/03/23 19:02:00
16 [monitor.c] 51 [monitor.c]
17 unbreak rekeying for privsep; ok millert@ 52 unbreak rekeying for privsep; ok millert@
53 - Release 3.6p1
54 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
55 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
18 56
1920030320 5720030320
20 - (djm) OpenBSD CVS Sync 58 - (djm) OpenBSD CVS Sync
@@ -29,10 +67,9 @@
29 - (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved 67 - (bal) Collection of Cray patches (bsd-cray.h fix for CRAYT3E and improved
30 guessing rules) 68 guessing rules)
31 - (bal) Disable Privsep for Tru64 after pre-authentication due to issues 69 - (bal) Disable Privsep for Tru64 after pre-authentication due to issues
32 with SIA. Also, clean up of tru64 support patch by Chris Adams 70 with SIA. Also, clean up of tru64 support patch by Chris Adams
33 <cmadams@hiwaay.net> 71 <cmadams@hiwaay.net>
34 - (tim) [contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files 72 - (tim) [contrib/caldera/openssh.spec] workaround RPM quirk. Fix %files
35 section.
36 73
3720030318 7420030318
38 - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h] 75 - (tim) [configure.ac openbsd-compat/bsd-misc.c openbsd-compat/bsd-misc.h]
@@ -1258,4 +1295,4 @@
1258 save auth method before monitor_reset_key_state(); bugzilla bug #284; 1295 save auth method before monitor_reset_key_state(); bugzilla bug #284;
1259 ok provos@ 1296 ok provos@
1260 1297
1261$Id: ChangeLog,v 1.2633.2.9 2003/03/26 05:03:05 djm Exp $ 1298$Id: ChangeLog,v 1.2648 2003/04/01 11:47:16 djm Exp $