summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-06 15:18:16 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-06 15:18:16 +0000
commitd26dcf3371657e64dddc7c86c61a89666d4e7053 (patch)
tree34c3c8ce1bacad2b8a5d5999c0461bcba4abfa5c /ChangeLog
parent8835a8910513621a4c20a0ede9a4bdeee947cbd4 (diff)
20010107
- (bal) OpenBSD Sync - markus@cvs.openbsd.org 2001/01/06 11:23:27 [ssh-rsa.c] remove unused - itojun@cvs.openbsd.org 2001/01/05 08:23:29 [ssh-keyscan.1] missing .El - markus@cvs.openbsd.org 2001/01/04 22:41:03 [session.c sshconnect.c] consistent use of _PATH_BSHELL; from stevesk@pobox.com - djm@cvs.openbsd.org 2001/01/04 22:35:32 [ssh.1 sshd.8] Mention AES as available SSH2 Cipher; ok markus - markus@cvs.openbsd.org 2001/01/04 22:25:58 [sshd.c] sync usage()/man with defaults; from stevesk@pobox.com - markus@cvs.openbsd.org 2001/01/04 22:21:26 [sshconnect2.c] handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server that prints a banner (e.g. /etc/issue.net)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d6bea18e..e754c9002 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
120010107
2 - (bal) OpenBSD Sync
3 - markus@cvs.openbsd.org 2001/01/06 11:23:27
4 [ssh-rsa.c]
5 remove unused
6 - itojun@cvs.openbsd.org 2001/01/05 08:23:29
7 [ssh-keyscan.1]
8 missing .El
9 - markus@cvs.openbsd.org 2001/01/04 22:41:03
10 [session.c sshconnect.c]
11 consistent use of _PATH_BSHELL; from stevesk@pobox.com
12 - djm@cvs.openbsd.org 2001/01/04 22:35:32
13 [ssh.1 sshd.8]
14 Mention AES as available SSH2 Cipher; ok markus
15 - markus@cvs.openbsd.org 2001/01/04 22:25:58
16 [sshd.c]
17 sync usage()/man with defaults; from stevesk@pobox.com
18 - markus@cvs.openbsd.org 2001/01/04 22:21:26
19 [sshconnect2.c]
20 handle SSH2_MSG_USERAUTH_BANNER; fixes bug when connecting to a server
21 that prints a banner (e.g. /etc/issue.net)
22
120010105 2320010105
2 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net> 24 - (bal) contrib/caldera/ provided by Tim Rice <tim@multitalents.net>
3 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove() 25 - (bal) bsd-getcwd.c and bsd-setenv.c changed from bcopy() to memmove()