summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2007-02-09Avoid using a comma in a message, since I can't be botheredMatt Johnston
2007-02-04merge of '691c56da3db2685f58ea53540a73c1b79e7df9cd'Matt Johnston
2007-02-04Revert bogus fix, make a note that the var is meant to 'leak'Matt Johnston
2007-02-04merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'Matt Johnston
2007-02-04Add comments about requiring keysize <= 2*SHA1_HASH_SIZEMatt Johnston
2007-02-03Fix failure-handling in dropbear_listen() when errstring is unsetMatt Johnston
2007-02-03Fix another leak found by KlocworkMatt Johnston
2007-02-03Fix leak of keybuf in recv_msg_userauth_pk_ok, courtesy of KlocworkMatt Johnston
2007-02-03Remove extraneous tests in random mpint generation,Matt Johnston
2007-02-03Fix potential null pointer dereference found by KlokworkMatt Johnston
2007-02-03Fix free() of null pointer found by KlocworkMatt Johnston
2007-02-03merge of '5fdf69ca60d1683cdd9f4c2595134bed26394834'Matt Johnston
2007-02-03merge of '1250b8af44b62d8f4fe0f8d9fc7e7a1cc34e7e1c'Matt Johnston
2007-02-03disapproval of revision '2186a678a5f79ef432f6593a10e3e13df2a313d5'Matt Johnston
2007-02-03disapproval of revision '332f709a4cb39cde4cedab7c3be89e05f3023067'Matt Johnston
2007-02-02Update to latestMatt Johnston
2007-01-11fix missing endifMatt Johnston
2007-01-11propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head c1db4398d56c56c6d0...Matt Johnston
2007-01-11Replace // with /* */Matt Johnston
2007-01-11propagate from branch 'au.asn.ucc.matt.ltm.dropbear' (head 2af95f00ebd5bb7a28...Matt Johnston
2007-01-11%s/ranlib/$(RANLIB)/Matt Johnston
2007-01-11propagate from branch 'au.asn.ucc.matt.ltm.orig' (head 1c2b7d389d0682caf98023...Matt Johnston
2007-01-11Update to LibTomMath 0.40Matt Johnston
2007-01-11Refer to local headers locally with #include "" not #include <>.Matt Johnston
2007-01-11propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head ffd1015238ffcc959f...Matt Johnston
2007-01-11Fix up some slight changes.Matt Johnston
2007-01-11propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 2af22fb4e878750b88...Matt Johnston
2007-01-11propagate from branch 'au.asn.ucc.matt.ltc.orig' (head 52840647ac7f5c707c3bd1...Matt Johnston
2007-01-11Update to LibTomCrypt 1.16Matt Johnston
2007-01-04Load hostkeys before daemon(), since daemon()'s chdir("/") will prevent usMatt Johnston
2006-12-06merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'Matt Johnston
2006-12-06- Include netinet/in.h before arpa/inet.h for FreeBSDMatt Johnston
2006-11-02comment about putenv() leaking malloced variablesMatt Johnston
2006-11-02Fix memory leak found by KlocworkMatt Johnston
2006-11-02Make sure that we clean up key parts if we fail during reading a rsa keyMatt Johnston
2006-11-02make code clearer and more robust (from Klocwork)Matt Johnston
2006-11-02Free x component of DSS key upon failure to loadMatt Johnston
2006-10-11Fix up separate-directory building for libtomcryptMatt Johnston
2006-09-11Forgot variable declaration.Matt Johnston
2006-08-20Handle failure reading a file (such as a key file)Matt Johnston
2006-08-07merge of '9a4e042fd565f46141e81e0c1ab90260303348fe'Matt Johnston
2006-08-07Add (disabled by default) LOG_COMMANDS option to log the commands executedMatt Johnston
2006-07-27Just use the normal "remote closed" handler when reading ident stingsMatt Johnston
2006-07-09CHECKCLEARTOWRITE() can normally be defined blankMatt Johnston
2006-07-07From Erik HovlandMatt Johnston
2006-07-07Make flow of execution clearer for getting process exit statusMatt Johnston
2006-07-07Fixes from Erik Hovland:Matt Johnston
2006-07-07BUG: The strings 'name' and 'instruction' are always allocatedMatt Johnston
2006-07-07BUG: mp_div_2d returns status and it isn't checked.Matt Johnston
2006-06-120.49 is close to done.Matt Johnston