diff options
author | Damien Miller <djm@mindrot.org> | 2004-01-21 11:02:50 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2004-01-21 11:02:50 +1100 |
commit | fb1310eded0788f106dc7e1f113cc75e1206cb60 (patch) | |
tree | cca2dacd20182354f8b704f62ab03a16a27a9e8f /ChangeLog | |
parent | a04ad496f65ba1c0b6c71c13943ede2711464bc3 (diff) |
- markus@cvs.openbsd.org 2004/01/19 21:25:15
[auth2-hostbased.c auth2-pubkey.c serverloop.c ssh-keysign.c sshconnect2.c]
fix mem leaks; some fixes from Pete Flugstad; tested dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -20,6 +20,9 @@ | |||
20 | fake consumption for half closed channels since the peer is waiting for | 20 | fake consumption for half closed channels since the peer is waiting for |
21 | window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@ | 21 | window adjust messages; bugzilla #790 Matthew Dillon; test + ok dtucker@ |
22 | reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo' | 22 | reproduce with sh -c 'ulimit -f 10; ssh host -n od /bsd | cat > foo' |
23 | - markus@cvs.openbsd.org 2004/01/19 21:25:15 | ||
24 | [auth2-hostbased.c auth2-pubkey.c serverloop.c ssh-keysign.c sshconnect2.c] | ||
25 | fix mem leaks; some fixes from Pete Flugstad; tested dtucker@ | ||
23 | 26 | ||
24 | 20040114 | 27 | 20040114 |
25 | - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits | 28 | - (dtucker) [auth-pam.c] Have monitor die if PAM authentication thread exits |
@@ -1689,4 +1692,4 @@ | |||
1689 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1692 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1690 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1693 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1691 | 1694 | ||
1692 | $Id: ChangeLog,v 1.3174 2004/01/21 00:02:09 djm Exp $ | 1695 | $Id: ChangeLog,v 1.3175 2004/01/21 00:02:50 djm Exp $ |