diff options
author | Damien Miller <djm@mindrot.org> | 2002-02-05 12:13:41 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-02-05 12:13:41 +1100 |
commit | c5d8635d6a9425289bd0cbfa83b90a4e42e6a72a (patch) | |
tree | 9a431368be8d4ee5e8742c44870b34a3dfd457f7 /ChangeLog | |
parent | 43cba34b649a2df8c170e17a5655d060830a386e (diff) |
- markus@cvs.openbsd.org 2002/01/29 14:32:03
[auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c servconf.c servconf.h session.c sshd.8 sshd_config]
s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -31,6 +31,11 @@ | |||
31 | - markus@cvs.openbsd.org 2002/01/29 14:27:57 | 31 | - markus@cvs.openbsd.org 2002/01/29 14:27:57 |
32 | [ssh-add.c] | 32 | [ssh-add.c] |
33 | exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@ | 33 | exit 2 if no agent, exit 1 if list fails; debian#61078; ok djm@ |
34 | - markus@cvs.openbsd.org 2002/01/29 14:32:03 | ||
35 | [auth2.c auth.c auth-options.c auth-rhosts.c auth-rh-rsa.c canohost.c] | ||
36 | [servconf.c servconf.h session.c sshd.8 sshd_config] | ||
37 | s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; | ||
38 | ok stevesk@ | ||
34 | 39 | ||
35 | 20020130 | 40 | 20020130 |
36 | - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@ | 41 | - (djm) Delay PRNG seeding until we need it in ssh-keygen, from markus@ |
@@ -7433,4 +7438,4 @@ | |||
7433 | - Wrote replacements for strlcpy and mkdtemp | 7438 | - Wrote replacements for strlcpy and mkdtemp |
7434 | - Released 1.0pre1 | 7439 | - Released 1.0pre1 |
7435 | 7440 | ||
7436 | $Id: ChangeLog,v 1.1807 2002/02/05 01:12:49 djm Exp $ | 7441 | $Id: ChangeLog,v 1.1808 2002/02/05 01:13:41 djm Exp $ |