summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-29 17:44:56 +1100
committerDamien Miller <djm@mindrot.org>2013-12-29 17:44:56 +1100
commitbf25d114e23a803f8feca8926281b1aaedb6191b (patch)
tree6ffcd299edcd4ecf1e7093dfa0ba10406497c559 /ChangeLog
parentbb3dafe7024a5b4e851252e65ee35d45b965e4a8 (diff)
- djm@cvs.openbsd.org 2013/12/19 00:27:57
[auth-options.c] simplify freeing of source-address certificate restriction
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 041cfe831..a3689a4af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
11 Cast client_alive_interval to u_int64_t before assinging to 11 Cast client_alive_interval to u_int64_t before assinging to
12 max_time_milliseconds to avoid potential integer overflow in the timeout. 12 max_time_milliseconds to avoid potential integer overflow in the timeout.
13 bz#2170, patch from Loganaden Velvindron, ok djm@ 13 bz#2170, patch from Loganaden Velvindron, ok djm@
14 - djm@cvs.openbsd.org 2013/12/19 00:27:57
15 [auth-options.c]
16 simplify freeing of source-address certificate restriction
14 17
1520131221 1820131221
16 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. 19 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types.