summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-15 12:14:12 +1100
committerDamien Miller <djm@mindrot.org>2013-10-15 12:14:12 +1100
commite9fc72edd6c313b670558cd5219601c38a949b67 (patch)
tree32ed93978e93622d5829a55cbc0479e00b1161bf /ChangeLog
parent194fd904d8597a274b93e075b2047afdf5a175d4 (diff)
- djm@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@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b0ca0b8d..91a6b6497 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,15 @@
37 [readconf.c readconf.h ssh-keysign.c ssh.c ssh_config.5] 37 [readconf.c readconf.h ssh-keysign.c ssh.c ssh_config.5]
38 add a "Match" keyword to ssh_config that allows matching on hostname, 38 add a "Match" keyword to ssh_config that allows matching on hostname,
39 user and result of arbitrary commands. "nice work" markus@ 39 user and result of arbitrary commands. "nice work" markus@
40 - djm@cvs.openbsd.org 2013/10/14 23:28:23
41 [canohost.c misc.c misc.h readconf.c sftp-server.c ssh.c]
42 refactor client config code a little:
43 add multistate option partsing to readconf.c, similar to servconf.c's
44 existing code.
45 move checking of options that accept "none" as an argument to readconf.c
46 add a lowercase() function and use it instead of explicit tolower() in
47 loops
48 part of a larger diff that was ok markus@
40 49
4120131010 5020131010
42 - (dtucker) OpenBSD CVS Sync 51 - (dtucker) OpenBSD CVS Sync