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

Damien Miller djm at fuyu.mindrot.org
Tue Feb 4 11:18:23 EST 2014


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

Modified files:
    .               : ChangeLog auth2-chall.c authfd.c authfile.c bufaux.c bufec.c canohost.c channels.c cipher-chachapoly.c clientloop.c configure.ac hostfile.c kexc25519.c krl.c monitor.c sandbox-systrace.c session.c sftp-client.c ssh-keygen.c ssh.c sshconnect2.c sshd.c sshlogin.c
    openbsd-compat  : openbsd-compat.h
Added files:
    openbsd-compat  : explicit_bzero.c

Log message:
   - tedu at cvs.openbsd.org 2014/01/31 16:39:19
     [auth2-chall.c authfd.c authfile.c bufaux.c bufec.c canohost.c]
     [channels.c cipher-chachapoly.c clientloop.c configure.ac hostfile.c]
     [kexc25519.c krl.c monitor.c sandbox-systrace.c session.c]
     [sftp-client.c ssh-keygen.c ssh.c sshconnect2.c sshd.c sshlogin.c]
     [openbsd-compat/explicit_bzero.c openbsd-compat/openbsd-compat.h]
     replace most bzero with explicit_bzero, except a few that cna be memset
     ok djm dtucker

Diff commands:
cvs -nQq rdiff -u -r1.6727 -r1.6728 openssh/ChangeLog
cvs -nQq rdiff -u -r1.43 -r1.44 openssh/auth2-chall.c
cvs -nQq rdiff -u -r1.88 -r1.89 openssh/authfd.c
cvs -nQq rdiff -u -r1.106 -r1.107 openssh/authfile.c
cvs -nQq rdiff -u -r1.60 -r1.61 openssh/bufaux.c
cvs -nQq rdiff -u -r1.4 -r1.5 openssh/bufec.c
cvs -nQq rdiff -u -r1.81 -r1.82 openssh/canohost.c
cvs -nQq rdiff -u -r1.320 -r1.321 openssh/channels.c
cvs -nQq rdiff -u -r1.2 -r1.3 openssh/cipher-chachapoly.c
cvs -nQq rdiff -u -r1.245 -r1.246 openssh/clientloop.c
cvs -nQq rdiff -u -r1.568 -r1.569 openssh/configure.ac
cvs -nQq rdiff -u -r1.52 -r1.53 openssh/hostfile.c
cvs -nQq rdiff -u -r1.3 -r1.4 openssh/kexc25519.c
cvs -nQq rdiff -u -r1.14 -r1.15 openssh/krl.c
cvs -nQq rdiff -u -r1.167 -r1.168 openssh/monitor.c
cvs -nQq rdiff -u -r1.9 -r1.10 openssh/sandbox-systrace.c
cvs -nQq rdiff -u -r1.427 -r1.428 openssh/session.c
cvs -nQq rdiff -u -r1.126 -r1.127 openssh/sftp-client.c
cvs -nQq rdiff -u -r1.258 -r1.259 openssh/ssh-keygen.c
cvs -nQq rdiff -u -r1.394 -r1.395 openssh/ssh.c
cvs -nQq rdiff -u -r1.195 -r1.196 openssh/sshconnect2.c
cvs -nQq rdiff -u -r1.444 -r1.445 openssh/sshd.c
cvs -nQq rdiff -u -r1.37 -r1.38 openssh/sshlogin.c
cvs -nQq rdiff -u -r1.60 -r1.61 openssh/openbsd-compat/openbsd-compat.h

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6727;r2=1.6728&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/auth2-chall.c?r1=1.43;r2=1.44&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfd.c?r1=1.88;r2=1.89&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/authfile.c?r1=1.106;r2=1.107&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/bufaux.c?r1=1.60;r2=1.61&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/bufec.c?r1=1.4;r2=1.5&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/canohost.c?r1=1.81;r2=1.82&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/channels.c?r1=1.320;r2=1.321&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/cipher-chachapoly.c?r1=1.2;r2=1.3&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.245;r2=1.246&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/configure.ac?r1=1.568;r2=1.569&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/hostfile.c?r1=1.52;r2=1.53&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/kexc25519.c?r1=1.3;r2=1.4&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/krl.c?r1=1.14;r2=1.15&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/monitor.c?r1=1.167;r2=1.168&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sandbox-systrace.c?r1=1.9;r2=1.10&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/session.c?r1=1.427;r2=1.428&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp-client.c?r1=1.126;r2=1.127&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh-keygen.c?r1=1.258;r2=1.259&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.394;r2=1.395&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect2.c?r1=1.195;r2=1.196&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshd.c?r1=1.444;r2=1.445&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshlogin.c?r1=1.37;r2=1.38&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/openbsd-compat/openbsd-compat.h?r1=1.60;r2=1.61&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