diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-10 23:34:54 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-02-10 23:34:54 +0000 |
commit | a905ecd994ad19a733538bb2093d919e85923b98 (patch) | |
tree | 8c935684640f19fa529eb258b293253c2faa1a67 /ChangeLog | |
parent | 70ea46a382befd3100020b135d5ff440c51c3bd5 (diff) |
- deraadt 2001/02/07 8:57:26
[xmalloc.c]
deal with new ANSI malloc stuff
- markus@cvs.openbsd.org 2001/02/07 16:46:08
[xmalloc.c]
typo in fatal()
- itojun@cvs.openbsd.org 2001/02/07 18:04:50
[xmalloc.c]
fix size_t -> int cast (use u_long). markus ok
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 $ |