[openssh-commits] CVS: fuyu.mindrot.org: openssh

Damien Miller djm at fuyu.mindrot.org
Thu Mar 4 21:53:36 EST 2010


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 10/03/04 21:53:36

Modified files:
    .               : ChangeLog auth-rh-rsa.c auth-rsa.c auth.c auth.h auth2-hostbased.c auth2-pubkey.c authfile.c authfile.h hostfile.c hostfile.h servconf.c servconf.h ssh-keygen.c ssh.1 sshconnect.c sshd_config.5

Log message:
   - djm at cvs.openbsd.org 2010/03/04 10:36:03
     [auth-rh-rsa.c auth-rsa.c auth.c auth.h auth2-hostbased.c auth2-pubkey.c]
     [authfile.c authfile.h hostfile.c hostfile.h servconf.c servconf.h]
     [ssh-keygen.c ssh.1 sshconnect.c sshd_config.5]
     Add a TrustedUserCAKeys option to sshd_config to specify CA keys that
     are trusted to authenticate users (in addition than doing it per-user
     in authorized_keys).

     Add a RevokedKeys option to sshd_config and a @revoked marker to
     known_hosts to allow keys to me revoked and banned for user or host
     authentication.

     feedback and ok markus@

Diff commands:
cvs -nQq rdiff -u -r1.5487 -r1.5488 openssh/ChangeLog
cvs -nQq rdiff -u -r1.39 -r1.40 openssh/auth-rh-rsa.c
cvs -nQq rdiff -u -r1.66 -r1.67 openssh/auth-rsa.c
cvs -nQq rdiff -u -r1.137 -r1.138 openssh/auth.c
cvs -nQq rdiff -u -r1.82 -r1.83 openssh/auth.h
cvs -nQq rdiff -u -r1.12 -r1.13 openssh/auth2-hostbased.c
cvs -nQq rdiff -u -r1.22 -r1.23 openssh/auth2-pubkey.c
cvs -nQq rdiff -u -r1.81 -r1.82 openssh/authfile.c
cvs -nQq rdiff -u -r1.11 -r1.12 openssh/authfile.h
cvs -nQq rdiff -u -r1.45 -r1.46 openssh/hostfile.c
cvs -nQq rdiff -u -r1.16 -r1.17 openssh/hostfile.h
cvs -nQq rdiff -u -r1.198 -r1.199 openssh/servconf.c
cvs -nQq rdiff -u -r1.83 -r1.84 openssh/servconf.h
cvs -nQq rdiff -u -r1.194 -r1.195 openssh/ssh-keygen.c
cvs -nQq rdiff -u -r1.255 -r1.256 openssh/ssh.1
cvs -nQq rdiff -u -r1.191 -r1.192 openssh/sshconnect.c
cvs -nQq rdiff -u -r1.124 -r1.125 openssh/sshd_config.5

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5487;r2=1.5488&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-rh-rsa.c?r1=1.39;r2=1.40&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth-rsa.c?r1=1.66;r2=1.67&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth.c?r1=1.137;r2=1.138&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth.h?r1=1.82;r2=1.83&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-hostbased.c?r1=1.12;r2=1.13&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-pubkey.c?r1=1.22;r2=1.23&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.c?r1=1.81;r2=1.82&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.h?r1=1.11;r2=1.12&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/hostfile.c?r1=1.45;r2=1.46&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/hostfile.h?r1=1.16;r2=1.17&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.c?r1=1.198;r2=1.199&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.h?r1=1.83;r2=1.84&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.194;r2=1.195&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.1?r1=1.255;r2=1.256&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.191;r2=1.192&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd_config.5?r1=1.124;r2=1.125&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