summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-05-16 20:29:28 +1000
committerDarren Tucker <dtucker@zip.com.au>2013-05-16 20:29:28 +1000
commit5f96f3b4bee11ae2b9b32ff9b881c3693e210f96 (patch)
tree1e1c647e73e447b06b194b38b5d39e95aec8bef9 /ChangeLog
parentc53c2af173cf67fd1c26f98e7900299b1b65b6ec (diff)
- dtucker@cvs.openbsd.org 2013/05/16 04:09:14
[sshd_config.5 servconf.c servconf.h packet.c serverloop.c monitor.c sshd_config sshd.c] Add RekeyLimit to sshd with the same syntax as the client allowing rekeying based on traffic volume or time. ok djm@, help & ok jmc@ for the man page.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 85a5edcce..186c43247 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,11 @@
28 Add an optional second argument to RekeyLimit in the client to allow 28 Add an optional second argument to RekeyLimit in the client to allow
29 rekeying based on elapsed time in addition to amount of traffic. 29 rekeying based on elapsed time in addition to amount of traffic.
30 with djm@ jmc@, ok djm 30 with djm@ jmc@, ok djm
31 - dtucker@cvs.openbsd.org 2013/05/16 04:09:14
32 [sshd_config.5 servconf.c servconf.h packet.c serverloop.c monitor.c sshd_config
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
35 page.
31 36
3220130510 3720130510
33 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler 38 - (dtucker) [configure.ac] Enable -Wsizeof-pointer-memaccess if the compiler