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

Damien Miller djm at fuyu.mindrot.org
Tue Feb 4 11:20:16 EST 2014


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 14/02/04 11:20:16

Modified files:
    .               : ChangeLog auth1.c auth2-chall.c auth2-passwd.c authfile.c bufaux.c bufbn.c buffer.c cipher-3des1.c cipher.c clientloop.c gss-serv.c kex.c kexdhc.c kexdhs.c kexecdhc.c kexecdhs.c kexgexc.c kexgexs.c key.c monitor.c monitor_wrap.c packet.c readpass.c rsa.c serverloop.c ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c ssh-keygen.c ssh-rsa.c sshconnect.c sshconnect1.c sshconnect2.c sshd.c

Log message:
   - djm at cvs.openbsd.org 2014/02/02 03:44:32
     [auth1.c auth2-chall.c auth2-passwd.c authfile.c bufaux.c bufbn.c]
     [buffer.c cipher-3des1.c cipher.c clientloop.c gss-serv.c kex.c]
     [kexdhc.c kexdhs.c kexecdhc.c kexgexc.c kexecdhs.c kexgexs.c key.c]
     [monitor.c monitor_wrap.c packet.c readpass.c rsa.c serverloop.c]
     [ssh-add.c ssh-agent.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c]
     [ssh-keygen.c ssh-rsa.c sshconnect.c sshconnect1.c sshconnect2.c]
     [sshd.c]
     convert memset of potentially-private data to explicit_bzero()

Diff commands:
cvs -nQq rdiff -u -r1.6728 -r1.6729 openssh/ChangeLog
cvs -nQq rdiff -u -r1.132 -r1.133 openssh/auth1.c
cvs -nQq rdiff -u -r1.44 -r1.45 openssh/auth2-chall.c
cvs -nQq rdiff -u -r1.13 -r1.14 openssh/auth2-passwd.c
cvs -nQq rdiff -u -r1.107 -r1.108 openssh/authfile.c
cvs -nQq rdiff -u -r1.61 -r1.62 openssh/bufaux.c
cvs -nQq rdiff -u -r1.8 -r1.9 openssh/bufbn.c
cvs -nQq rdiff -u -r1.34 -r1.35 openssh/buffer.c
cvs -nQq rdiff -u -r1.12 -r1.13 openssh/cipher-3des1.c
cvs -nQq rdiff -u -r1.102 -r1.103 openssh/cipher.c
cvs -nQq rdiff -u -r1.246 -r1.247 openssh/clientloop.c
cvs -nQq rdiff -u -r1.26 -r1.27 openssh/gss-serv.c
cvs -nQq rdiff -u -r1.107 -r1.108 openssh/kex.c
cvs -nQq rdiff -u -r1.15 -r1.16 openssh/kexdhc.c
cvs -nQq rdiff -u -r1.18 -r1.19 openssh/kexdhs.c
cvs -nQq rdiff -u -r1.8 -r1.9 openssh/kexecdhc.c
cvs -nQq rdiff -u -r1.11 -r1.12 openssh/kexecdhs.c
cvs -nQq rdiff -u -r1.17 -r1.18 openssh/kexgexc.c
cvs -nQq rdiff -u -r1.19 -r1.20 openssh/kexgexs.c
cvs -nQq rdiff -u -r1.123 -r1.124 openssh/key.c
cvs -nQq rdiff -u -r1.168 -r1.169 openssh/monitor.c
cvs -nQq rdiff -u -r1.96 -r1.97 openssh/monitor_wrap.c
cvs -nQq rdiff -u -r1.198 -r1.199 openssh/packet.c
cvs -nQq rdiff -u -r1.48 -r1.49 openssh/readpass.c
cvs -nQq rdiff -u -r1.34 -r1.35 openssh/rsa.c
cvs -nQq rdiff -u -r1.178 -r1.179 openssh/serverloop.c
cvs -nQq rdiff -u -r1.119 -r1.120 openssh/ssh-add.c
cvs -nQq rdiff -u -r1.204 -r1.205 openssh/ssh-agent.c
cvs -nQq rdiff -u -r1.31 -r1.32 openssh/ssh-dss.c
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/ssh-ecdsa.c
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/ssh-ed25519.c
cvs -nQq rdiff -u -r1.259 -r1.260 openssh/ssh-keygen.c
cvs -nQq rdiff -u -r1.51 -r1.52 openssh/ssh-rsa.c
cvs -nQq rdiff -u -r1.217 -r1.218 openssh/sshconnect.c
cvs -nQq rdiff -u -r1.76 -r1.77 openssh/sshconnect1.c
cvs -nQq rdiff -u -r1.196 -r1.197 openssh/sshconnect2.c
cvs -nQq rdiff -u -r1.445 -r1.446 openssh/sshd.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6728;r2=1.6729&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth1.c?r1=1.132;r2=1.133&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-chall.c?r1=1.44;r2=1.45&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-passwd.c?r1=1.13;r2=1.14&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.c?r1=1.107;r2=1.108&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/bufaux.c?r1=1.61;r2=1.62&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/bufbn.c?r1=1.8;r2=1.9&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/buffer.c?r1=1.34;r2=1.35&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher-3des1.c?r1=1.12;r2=1.13&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher.c?r1=1.102;r2=1.103&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.246;r2=1.247&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/gss-serv.c?r1=1.26;r2=1.27&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kex.c?r1=1.107;r2=1.108&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexdhc.c?r1=1.15;r2=1.16&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexdhs.c?r1=1.18;r2=1.19&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexecdhc.c?r1=1.8;r2=1.9&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexecdhs.c?r1=1.11;r2=1.12&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexgexc.c?r1=1.17;r2=1.18&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexgexs.c?r1=1.19;r2=1.20&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/key.c?r1=1.123;r2=1.124&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor.c?r1=1.168;r2=1.169&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor_wrap.c?r1=1.96;r2=1.97&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/packet.c?r1=1.198;r2=1.199&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readpass.c?r1=1.48;r2=1.49&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/rsa.c?r1=1.34;r2=1.35&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/serverloop.c?r1=1.178;r2=1.179&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-add.c?r1=1.119;r2=1.120&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-agent.c?r1=1.204;r2=1.205&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-dss.c?r1=1.31;r2=1.32&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-ecdsa.c?r1=1.9;r2=1.10&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-ed25519.c?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.259;r2=1.260&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-rsa.c?r1=1.51;r2=1.52&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.217;r2=1.218&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect1.c?r1=1.76;r2=1.77&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.196;r2=1.197&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.445;r2=1.446&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