summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a82a701d..fe271d62c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,6 +83,15 @@
83 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50 83 - deraadt@cvs.openbsd.org 2001/02/06 22:07:50
84 [sshd_config] 84 [sshd_config]
85 enable sftp-server by default 85 enable sftp-server by default
86 - deraadt 2001/02/07 8:57:26
87 [xmalloc.c]
88 deal with new ANSI malloc stuff
89 - markus@cvs.openbsd.org 2001/02/07 16:46:08
90 [xmalloc.c]
91 typo in fatal()
92 - itojun@cvs.openbsd.org 2001/02/07 18:04:50
93 [xmalloc.c]
94 fix size_t -> int cast (use u_long). markus ok
86 - (bal) fixed sftp-client.c. Return 'status' instead of '0' 95 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
87 (from the OpenBSD tree) 96 (from the OpenBSD tree)
88 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD 97 - (bal) Synced ssh.1, ssh-add.1 and sshd.8 w/ OpenBSD
@@ -3871,4 +3880,4 @@
3871 - Wrote replacements for strlcpy and mkdtemp 3880 - Wrote replacements for strlcpy and mkdtemp
3872 - Released 1.0pre1 3881 - Released 1.0pre1
3873 3882
3874$Id: ChangeLog,v 1.735 2001/02/10 23:30:16 mouring Exp $ 3883$Id: ChangeLog,v 1.736 2001/02/10 23:34:54 mouring Exp $