summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e64a40f0..61801f399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,6 +63,16 @@
63 - more strict prototypes, include necessary headers 63 - more strict prototypes, include necessary headers
64 - use paths.h/pathnames.h decls 64 - use paths.h/pathnames.h decls
65 - size_t typecase to int -> u_long 65 - size_t typecase to int -> u_long
66 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
67 [ssh-keyscan.c]
68 fix size_t -> int cast (use u_long). markus ok
69 - markus@cvs.openbsd.org 2001/02/07 22:43:16
70 [ssh-keyscan.c]
71 s/getline/Linebuf_getline/; from roumen.petrov@skalasoft.com
72 - itojun@cvs.openbsd.org 2001/02/09 9:04:59
73 [ssh-keyscan.c]
74 do not assume malloc() returns zero-filled region. found by
75 malloc.conf=AJ.
66 - (bal) fixed sftp-client.c. Return 'status' instead of '0' 76 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
67 (from the OpenBSD tree) 77 (from the OpenBSD tree)
68 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD 78 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
@@ -3850,4 +3860,4 @@
3850 - Wrote replacements for strlcpy and mkdtemp 3860 - Wrote replacements for strlcpy and mkdtemp
3851 - Released 1.0pre1 3861 - Released 1.0pre1
3852 3862
3853$Id: ChangeLog,v 1.731 2001/02/10 23:13:41 mouring Exp $ 3863$Id: ChangeLog,v 1.732 2001/02/10 23:18:11 mouring Exp $