log

age author description
2011-04-07 Matt Johnston Properly fix the bug found years ago by Klocwork, refound again.
2011-04-07 Matt Johnston Clean up fd on failure. Found by Klocwork
2011-04-07 Matt Johnston Define LTC_NO_FILE to avoid hmac_file() etc
2011-04-07 Matt Johnston Fix FD leak if connect() fails, found by Klocwork
2011-04-07 Matt Johnston Add noreturn and format attribute hints for some functions.
2011-04-07 Matt Johnston Fix memory leak found by Klocwork
2011-04-07 Matt Johnston Tidy error handling and get rid of some commented out code
2011-04-07 Matt Johnston Change comparison to be more paranoid (and perhaps avoid Klocwork false
2011-04-07 Matt Johnston Fix check of wrong variable found by Klocwork
2011-03-31 Matt Johnston Avoid segfault when handling childpid race
2011-03-18 Matt Johnston Use mp_init_size() to avoid some mp_grow()s
2011-03-02 Matt Johnston Update changelog for 0.53.1 DROPBEAR_0.53.1
2011-02-28 Matt Johnston merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'
2011-02-28 Matt Johnston - Don't allow setting memLevel since that doesn't work properly
2011-02-28 Matt Johnston Compile fix for when both client and server agent forwarding is disabled
2011-02-27 Matt Johnston Refer to RFCs rather than drafts, update some section references
2011-02-27 Matt Johnston - Fix DROPBEAR_PRNGD_SOCKET since it doesn't need to call connect()
2011-02-25 Matt Johnston Updates changelog. Mention diffie-hellman-group14-sha1 in 0.53
2011-02-25 Matt Johnston -lcrypt needs to be before object files when static linking
2011-02-24 Matt Johnston - Set debian version to 0.53 DROPBEAR_0.53
2011-02-24 Matt Johnston Changelog for 0.53, bump version
2011-02-24 Matt Johnston Mention -L/-R listenaddress argument in manpage
2011-02-24 Matt Johnston It happened to sony
2011-02-24 Matt Johnston Add diffie-hellman-group14-sha1 KEX method
2011-02-23 Matt Johnston Improve capitalisation for all logged strings
2011-02-23 Matt Johnston merge of '8849ec659cb45b924158cc3322390a1d3d48daef'
2011-02-23 Matt Johnston Don't reset last_packet_time when we're transmitting SSH_MSG_IGNORE packets
2010-07-21 Matt Johnston remove unused variable
2010-07-21 Matt Johnston merge of '4b90e96a8a8afcc9feafc59cb47592a4a6d1cc30'
2010-07-21 Matt Johnston - Update fake-rfc2553.{c,h} from OpenSSH 5.5p1