diff options
author | Damien Miller <djm@mindrot.org> | 2004-06-15 10:27:15 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-06-15 10:27:15 +1000 |
commit | 3e4dffb140d3eb6eafddf2318baa8e4c33d4531e (patch) | |
tree | 83e207a49b88af6b03d9a10d778e9e05bd0946ee /ChangeLog | |
parent | 350327c0428572f16b1c4080ef61473942217a27 (diff) |
- markus@cvs.openbsd.org 2004/05/26 23:02:39
[channels.c]
missing freeaddrinfo; Andrey Matveev
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,6 +3,9 @@ | |||
3 | - djm@cvs.openbsd.org 2004/05/26 08:59:57 | 3 | - djm@cvs.openbsd.org 2004/05/26 08:59:57 |
4 | [sftp.c] | 4 | [sftp.c] |
5 | exit -> _exit in forked child on error; from andrushock AT korovino.net | 5 | exit -> _exit in forked child on error; from andrushock AT korovino.net |
6 | - markus@cvs.openbsd.org 2004/05/26 23:02:39 | ||
7 | [channels.c] | ||
8 | missing freeaddrinfo; Andrey Matveev | ||
6 | 9 | ||
7 | 20040603 | 10 | 20040603 |
8 | - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions. | 11 | - (dtucker) [auth-pam.c] Don't use pam_* namespace for sshd's PAM functions. |
@@ -1187,4 +1190,4 @@ | |||
1187 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 1190 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
1188 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 1191 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
1189 | 1192 | ||
1190 | $Id: ChangeLog,v 1.3375 2004/06/15 00:24:13 djm Exp $ | 1193 | $Id: ChangeLog,v 1.3376 2004/06/15 00:27:15 djm Exp $ |