summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-12-21 22:33:45 +0000
committerKevin Steves <stevesk@pobox.com>2000-12-21 22:33:45 +0000
commita074feb65d6f1fcad02e80b751e2287fd6230b09 (patch)
tree251cf49da8454f5ad6b3d4ac7449c33617848d9d /ChangeLog
parent82cf0ceea899d4c7a47bdec79eea6dc2a8576bc7 (diff)
- (stevesk) OpenBSD CVS updates:
- markus@cvs.openbsd.org 2000/12/19 15:43:45 [authfile.c channels.c sftp-server.c ssh-agent.c] remove() -> unlink() for consistency - markus@cvs.openbsd.org 2000/12/19 15:48:09 [ssh-keyscan.c] replace <ssl/x.h> with <openssl/x.h> - markus@cvs.openbsd.org 2000/12/17 02:33:40 [uidswap.c] typo; from wsanchez@apple.com
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a99195e5d..16898e192 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
120001221
2 - (stevesk) OpenBSD CVS updates:
3 - markus@cvs.openbsd.org 2000/12/19 15:43:45
4 [authfile.c channels.c sftp-server.c ssh-agent.c]
5 remove() -> unlink() for consistency
6 - markus@cvs.openbsd.org 2000/12/19 15:48:09
7 [ssh-keyscan.c]
8 replace <ssl/x.h> with <openssl/x.h>
9 - markus@cvs.openbsd.org 2000/12/17 02:33:40
10 [uidswap.c]
11 typo; from wsanchez@apple.com
12
120001220 1320001220
2 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code 14 - (djm) Workaround PAM inconsistencies between Solaris derived PAM code
3 and Linux-PAM. Based on report and fix from Andrew Morgan 15 and Linux-PAM. Based on report and fix from Andrew Morgan