summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d990febb..b052a202c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,12 @@
7 [ssh-pkcs11.c] 7 [ssh-pkcs11.c]
8 check length of value returned C_GetAttributValue for != 0 8 check length of value returned C_GetAttributValue for != 0
9 from mdrtbugzilla@codefive.co.uk; bugzilla #1773; ok dtucker@ 9 from mdrtbugzilla@codefive.co.uk; bugzilla #1773; ok dtucker@
10 - djm@cvs.openbsd.org 2010/06/17 07:07:30
11 [mux.c]
12 Correct sizing of object to be allocated by calloc(), replacing
13 sizeof(state) with sizeof(*state). This worked by accident since
14 the struct contained a single int at present, but could have broken
15 in the future. patch from hyc AT symas.com
10 16
1120100622 1720100622
12 - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512 18 - (djm) [loginrec.c] crank LINFO_NAMESIZE (username length) to 512