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

Damien Miller djm at fuyu.mindrot.org
Sat Dec 7 11:24:02 EST 2013


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 13/12/07 11:24:02

Modified files:
    .               : ChangeLog authfd.c authfile.c key.c key.h myproposal.h pathnames.h readconf.c servconf.c ssh-agent.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh-keysign.c ssh.c ssh_config.5 sshd.8 sshd.c
Added files:
    .               : blocks.c crypto_api.h ed25519.c fe25519.c fe25519.h ge25519.c ge25519.h ge25519_base.data hash.c sc25519.c sc25519.h ssh-ed25519.c verify.c

Log message:
   - markus at cvs.openbsd.org 2013/12/06 13:39:49
     [authfd.c authfile.c key.c key.h myproposal.h pathnames.h readconf.c]
     [servconf.c ssh-agent.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c]
     [ssh-keysign.c ssh.c ssh_config.5 sshd.8 sshd.c verify.c ssh-ed25519.c]
     [sc25519.h sc25519.c hash.c ge25519_base.data ge25519.h ge25519.c]
     [fe25519.h fe25519.c ed25519.c crypto_api.h blocks.c]
     support ed25519 keys (hostkeys and user identities) using the public
     domain ed25519 reference code from SUPERCOP, see
     http://ed25519.cr.yp.to/software.html
     feedback, help & ok djm@

Diff commands:
cvs -nQq rdiff -u -r1.6602 -r1.6603 openssh/ChangeLog
cvs -nQq rdiff -u -r1.86 -r1.87 openssh/authfd.c
cvs -nQq rdiff -u -r1.103 -r1.104 openssh/authfile.c
cvs -nQq rdiff -u -r1.116 -r1.117 openssh/key.c
cvs -nQq rdiff -u -r1.42 -r1.43 openssh/key.h
cvs -nQq rdiff -u -r1.44 -r1.45 openssh/myproposal.h
cvs -nQq rdiff -u -r1.29 -r1.30 openssh/pathnames.h
cvs -nQq rdiff -u -r1.195 -r1.196 openssh/readconf.c
cvs -nQq rdiff -u -r1.245 -r1.246 openssh/servconf.c
cvs -nQq rdiff -u -r1.201 -r1.202 openssh/ssh-agent.c
cvs -nQq rdiff -u -r1.257 -r1.258 openssh/ssh-keygen.c
cvs -nQq rdiff -u -r1.31 -r1.32 openssh/ssh-keyscan.1
cvs -nQq rdiff -u -r1.109 -r1.110 openssh/ssh-keyscan.c
cvs -nQq rdiff -u -r1.48 -r1.49 openssh/ssh-keysign.c
cvs -nQq rdiff -u -r1.392 -r1.393 openssh/ssh.c
cvs -nQq rdiff -u -r1.181 -r1.182 openssh/ssh_config.5
cvs -nQq rdiff -u -r1.231 -r1.232 openssh/sshd.8
cvs -nQq rdiff -u -r1.437 -r1.438 openssh/sshd.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6602;r2=1.6603&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfd.c?r1=1.86;r2=1.87&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.c?r1=1.103;r2=1.104&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.c?r1=1.116;r2=1.117&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.h?r1=1.42;r2=1.43&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/myproposal.h?r1=1.44;r2=1.45&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/pathnames.h?r1=1.29;r2=1.30&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.195;r2=1.196&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/servconf.c?r1=1.245;r2=1.246&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-agent.c?r1=1.201;r2=1.202&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.257;r2=1.258&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keyscan.1?r1=1.31;r2=1.32&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keyscan.c?r1=1.109;r2=1.110&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keysign.c?r1=1.48;r2=1.49&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.392;r2=1.393&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh_config.5?r1=1.181;r2=1.182&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.8?r1=1.231;r2=1.232&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.437;r2=1.438&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