]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
- OpenBSD CVS update:
authorDamien Miller <djm@mindrot.org>
Thu, 6 Apr 2000 02:32:37 +0000 (12:32 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 6 Apr 2000 02:32:37 +0000 (12:32 +1000)
commit1383bd8eb91a8ec9c8d283679faec5925b0ccc42
treef71278df6c50983ea3dad850ae79c45c340d9362
parent74a333bbe11f67c59c559e0f424d5945eb438577
 - OpenBSD CVS update:
   - [channels.c]
     close efd on eof
   - [clientloop.c compat.c ssh.c sshconnect.c myproposal.h]
     ssh2 client implementation, interops w/ ssh.com and lsh servers.
   - [sshconnect.c]
     missing free.
   - [authfile.c cipher.c cipher.h packet.c sshconnect.c sshd.c]
     remove unused argument, split cipher_mask()
   - [clientloop.c]
     re-order: group ssh1 vs. ssh2
 - Make Redhat spec require openssl >= 0.9.5a
15 files changed:
ChangeLog
authfile.c
channels.c
cipher.c
cipher.h
clientloop.c
compat.c
contrib/redhat/openssh.spec
kex.h
myproposal.h [new file with mode: 0644]
packet.c
packet.h
ssh.c
sshconnect.c
sshd.c