summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-02-19 22:25:37 +1100
committerDarren Tucker <dtucker@zip.com.au>2007-02-19 22:25:37 +1100
commit1629c07c0725fd5cc533c9664b8e8add27a81c69 (patch)
tree2954f5aba367319421509ea0100b76ab710260b5 /ChangeLog
parent591322ae3897bef0b19236ec0c2a6053e8466e71 (diff)
- dtucker@cvs.openbsd.org 2007/02/19 10:45:58
[monitor_wrap.c servconf.c servconf.h monitor.c sshd_config.5] Teach Match how handle config directives that are used before authentication. This allows configurations such as permitting password authentication from the local net only while requiring pubkey from offsite. ok djm@, man page bits ok jmc@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c2a22bd1a..ec16391eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,12 @@
35 - stevesk@cvs.openbsd.org 2007/02/14 14:32:00 35 - stevesk@cvs.openbsd.org 2007/02/14 14:32:00
36 [bufbn.c] 36 [bufbn.c]
37 typos in comments; ok jmc@ 37 typos in comments; ok jmc@
38 - dtucker@cvs.openbsd.org 2007/02/19 10:45:58
39 [monitor_wrap.c servconf.c servconf.h monitor.c sshd_config.5]
40 Teach Match how handle config directives that are used before
41 authentication. This allows configurations such as permitting password
42 authentication from the local net only while requiring pubkey from
43 offsite. ok djm@, man page bits ok jmc@
38 44
3920070128 4520070128
40 - (djm) [channels.c serverloop.c] Fix so-called "hang on exit" (bz #52) 46 - (djm) [channels.c serverloop.c] Fix so-called "hang on exit" (bz #52)
@@ -2730,4 +2736,4 @@
2730 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2736 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2731 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2737 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2732 2738
2733$Id: ChangeLog,v 1.4616 2007/02/19 11:17:28 dtucker Exp $ 2739$Id: ChangeLog,v 1.4617 2007/02/19 11:25:37 dtucker Exp $