diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ | |||
1 | 20000401 | ||
2 | - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure) | ||
3 | - [auth.c session.c sshd.c auth.h] | ||
4 | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal | ||
5 | - [bufaux.c bufaux.h] | ||
6 | support ssh2 bignums | ||
7 | - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c] | ||
8 | [readconf.c ssh.c ssh.h serverloop.c] | ||
9 | replace big switch() with function tables (prepare for ssh2) | ||
10 | - [ssh2.h] | ||
11 | ssh2 message type codes | ||
12 | - [sshd.8] | ||
13 | reorder Xr to avoid cutting | ||
14 | - [serverloop.c] | ||
15 | close(fdin) if fdin != fdout, shutdown otherwise, ok theo@ | ||
16 | - [channels.c] | ||
17 | missing close | ||
18 | allow bigger packets | ||
19 | - [cipher.c cipher.h] | ||
20 | support ssh2 ciphers | ||
21 | - [compress.c] | ||
22 | cleanup, less code | ||
23 | - [dispatch.c dispatch.h] | ||
24 | function tables for different message types | ||
25 | - [log-server.c] | ||
26 | do not log() if debuggin to stderr | ||
27 | rename a cpp symbol, to avoid param.h collision | ||
28 | - [mpaux.c] | ||
29 | KNF | ||
30 | - [nchan.c] | ||
31 | sync w/ channels.c | ||
32 | |||
1 | 20000326 | 33 | 20000326 |
2 | - Better tests for OpenSSL w/ RSAref | 34 | - Better tests for OpenSSL w/ RSAref |
3 | - Added replacement setenv() function from OpenBSD libc. Suggested by | 35 | - Added replacement setenv() function from OpenBSD libc. Suggested by |