summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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 $