summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-16 20:30:03 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-16 20:30:03 +1000
commit0763698f71efef8b3f8460c5700758359219eb7c (patch)
treeb0275009490908efaf218a90b640ae16032c1eed /ChangeLog
parent5f96f3b4bee11ae2b9b32ff9b881c3693e210f96 (diff)
- djm@cvs.openbsd.org 2013/05/16 04:27:50
[ssh_config.5 readconf.h readconf.c] add the ability to ignore specific unrecognised ssh_config options; bz#866; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 186c43247..ae0f84777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,10 @@
33 sshd.c] Add RekeyLimit to sshd with the same syntax as the client allowing 33 sshd.c] Add RekeyLimit to sshd with the same syntax as the client allowing
34 rekeying based on traffic volume or time. ok djm@, help & ok jmc@ for the man 34 rekeying based on traffic volume or time. ok djm@, help & ok jmc@ for the man
35 page. 35 page.
36 - djm@cvs.openbsd.org 2013/05/16 04:27:50
37 [ssh_config.5 readconf.h readconf.c]
38 add the ability to ignore specific unrecognised ssh_config options;
39 bz#866; ok markus@
36 40
3720130510 4120130510
38 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler 42 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler