diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -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 | ||
6 | 20001027 | 46 | 20001027 |
7 | - (djm) Increase REKEY_BYTES to 2^24 for arc4random | 47 | - (djm) Increase REKEY_BYTES to 2^24 for arc4random |