log

age author description
2007-01-11 Matt Johnston propagate from branch 'au.asn.ucc.matt.ltc.orig' (head 52840647ac7f5c707c3bd158d119a15734a7ef28) libtomcrypt-dropbear
2007-01-11 Matt Johnston Update to LibTomCrypt 1.16 libtomcrypt-orig libtomcrypt-1.16
2007-01-04 Matt Johnston Load hostkeys before daemon(), since daemon()'s chdir("/") will prevent us
2006-12-06 Matt Johnston merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'
2006-12-06 Matt Johnston - Include netinet/in.h before arpa/inet.h for FreeBSD
2006-12-05 Matt Johnston Add some code for testing whether a writefd is closed (by read()ing from it) channel-fix
2006-12-05 Matt Johnston - Add some extra tracing. channel-fix
2006-12-05 Matt Johnston merge of 'a94c5265558121fe936519b5d9a5eb27f95e9d9d' channel-fix
2006-12-05 Matt Johnston Tidy up behaviour when select() is interrupted. We follow normal channel-fix
2006-11-02 Matt Johnston comment about putenv() leaking malloced variables
2006-11-02 Matt Johnston Fix memory leak found by Klocwork
2006-11-02 Matt Johnston Make sure that we clean up key parts if we fail during reading a rsa key
2006-11-02 Matt Johnston make code clearer and more robust (from Klocwork)
2006-11-02 Matt Johnston Free x component of DSS key upon failure to load
2006-10-12 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 31dcd7a22983ef19d6c63248e415e71d292dd0ec) channel-fix
2006-10-11 Matt Johnston Fix up separate-directory building for libtomcrypt
2006-10-11 Matt Johnston Remove accidentally removed block (making sure to close the channel). channel-fix
2006-10-09 Matt Johnston Passes most test cases now channel-fix
2006-10-07 Matt Johnston Rearranged (and hopefully simplified) channel close/eof handling channel-fix
2006-10-02 Matt Johnston Rearranged some more bits, marked some areas that need work. channel-fix
2006-10-02 Matt Johnston Comment cleanups insecure-nocrypto
2006-10-02 Matt Johnston explicit merge of '0501e6f661b5415eb76f3b312d183c3adfbfb712' insecure-nocrypto
2006-10-01 Matt Johnston just shuffle some variables names about, a brief comment channel-fix
2006-09-11 Matt Johnston Forgot variable declaration.
2006-08-20 Matt Johnston Handle failure reading a file (such as a key file)
2006-08-09 Matt Johnston blah, forgot PAM options.h debug-unrandom
2006-08-09 Matt Johnston make sure that random number generator is correct endian debug-unrandom
2006-08-09 Matt Johnston yet more debugging debug-unrandom
2006-08-09 Matt Johnston clarify endian difference debug-unrandom
2006-08-09 Matt Johnston add yet more debug-unrandom
2006-08-08 Matt Johnston some more debugging output debug-unrandom
2006-08-07 Matt Johnston merge of '9a4e042fd565f46141e81e0c1ab90260303348fe'
2006-08-07 Matt Johnston Add (disabled by default) LOG_COMMANDS option to log the commands executed
2006-08-06 Matt Johnston add some more copious debugging debug-unrandom
2006-08-04 Matt Johnston be sure not to include uninitialised buffers in the unrandom number debug-unrandom
2006-08-04 Matt Johnston add some debugging of mpints debug-unrandom
2006-08-04 Matt Johnston Remove actual randomness, to (hopefully) allow comparison between hosts debug-unrandom
2006-07-27 Matt Johnston Just use the normal "remote closed" handler when reading ident stings
2006-07-09 Matt Johnston CHECKCLEARTOWRITE() can normally be defined blank
2006-07-07 Matt Johnston From Erik Hovland
2006-07-07 Matt Johnston Make flow of execution clearer for getting process exit status
2006-07-07 Matt Johnston Fixes from Erik Hovland:
2006-07-07 Matt Johnston BUG: The strings 'name' and 'instruction' are always allocated
2006-07-07 Matt Johnston BUG: mp_div_2d returns status and it isn't checked.
2006-06-12 Matt Johnston 0.49 is close to done.
2006-06-12 Matt Johnston Can't check for ss_family without #including sys/socket.h
2006-06-12 Matt Johnston Another stab at getting ss_family happy on older glibc
2006-06-12 Matt Johnston Make the dbclient password prompt more useful
2006-06-12 Matt Johnston mention a command in the help
2006-06-11 Matt Johnston fix accidentally changed == vs != operators
2006-06-11 Matt Johnston progress towards exiting on writefd closure rather than
2006-06-10 Matt Johnston merge of 332f709a4cb39cde4cedab7c3be89e05f3023067
2006-06-10 Matt Johnston disapproval of revision 'a4c1a9be4db326f8f7adcf30f876fadedf87b203'
2006-06-10 Matt Johnston increase the size of listening sockets if the port count increases
2006-06-07 Matt Johnston Bring in changes from Debian 0.48.1-1
2006-06-07 Matt Johnston add -f background option to dbclient
2006-06-07 Matt Johnston Add -N "no remote command" dbclient option.
2006-06-07 Matt Johnston Include user@host in the pubkey line, since it's sometimes very useful
2006-06-07 Matt Johnston Add -P pidfile patch from Swen Schillig
2006-06-07 Matt Johnston Look at HOME before /etc/passwd when looking for ~/.ssh/known_hosts