[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Tue Oct 15 12:14:12 EST 2013
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 13/10/15 12:14:12
Modified files:
. : ChangeLog canohost.c misc.c misc.h readconf.c sftp-server.c ssh.c
Log message:
- djm at cvs.openbsd.org 2013/10/14 23:28:23
[canohost.c misc.c misc.h readconf.c sftp-server.c ssh.c]
refactor client config code a little:
add multistate option partsing to readconf.c, similar to servconf.c's
existing code.
move checking of options that accept "none" as an argument to readconf.c
add a lowercase() function and use it instead of explicit tolower() in
loops
part of a larger diff that was ok markus@
Diff commands:
cvs -nQq rdiff -u -r1.6500 -r1.6501 openssh/ChangeLog
cvs -nQq rdiff -u -r1.78 -r1.79 openssh/canohost.c
cvs -nQq rdiff -u -r1.120 -r1.121 openssh/misc.c
cvs -nQq rdiff -u -r1.53 -r1.54 openssh/misc.h
cvs -nQq rdiff -u -r1.187 -r1.188 openssh/readconf.c
cvs -nQq rdiff -u -r1.117 -r1.118 openssh/sftp-server.c
cvs -nQq rdiff -u -r1.378 -r1.379 openssh/ssh.c
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6500;r2=1.6501&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/canohost.c?r1=1.78;r2=1.79&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.c?r1=1.120;r2=1.121&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/misc.h?r1=1.53;r2=1.54&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.187;r2=1.188&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sftp-server.c?r1=1.117;r2=1.118&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.378;r2=1.379&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