summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-10-28 14:19:58 +1100
committerDamien Miller <djm@mindrot.org>2000-10-28 14:19:58 +1100
commit69b69aa50d0effadc8b7e9c564f7a2ee223ac6b5 (patch)
tree4aea8b2b116123812ade69ae73fde80fee8e0f41 /ChangeLog
parentc05e01875bab590584f51bbeb464dd23c64f27fa (diff)
- (djm) Sync with OpenBSD:
- markus@cvs.openbsd.org 2000/10/16 15:46:32 [ssh.1] fixes from pekkas@netcore.fi - markus@cvs.openbsd.org 2000/10/17 14:28:11 [atomicio.c] return number of characters processed; ok deraadt@ - markus@cvs.openbsd.org 2000/10/18 12:04:02 [atomicio.c] undo - markus@cvs.openbsd.org 2000/10/18 12:23:02 [scp.c] replace atomicio(read,...) with read(); ok deraadt@ - markus@cvs.openbsd.org 2000/10/18 12:42:00 [session.c] restore old record login behaviour - deraadt@cvs.openbsd.org 2000/10/19 10:41:13 [auth-skey.c] fmt string problem in unused code - provos@cvs.openbsd.org 2000/10/19 10:45:16 [sshconnect2.c] don't reference freed memory. okay deraadt@ - markus@cvs.openbsd.org 2000/10/21 11:04:23 [canohost.c] typo, eramore@era-t.ericsson.se; ok niels@ - markus@cvs.openbsd.org 2000/10/23 13:31:55 [cipher.c] non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsd - markus@cvs.openbsd.org 2000/10/26 12:38:28 [compat.c] add older vandyke products - markus@cvs.openbsd.org 2000/10/27 01:32:19 [channels.c channels.h clientloop.c serverloop.c session.c] [ssh.c util.c] enable non-blocking IO on channels, and tty's (except for the client ttys). - markus@cvs.openbsd.org 2000/10/27 01:48:22 channels.c channels.h clientloop.c deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 914891bea..1bbfdcf09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,46 @@
2 - (djm) fix select hack in serverloop.c from Philippe WILLEM 2 - (djm) fix select hack in serverloop.c from Philippe WILLEM
3 <Philippe.WILLEM@urssaf.fr> 3 <Philippe.WILLEM@urssaf.fr>
4 - (djm) Fix mangled AIXAUTHENTICATE code 4 - (djm) Fix mangled AIXAUTHENTICATE code
5 - (djm) Sync with OpenBSD:
6 - markus@cvs.openbsd.org 2000/10/16 15:46:32
7 [ssh.1]
8 fixes from pekkas@netcore.fi
9 - markus@cvs.openbsd.org 2000/10/17 14:28:11
10 [atomicio.c]
11 return number of characters processed; ok deraadt@
12 - markus@cvs.openbsd.org 2000/10/18 12:04:02
13 [atomicio.c]
14 undo
15 - markus@cvs.openbsd.org 2000/10/18 12:23:02
16 [scp.c]
17 replace atomicio(read,...) with read(); ok deraadt@
18 - markus@cvs.openbsd.org 2000/10/18 12:42:00
19 [session.c]
20 restore old record login behaviour
21 - deraadt@cvs.openbsd.org 2000/10/19 10:41:13
22 [auth-skey.c]
23 fmt string problem in unused code
24 - provos@cvs.openbsd.org 2000/10/19 10:45:16
25 [sshconnect2.c]
26 don't reference freed memory. okay deraadt@
27 - markus@cvs.openbsd.org 2000/10/21 11:04:23
28 [canohost.c]
29 typo, eramore@era-t.ericsson.se; ok niels@
30 - markus@cvs.openbsd.org 2000/10/23 13:31:55
31 [cipher.c]
32 non-alignment dependent swap_bytes(); from
33 simonb@wasabisystems.com/netbsd
34 - markus@cvs.openbsd.org 2000/10/26 12:38:28
35 [compat.c]
36 add older vandyke products
37 - markus@cvs.openbsd.org 2000/10/27 01:32:19
38 [channels.c channels.h clientloop.c serverloop.c session.c]
39 [ssh.c util.c]
40 enable non-blocking IO on channels, and tty's (except for the
41 client ttys).
42 - markus@cvs.openbsd.org 2000/10/27 01:48:22
43 channels.c channels.h clientloop.c
44 deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com
5 45
620001027 4620001027
7 - (djm) Increase REKEY_BYTES to 2^24 for arc4random 47 - (djm) Increase REKEY_BYTES to 2^24 for arc4random