]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
- OpenBSD CVS update
authorDamien Miller <djm@mindrot.org>
Sun, 26 Mar 2000 03:04:51 +0000 (13:04 +1000)
committerDamien Miller <djm@mindrot.org>
Sun, 26 Mar 2000 03:04:51 +0000 (13:04 +1000)
commit450a7a1ff40fe7c2d84c93b83cf2df53445d807d
treedb6d08bdea65edd34ba2e323a31e2b1ca5e5fbd4
parent2c9279fa667827384fceb243f890cba1dbe480de
 - OpenBSD CVS update
   - [auth-krb4.c]
     -Wall
   - [auth-rh-rsa.c auth-rsa.c hostfile.c hostfile.h key.c key.h match.c]
     [match.h ssh.c ssh.h sshconnect.c sshd.c]
     initial support for DSA keys. ok deraadt@, niels@
   - [cipher.c cipher.h]
     remove unused cipher_attack_detected code
   - [scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh.1 sshd.8]
     Fix some formatting problems I missed before.
   - [ssh.1 sshd.8]
     fix spelling errors, From: FreeBSD
   - [ssh.c]
     switch to raw mode only if he _get_ a pty (not if we _want_ a pty).
24 files changed:
ChangeLog
Makefile.in
README.Ylonen
auth-krb4.c
auth-rh-rsa.c
auth-rsa.c
cipher.c
cipher.h
hostfile.c
hostfile.h [new file with mode: 0644]
key.c [new file with mode: 0644]
key.h [new file with mode: 0644]
match.c
match.h [new file with mode: 0644]
scp.1
ssh-add.1
ssh-agent.1
ssh-keygen.1
ssh.1
ssh.c
ssh.h
sshconnect.c
sshd.8
sshd.c