comparison CHANGES @ 161:b9d3f725e00b

0.44 release changes
author Matt Johnston <matt@ucc.asn.au>
date Sun, 02 Jan 2005 17:08:27 +0000
parents 6b306ad5f5b5
children a62cb364f615
comparison
equal deleted inserted replaced
160:7ceceb46d655 161:b9d3f725e00b
1 0.44test5 - 1 0.44 - Mon Jan 3 2005
2
3 - SECURITY: Fix for PAM auth so that usernames are logged and conversation
4 function responses are allocated correctly - all 0.44test4 users with PAM
5 compiled in (not default) are advised to upgrade.
6
7 - Fix calls to getnameinfo() for compatibility with Solaris
8
9 - Pristine compilation works (run 'configure' from a fresh dir and make it
10 there)
11
12 - Fixes for compiling with most options disabled.
13
14 - Upgraded to LibTomCrypt 0.99 and LibTomMath 0.32
15
16 - Make sure that zeroing out of values in LTM and LTC won't get optimised away
17
18 - Removed unused functions from loginrec.c
19
20 - /dev/random is now the default entropy source rather than /dev/urandom
21
22 - Logging of IPs in auth success/failure messages for improved greppability
2 23
3 - Fix dbclient so that "scp -i keyfile" works. (It can handle "-ikeyfile 24 - Fix dbclient so that "scp -i keyfile" works. (It can handle "-ikeyfile
4 properly) 25 properly)
5 26
6 - Fix for PAM auth so that usernames are logged and conversation function
7 responses are allocated correctly.
8
9 - Avoid a race in server shell-handling code which prevents the exit-code 27 - Avoid a race in server shell-handling code which prevents the exit-code
10 from being returned to the client. 28 from being returned to the client in some circumstances.
11 29
12 - Makefile modified so that install target works correctly (doesn't try 30 - Makefile modified so that install target works correctly (doesn't try
13 to install "all" binary) - patch from Juergen Daubert 31 to install "all" binary) - patch from Juergen Daubert
14 32
15 0.44test4 - Tue Sept 14 21:15:54 +0800 33 - Various minor fixes and compile warnings.
34
35 0.44test4 - Tue Sept 14 2004 21:15:54 +0800
16 36
17 - Fix inetd mode so it actually loads the hostkeys (oops) 37 - Fix inetd mode so it actually loads the hostkeys (oops)
18 38
19 - Changed DROPBEAR_DEFPORT properly everywhere 39 - Changed DROPBEAR_DEFPORT properly everywhere
20 40