Mercurial > dropbear
graph
-
Refer to local headers locally with #include "" not #include <>. libtommath-dropbear2007-01-11, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head ffd1015238ffcc959f6cd95176d96fcd0945a397)2007-01-11, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.ltc.dropbear' (head 2af22fb4e878750b88f80f90d439b316d229796f)2007-01-11, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.ltc.orig' (head 52840647ac7f5c707c3bd158d119a15734a7ef28) libtomcrypt-dropbear2007-01-11, by Matt Johnston
-
Load hostkeys before daemon(), since daemon()'s chdir("/") will prevent us2007-01-04, by Matt Johnston
-
merge of '182c2d8dbd5321ef4d1df8758936f4dc7127015f'2006-12-06, by Matt Johnston
-
- Include netinet/in.h before arpa/inet.h for FreeBSD2006-12-06, by Matt Johnston
-
Add some code for testing whether a writefd is closed (by read()ing from it) channel-fix2006-12-05, by Matt Johnston
-
Tidy up behaviour when select() is interrupted. We follow normal channel-fix2006-12-05, by Matt Johnston
-
comment about putenv() leaking malloced variables2006-11-02, by Matt Johnston
-
Fix memory leak found by Klocwork2006-11-02, by Matt Johnston
-
Make sure that we clean up key parts if we fail during reading a rsa key2006-11-02, by Matt Johnston
-
make code clearer and more robust (from Klocwork)2006-11-02, by Matt Johnston
-
Free x component of DSS key upon failure to load2006-11-02, by Matt Johnston
-
propagate from branch 'au.asn.ucc.matt.dropbear' (head 31dcd7a22983ef19d6c63248e415e71d292dd0ec) channel-fix2006-10-12, by Matt Johnston
-
Fix up separate-directory building for libtomcrypt2006-10-11, by Matt Johnston
-
Remove accidentally removed block (making sure to close the channel). channel-fix2006-10-11, by Matt Johnston
-
Rearranged (and hopefully simplified) channel close/eof handling channel-fix2006-10-07, by Matt Johnston
-
Rearranged some more bits, marked some areas that need work. channel-fix2006-10-02, by Matt Johnston
-
explicit merge of '0501e6f661b5415eb76f3b312d183c3adfbfb712' insecure-nocrypto2006-10-02, by Matt Johnston
-
Forgot variable declaration.2006-09-11, by Matt Johnston
-
Handle failure reading a file (such as a key file)2006-08-20, by Matt Johnston
-
make sure that random number generator is correct endian debug-unrandom2006-08-09, by Matt Johnston
-
merge of '9a4e042fd565f46141e81e0c1ab90260303348fe'2006-08-07, by Matt Johnston
-
Add (disabled by default) LOG_COMMANDS option to log the commands executed2006-08-07, by Matt Johnston
-
be sure not to include uninitialised buffers in the unrandom number debug-unrandom2006-08-04, by Matt Johnston
-
Remove actual randomness, to (hopefully) allow comparison between hosts debug-unrandom2006-08-04, by Matt Johnston
-
Just use the normal "remote closed" handler when reading ident stings2006-07-27, by Matt Johnston
-
CHECKCLEARTOWRITE() can normally be defined blank2006-07-09, by Matt Johnston
-
From Erik Hovland2006-07-07, by Matt Johnston
-
Make flow of execution clearer for getting process exit status2006-07-07, by Matt Johnston
-
Fixes from Erik Hovland:2006-07-07, by Matt Johnston
-
BUG: The strings 'name' and 'instruction' are always allocated2006-07-07, by Matt Johnston
-
BUG: mp_div_2d returns status and it isn't checked.2006-07-07, by Matt Johnston
-
0.49 is close to done.2006-06-12, by Matt Johnston
-
Can't check for ss_family without #including sys/socket.h2006-06-12, by Matt Johnston
-
Another stab at getting ss_family happy on older glibc2006-06-12, by Matt Johnston
-
Make the dbclient password prompt more useful2006-06-12, by Matt Johnston
-
mention a command in the help2006-06-12, by Matt Johnston
-
fix accidentally changed == vs != operators2006-06-11, by Matt Johnston
-
progress towards exiting on writefd closure rather than2006-06-11, by Matt Johnston
-
merge of 332f709a4cb39cde4cedab7c3be89e05f30230672006-06-10, by Matt Johnston
-
disapproval of revision 'a4c1a9be4db326f8f7adcf30f876fadedf87b203'2006-06-10, by Matt Johnston
-
increase the size of listening sockets if the port count increases2006-06-10, by Matt Johnston
-
Bring in changes from Debian 0.48.1-12006-06-07, by Matt Johnston