[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Sun Nov 4 23:21:41 EST 2012
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 12/11/04 23:21:41
Modified files:
. : ChangeLog auth.h auth1.c auth2.c monitor.c servconf.c servconf.h sshd.c sshd_config.5
Log message:
- djm at cvs.openbsd.org 2012/11/04 11:09:15
[auth.h auth1.c auth2.c monitor.c servconf.c servconf.h sshd.c]
[sshd_config.5]
Support multiple required authentication via an AuthenticationMethods
option. This option lists one or more comma-separated lists of
authentication method names. Successful completion of all the methods in
any list is required for authentication to complete;
feedback and ok markus@
Diff commands:
cvs -nQq rdiff -u -r1.6139 -r1.6140 openssh/ChangeLog
cvs -nQq rdiff -u -r1.88 -r1.89 openssh/auth.h
cvs -nQq rdiff -u -r1.127 -r1.128 openssh/auth1.c
cvs -nQq rdiff -u -r1.154 -r1.155 openssh/auth2.c
cvs -nQq rdiff -u -r1.152 -r1.153 openssh/monitor.c
cvs -nQq rdiff -u -r1.228 -r1.229 openssh/servconf.c
cvs -nQq rdiff -u -r1.96 -r1.97 openssh/servconf.h
cvs -nQq rdiff -u -r1.418 -r1.419 openssh/sshd.c
cvs -nQq rdiff -u -r1.155 -r1.156 openssh/sshd_config.5
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6139;r2=1.6140&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth.h?r1=1.88;r2=1.89&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth1.c?r1=1.127;r2=1.128&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2.c?r1=1.154;r2=1.155&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor.c?r1=1.152;r2=1.153&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.c?r1=1.228;r2=1.229&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.h?r1=1.96;r2=1.97&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.418;r2=1.419&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.155;r2=1.156&view=patch
Please note that there may be a delay before commits are available
on the public ViewVC site.
More information about the openssh-commits
mailing list