summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-10 22:59:10 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-10 22:59:10 +1000
commit7a3935de2facb227ea1fc2ce2de046b569a2ebc7 (patch)
treed0545c3c568f1de7f3edd0a3254ab3b5547a6059 /ChangeLog
parent588fe0efa4e7cb74fc071c5271348d13ea06528b (diff)
- (dtucker) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2008/06/10 03:57:27 [servconf.c match.h sshd_config.5] support CIDR address matching in sshd_config "Match address" blocks, with full support for negation and fall-back to classic wildcard matching. For example: Match address 192.0.2.0/24,3ffe:ffff::/32,!10.* PasswordAuthentication yes addrmatch.c code mostly lifted from flowd's addr.c feedback and ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d60967404..65f97df7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
120080610
2 - (dtucker) OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2008/06/10 03:57:27
4 [servconf.c match.h sshd_config.5]
5 support CIDR address matching in sshd_config "Match address" blocks, with
6 full support for negation and fall-back to classic wildcard matching.
7 For example:
8 Match address 192.0.2.0/24,3ffe:ffff::/32,!10.*
9 PasswordAuthentication yes
10 addrmatch.c code mostly lifted from flowd's addr.c
11 feedback and ok dtucker@
12
120080609 1320080609
2 - (dtucker) OpenBSD CVS Sync 14 - (dtucker) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2008/06/08 17:04:41 15 - dtucker@cvs.openbsd.org 2008/06/08 17:04:41
@@ -4083,4 +4095,4 @@
4083 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4095 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4084 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4096 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4085 4097
4086$Id: ChangeLog,v 1.4948 2008/06/09 13:52:22 dtucker Exp $ 4098$Id: ChangeLog,v 1.4949 2008/06/10 12:59:10 dtucker Exp $