summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-11-12 11:40:11 +1100
committerDamien Miller <djm@mindrot.org>2001-11-12 11:40:11 +1100
commit726273e129a1a450de9c839d4635871af23bfb5e (patch)
treea35fa6ede511cdc671ba34af3117a749f28144d7 /ChangeLog
parent75413ac499087a000aa769046e6784800f0b56c4 (diff)
- (djm) Reorder portable-specific server options so that they come first.
This should help reduce diff collisions for new server options (as they will appear at the end)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index df1fc9c88..7d59ba377 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,7 +60,8 @@
60 original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com 60 original patch from jlk@kamens.brookline.ma.us via nalin@redhat.com
61 - markus@cvs.openbsd.org 2001/11/10 13:19:45 61 - markus@cvs.openbsd.org 2001/11/10 13:19:45
62 [sshd.c] 62 [sshd.c]
63 cleanup libwrap support (remove bogus comment, bogus close(), add debug, etc). 63 cleanup libwrap support (remove bogus comment, bogus close(), add
64 debug, etc).
64 - markus@cvs.openbsd.org 2001/11/10 13:22:42 65 - markus@cvs.openbsd.org 2001/11/10 13:22:42
65 [ssh-rsa.c] 66 [ssh-rsa.c]
66 KNF (unexpand) 67 KNF (unexpand)
@@ -69,7 +70,11 @@
69 remove extra debug() 70 remove extra debug()
70 - markus@cvs.openbsd.org 2001/11/11 13:02:31 71 - markus@cvs.openbsd.org 2001/11/11 13:02:31
71 [servconf.c] 72 [servconf.c]
72 make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if AuthorizedKeysFile is specified. 73 make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if
74 AuthorizedKeysFile is specified.
75 - (djm) Reorder portable-specific server options so that they come first.
76 This should help reduce diff collisions for new server options (as they
77 will appear at the end)
73 78
7420011109 7920011109
75 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK) 80 - (stevesk) auth-pam.c: use do_pam_authenticate(PAM_DISALLOW_NULL_AUTHTOK)
@@ -6882,4 +6887,4 @@
6882 - Wrote replacements for strlcpy and mkdtemp 6887 - Wrote replacements for strlcpy and mkdtemp
6883 - Released 1.0pre1 6888 - Released 1.0pre1
6884 6889
6885$Id: ChangeLog,v 1.1656 2001/11/12 00:14:35 djm Exp $ 6890$Id: ChangeLog,v 1.1657 2001/11/12 00:40:11 djm Exp $