summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-23 00:19:15 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-23 00:19:15 +0000
commitb1985f727950dbb3d5c7de863ae0e2181ace53f8 (patch)
tree7b852c348ec392349a98c68c6218e9fbdb21cc87 /ChangeLog
parent9dffa01368369d4ce4af3787aa3e254bb015e2fc (diff)
- (bal) OpenBSD Resync
- markus@cvs.openbsd.org 2001/01/22 8:15:00 [auth-krb4.c sshconnect1.c] only AFS needs radix.[ch] - markus@cvs.openbsd.org 2001/01/22 8:32:53 [auth2.c] no need to include; from mouring@etoh.eviladmin.org - stevesk@cvs.openbsd.org 2001/01/22 16:55:21 [key.c] free() -> xfree(); ok markus@ - stevesk@cvs.openbsd.org 2001/01/22 17:22:28 [sshconnect2.c sshd.c] fix memory leaks in SSH2 key exchange; ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2da32b856..c8319d5ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,20 @@
2 - (bal) regexp.h typo in configure.in. Should have been regex.h 2 - (bal) regexp.h typo in configure.in. Should have been regex.h
3 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@ 3 - (bal) SSH_USER_DIR to _PATH_SSH_USER_DIR patch by stevesk@
4 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT 4 - (bal) SSH_ASKPASS_DEFAULT to _PATH_SSH_ASKPASS_DEFAULT
5 - (bal) OpenBSD Resync
6 - markus@cvs.openbsd.org 2001/01/22 8:15:00
7 [auth-krb4.c sshconnect1.c]
8 only AFS needs radix.[ch]
9 - markus@cvs.openbsd.org 2001/01/22 8:32:53
10 [auth2.c]
11 no need to include; from mouring@etoh.eviladmin.org
12 - stevesk@cvs.openbsd.org 2001/01/22 16:55:21
13 [key.c]
14 free() -> xfree(); ok markus@
15 - stevesk@cvs.openbsd.org 2001/01/22 17:22:28
16 [sshconnect2.c sshd.c]
17 fix memory leaks in SSH2 key exchange; ok markus@
18
5 19
620010122 2020010122
7 - (bal) OpenBSD Resync 21 - (bal) OpenBSD Resync