comparison CHANGES @ 69:59d16db56e9f

Simple text changes
author Matt Johnston <matt@ucc.asn.au>
date Thu, 12 Aug 2004 15:41:36 +0000
parents fe6bca95afa7
children 677843bfa734
comparison
equal deleted inserted replaced
68:eee77ac31ccc 69:59d16db56e9f
1 0.43 - Fri Jul 16 2004 17:44:54 +0800
2
3 - SECURITY: Don't try to free() uninitialised variables in DSS verification
4 code. Thanks to Arne Bernin for pointing out this bug. This is possibly
5 exploitable, all users with DSS and pubkey-auth compiled in are advised to
6 upgrade.
7
8 - Clean up agent forwarding socket files correctly, patch from Gerrit Pape.
9
10 - Don't go into an infinite loop when portforwarding to servers which don't
11 send any initial data/banner. Patch from Nikola Vladov
12
13 - Fix for network vs. host byte order in logging remote TCP ports, also
14 from Gerrit Pape.
15
16 - Initialise many pointers to NULL, for general safety. Also checked cleanup
17 code for mp_ints (related to security issues above).
18
19 0.42 - Wed Jun 16 2004 12:44:54 +0800
20
21 - Updated to Gerrit Pape's official Debian subdirectory
22
23 - Fixed bad check when opening /dev/urandom - thanks to Danny Sung.
24
25 - Added -i inetd mode flag, and associated options in options.h . Dropbear
26 can be compiled with either normal mode, inetd, or both modes. Thanks
27 to Gerrit Pape for basic patch and motivation.
28
29 - Use <dirent.h> rather than <sys/dir.h> for POSIX compliance. Thanks to Bill
30 Sommerfield.
31
32 - Fixed a TCP forwarding (client-local, -L style) bug which caused the whole
33 session to close if the TCP connection failed. Thanks to Andrew Braund for
34 reporting it and helping track it down.
35
36 - Re-enable sigpipe for child processes. Thanks to Gerrit Pape for some
37 suggestions, and BSD manpages for a clearer explanation of the behaviour.
38
39 - Added manpages, thanks to Gerrit Pape.
40
41 - Changed license text for LibTomCrypt and LibTomMath.
42
43 - Added strip-static target
44
45 - Fixed a bug in agent-forwarding cleanup handler - would segfault
46 (dereferencing a null pointer) if agent forwarding had failed.
47
48 - Fix behaviour of authorized_keys parsing, so larger (>1024 bit) DSA keys will
49 work. Thanks to Dr. Markus Waldeck for the report.
50
51 - Fixed local port forwarding code so that the "-j" option will make forwarding
52 attempts fail more gracefully.
53
54 - Allow repeated requests in a single session if previous ones fail - this fixes PuTTY and some other SCP clients, which try SFTP, then fall-back to SCP if it
55 isn't available. Thanks to Stirling Westrup for the report.
56
57 - Updated to LibTomCrypt 0.96 and LibTomMath 0.30. The AES code now uses
58 smaller non-precomputed tables if DROPBEAR_SMALL_CODE is defined in
59 options.h, leading to a significant reduction in the binary size.
60
1 0.41 - Mon Jan 19 2004 22:40:19 +0800 61 0.41 - Mon Jan 19 2004 22:40:19 +0800
2 62
3 - Fix in configure so that cross-compiling works, thanks to numerous people for 63 - Fix in configure so that cross-compiling works, thanks to numerous people for
4 reporting and testing 64 reporting and testing
5 65