summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-06 11:47:28 +1100
committerDamien Miller <djm@mindrot.org>1999-12-06 11:47:28 +1100
commitaae6c614da614eb10ced16505f35410671c95d9d (patch)
tree441e578781d38e7de4c5f609a4f86695d937e640 /ChangeLog
parentdc33fc3910552c82518503b581efc1a51192fa76 (diff)
- Merged OpenBSD CVS changes:
- [auth-krb4.c auth-passwd.c auth-skey.c ssh. move skey-auth from auth-passwd.c to auth-s - [auth-rsa.c] warn only about mismatch if key is _used_ warn about keysize-mismatch with log() not channels.c readconf.c readconf.h ssh.c ssh. ports are u_short - [hostfile.c] indent, shorter warning - [nchan.c] use error() for internal errors - [packet.c] set loglevel for SSH_MSG_DISCONNECT to log( serverloop.c indent - [ssh-add.1 ssh-add.c ssh.h] document , reasonable default - [ssh.1] CheckHostIP is not available for connects v - [sshconnect.c] typo easier to read client code for passwd and s turn of checkhostip for proxy connects, sin
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69b5688d3..dc16db037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
119991204 119991204
2 - Small cleanup of PAM code in sshd.c 2 - Small cleanup of PAM code in sshd.c
3 - Merged OpenBSD CVS changes:
4 - [auth-krb4.c auth-passwd.c auth-skey.c ssh.h]
5 move skey-auth from auth-passwd.c to auth-skey.c, same for krb4
6 - [auth-rsa.c]
7 warn only about mismatch if key is _used_
8 warn about keysize-mismatch with log() not error()
9 channels.c readconf.c readconf.h ssh.c ssh.h sshconnect.c
10 ports are u_short
11 - [hostfile.c]
12 indent, shorter warning
13 - [nchan.c]
14 use error() for internal errors
15 - [packet.c]
16 set loglevel for SSH_MSG_DISCONNECT to log(), not fatal()
17 serverloop.c
18 indent
19 - [ssh-add.1 ssh-add.c ssh.h]
20 document $SSH_ASKPASS, reasonable default
21 - [ssh.1]
22 CheckHostIP is not available for connects via proxy command
23 - [sshconnect.c]
24 typo
25 easier to read client code for passwd and skey auth
26 turn of checkhostip for proxy connects, since we don't know the remote ip
3 27
419991126 2819991126
5 - Add definition for __P() 29 - Add definition for __P()