comparison CHANGES @ 124:8c08fd2b7f5b

0.44test4 probably also bumped the channel recv window sizing
author Matt Johnston <matt@ucc.asn.au>
date Tue, 14 Sep 2004 13:22:32 +0000
parents 88e0a1ad951a
children 6b306ad5f5b5
comparison
equal deleted inserted replaced
123:a0db9a23f6d4 124:8c08fd2b7f5b
1 0.44test4 - Tue Sept 14 21:15:54 +0800
2
3 - Fix inetd mode so it actually loads the hostkeys (oops)
4
5 - Changed DROPBEAR_DEFPORT properly everywhere
6
7 - Fix a small memory leak in the auth code
8
9 - WCOREDUMP is only used on systems which support it (ie not cygwin or AIX)
10
11 - Check (and fail for) cases when we can't negotiate algorithms with the
12 remote side successfully (rather than bombing out ungracefully)
13
14 - Handle authorized_keys files without a terminating newline
15
16 - Fiddle the channel receive window size for possibly better performance
17
18 - Added in the PAM authentication code (finally! thanks to Martin Carlsson)
19
1 0.44test3 - Fri Aug 27 22:20:54 +0800 20 0.44test3 - Fri Aug 27 22:20:54 +0800
2 21
3 - Fixed a bunch of warnings. 22 - Fixed a bunch of warnings.
4 23
5 - scp works correctly when passed a username (fix for the dbclient program 24 - scp works correctly when passed a username (fix for the dbclient program