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

Damien Miller djm at fuyu.mindrot.org
Fri Feb 12 09:21:03 EST 2010


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 10/02/12 09:21:03

Modified files:
    .               : ChangeLog Makefile.in configure.ac pathnames.h readconf.c readconf.h scp.1 sftp.1 ssh-add.1 ssh-add.c ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config.5
Added files:
    .               : ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c ssh-pkcs11.h

Log message:
   - markus at cvs.openbsd.org 2010/02/08 10:50:20
     [pathnames.h readconf.c readconf.h scp.1 sftp.1 ssh-add.1 ssh-add.c]
     [ssh-agent.c ssh-keygen.1 ssh-keygen.c ssh.1 ssh.c ssh_config.5]
     replace our obsolete smartcard code with PKCS#11.
        ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs-11v2-20.pdf
     ssh(1) and ssh-keygen(1) use dlopen(3) directly to talk to a PKCS#11
     provider (shared library) while ssh-agent(1) delegates PKCS#11 to
     a forked a ssh-pkcs11-helper process.
     PKCS#11 is currently a compile time option.
     feedback and ok djm@; inspired by patches from Alon Bar-Lev
`

Diff commands:
cvs -nQq rdiff -u -r1.5443 -r1.5444 openssh/ChangeLog
cvs -nQq rdiff -u -r1.303 -r1.304 openssh/Makefile.in
cvs -nQq rdiff -u -r1.440 -r1.441 openssh/configure.ac
cvs -nQq rdiff -u -r1.23 -r1.24 openssh/pathnames.h
cvs -nQq rdiff -u -r1.161 -r1.162 openssh/readconf.c
cvs -nQq rdiff -u -r1.73 -r1.74 openssh/readconf.h
cvs -nQq rdiff -u -r1.49 -r1.50 openssh/scp.1
cvs -nQq rdiff -u -r1.79 -r1.80 openssh/sftp.1
cvs -nQq rdiff -u -r1.49 -r1.50 openssh/ssh-add.1
cvs -nQq rdiff -u -r1.100 -r1.101 openssh/ssh-add.c
cvs -nQq rdiff -u -r1.180 -r1.181 openssh/ssh-agent.c
cvs -nQq rdiff -u -r1.76 -r1.77 openssh/ssh-keygen.1
cvs -nQq rdiff -u -r1.189 -r1.190 openssh/ssh-keygen.c
cvs -nQq rdiff -u -r1.249 -r1.250 openssh/ssh.1
cvs -nQq rdiff -u -r1.324 -r1.325 openssh/ssh.c
cvs -nQq rdiff -u -r1.126 -r1.127 openssh/ssh_config.5

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5443;r2=1.5444&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/Makefile.in?r1=1.303;r2=1.304&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.440;r2=1.441&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/pathnames.h?r1=1.23;r2=1.24&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.161;r2=1.162&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.h?r1=1.73;r2=1.74&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/scp.1?r1=1.49;r2=1.50&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp.1?r1=1.79;r2=1.80&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-add.1?r1=1.49;r2=1.50&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-add.c?r1=1.100;r2=1.101&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-agent.c?r1=1.180;r2=1.181&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.1?r1=1.76;r2=1.77&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.189;r2=1.190&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.1?r1=1.249;r2=1.250&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.324;r2=1.325&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh_config.5?r1=1.126;r2=1.127&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