diff options
author | Kevin Steves <stevesk@pobox.com> | 2000-12-21 22:33:45 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2000-12-21 22:33:45 +0000 |
commit | a074feb65d6f1fcad02e80b751e2287fd6230b09 (patch) | |
tree | 251cf49da8454f5ad6b3d4ac7449c33617848d9d /ChangeLog | |
parent | 82cf0ceea899d4c7a47bdec79eea6dc2a8576bc7 (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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ | |||
1 | 20001221 | ||
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 | |||
1 | 20001220 | 13 | 20001220 |
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 |