CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/14 17:28:23
Modified files:
usr.bin/ssh : canohost.c misc.c misc.h readconf.c
sftp-server.c ssh.c
Log message:
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@
