[openssh-commits] CVS: fuyu.mindrot.org: openssh
Darren Tucker
dtucker at fuyu.mindrot.org
Tue Jun 10 22:59:11 EST 2008
CVSROOT: /var/cvs
Module name: openssh
Changes by: dtucker at fuyu.mindrot.org 08/06/10 22:59:11
Modified files:
. : ChangeLog Makefile.in match.h servconf.c sshd_config.5
Added files:
. : addrmatch.c
Log message:
- (dtucker) OpenBSD CVS Sync
- djm at 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@
Diff commands:
cvs -nQq rdiff -u -r1.4948 -r1.4949 openssh/ChangeLog
cvs -nQq rdiff -u -r1.290 -r1.291 openssh/Makefile.in
cvs -nQq rdiff -u -r1.12 -r1.13 openssh/match.h
cvs -nQq rdiff -u -r1.171 -r1.172 openssh/servconf.c
cvs -nQq rdiff -u -r1.96 -r1.97 openssh/sshd_config.5
CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4948;r2=1.4949
http://cvsweb.mindrot.org/index.cgi/openssh/Makefile.in?r1=1.290;r2=1.291
http://cvsweb.mindrot.org/index.cgi/openssh/match.h?r1=1.12;r2=1.13
http://cvsweb.mindrot.org/index.cgi/openssh/servconf.c?r1=1.171;r2=1.172
http://cvsweb.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.96;r2=1.97
Please note that there may be a delay before commits are available
on the public CVSWeb site.
More information about the openssh-commits
mailing list