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

Damien Miller djm at fuyu.mindrot.org
Thu May 15 14:24:11 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/05/15 14:24:11

Modified files:
    .               : ChangeLog auth.c authfd.c authfile.c bufaux.c cipher.c cipher.h hostfile.c kex.c key.c mac.c monitor.c monitor_wrap.c myproposal.h packet.c roaming_client.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-pkcs11.h ssh.c sshconnect.c sshconnect2.c sshd.c
Added files:
    .               : cipher-aesctr.c cipher-aesctr.h

Log message:
   - markus at cvs.openbsd.org 2014/04/29 18:01:49
     [auth.c authfd.c authfile.c bufaux.c cipher.c cipher.h hostfile.c]
     [kex.c key.c mac.c monitor.c monitor_wrap.c myproposal.h packet.c]
     [roaming_client.c ssh-agent.c ssh-keygen.c ssh-keyscan.c ssh-keysign.c]
     [ssh-pkcs11.h ssh.c sshconnect.c sshconnect2.c sshd.c]
     make compiling against OpenSSL optional (make OPENSSL=no);
     reduces algorithms to curve25519, aes-ctr, chacha, ed25519;
     allows us to explore further options; with and ok djm

Diff commands:
cvs -nQq rdiff -u -r1.6805 -r1.6806 openssh/ChangeLog
cvs -nQq rdiff -u -r1.160 -r1.161 openssh/auth.c
cvs -nQq rdiff -u -r1.89 -r1.90 openssh/authfd.c
cvs -nQq rdiff -u -r1.110 -r1.111 openssh/authfile.c
cvs -nQq rdiff -u -r1.64 -r1.65 openssh/bufaux.c
cvs -nQq rdiff -u -r1.104 -r1.105 openssh/cipher.c
cvs -nQq rdiff -u -r1.40 -r1.41 openssh/cipher.h
cvs -nQq rdiff -u -r1.53 -r1.54 openssh/hostfile.c
cvs -nQq rdiff -u -r1.108 -r1.109 openssh/kex.c
cvs -nQq rdiff -u -r1.124 -r1.125 openssh/key.c
cvs -nQq rdiff -u -r1.32 -r1.33 openssh/mac.c
cvs -nQq rdiff -u -r1.169 -r1.170 openssh/monitor.c
cvs -nQq rdiff -u -r1.97 -r1.98 openssh/monitor_wrap.c
cvs -nQq rdiff -u -r1.46 -r1.47 openssh/myproposal.h
cvs -nQq rdiff -u -r1.201 -r1.202 openssh/packet.c
cvs -nQq rdiff -u -r1.10 -r1.11 openssh/roaming_client.c
cvs -nQq rdiff -u -r1.206 -r1.207 openssh/ssh-agent.c
cvs -nQq rdiff -u -r1.265 -r1.266 openssh/ssh-keygen.c
cvs -nQq rdiff -u -r1.112 -r1.113 openssh/ssh-keyscan.c
cvs -nQq rdiff -u -r1.51 -r1.52 openssh/ssh-keysign.c
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/ssh-pkcs11.h
cvs -nQq rdiff -u -r1.399 -r1.400 openssh/ssh.c
cvs -nQq rdiff -u -r1.220 -r1.221 openssh/sshconnect.c
cvs -nQq rdiff -u -r1.199 -r1.200 openssh/sshconnect2.c
cvs -nQq rdiff -u -r1.453 -r1.454 openssh/sshd.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6805;r2=1.6806&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth.c?r1=1.160;r2=1.161&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfd.c?r1=1.89;r2=1.90&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.c?r1=1.110;r2=1.111&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/bufaux.c?r1=1.64;r2=1.65&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher.c?r1=1.104;r2=1.105&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher.h?r1=1.40;r2=1.41&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/hostfile.c?r1=1.53;r2=1.54&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kex.c?r1=1.108;r2=1.109&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.c?r1=1.124;r2=1.125&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/mac.c?r1=1.32;r2=1.33&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor.c?r1=1.169;r2=1.170&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor_wrap.c?r1=1.97;r2=1.98&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/myproposal.h?r1=1.46;r2=1.47&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/packet.c?r1=1.201;r2=1.202&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/roaming_client.c?r1=1.10;r2=1.11&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-agent.c?r1=1.206;r2=1.207&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.265;r2=1.266&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keyscan.c?r1=1.112;r2=1.113&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keysign.c?r1=1.51;r2=1.52&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-pkcs11.h?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.399;r2=1.400&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.220;r2=1.221&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.199;r2=1.200&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.453;r2=1.454&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