diff options
author | Damien Miller <djm@mindrot.org> | 2003-09-23 19:24:21 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-09-23 19:24:21 +1000 |
commit | e043e8e2211ee07e98f95fe975cca56959eb6c59 (patch) | |
tree | 862aceabb43ef9c0ce7400e1ca981033e17df61d /ChangeLog | |
parent | 03575cc07de0c67586e56a5e1ee2d3a3ee35300c (diff) |
- (djm) Fix SSH1 challenge kludge
- (djm) Bug #671: Fix builds on OpenBSD
- (djm) Bug #676: Fix PAM stack corruption
- (djm) Fix bad free() in PAM code
- (djm) Don't call pam_end before pam_init
- (djm) Enable build with old OpenSSL again
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -13,6 +13,14 @@ | |||
13 | - markus@cvs.openbsd.org 2003/09/19 09:02:02 | 13 | - markus@cvs.openbsd.org 2003/09/19 09:02:02 |
14 | [packet.c] | 14 | [packet.c] |
15 | buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471 | 15 | buffer_dump only if PACKET_DEBUG is defined; Jedi/Sector One; pr 3471 |
16 | - (djm) Fix SSH1 challenge kludge | ||
17 | - (djm) Bug #671: Fix builds on OpenBSD | ||
18 | - (djm) Bug #676: Fix PAM stack corruption | ||
19 | - (djm) Fix bad free() in PAM code | ||
20 | - (djm) Don't call pam_end before pam_init | ||
21 | - (djm) Enable build with old OpenSSL again | ||
22 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | ||
23 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | ||
16 | 24 | ||
17 | 20030922 | 25 | 20030922 |
18 | - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree | 26 | - (dtucker) [Makefile.in] Bug #644: Fix "make clean" for out-of-tree |
@@ -1178,4 +1186,4 @@ | |||
1178 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1186 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1179 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1187 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1180 | 1188 | ||
1181 | $Id: ChangeLog,v 1.2994.2.31 2003/09/23 09:00:41 dtucker Exp $ | 1189 | $Id: ChangeLog,v 1.2994.2.32 2003/09/23 09:24:21 djm Exp $ |