summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-01 11:09:21 +1000
committerDamien Miller <djm@mindrot.org>2000-04-01 11:09:21 +1000
commitb38eff8e4ff901df9cf1113a9f14d64c3565a401 (patch)
tree9a856898f15f7760ed95c5d47789a6f954b4ad2f /ChangeLog
parent450a7a1ff40fe7c2d84c93b83cf2df53445d807d (diff)
- Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)
- [auth.c session.c sshd.c auth.h] split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal - [bufaux.c bufaux.h] support ssh2 bignums - [channels.c channels.h clientloop.c sshd.c nchan.c nchan.h packet.c] [readconf.c ssh.c ssh.h serverloop.c] replace big switch() with function tables (prepare for ssh2) - [ssh2.h] ssh2 message type codes - [sshd.8] reorder Xr to avoid cutting - [serverloop.c] close(fdin) if fdin != fdout, shutdown otherwise, ok theo@ - [channels.c] missing close allow bigger packets - [cipher.c cipher.h] support ssh2 ciphers - [compress.c] cleanup, less code - [dispatch.c dispatch.h] function tables for different message types - [log-server.c] do not log() if debuggin to stderr rename a cpp symbol, to avoid param.h collision - [mpaux.c] KNF - [nchan.c] sync w/ channels.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2462417dc..585686e2a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
120000401
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
120000326 3320000326
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