Mercurial > dropbear
graph
-
Use m_burn rather than memset2015-02-24, by Thorsten Horstmann
-
Avoid cppcheck warning2015-02-24, by Thorsten Horstmann
-
Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann2015-02-24, by Matt Johnston
-
Revert accidental commented out signal handlers2015-02-24, by Matt Johnston
-
Some additional cleanup functions2015-02-24, by Matt Johnston
-
Free memory before exiting. Based on patch from Thorsten Horstmann.2015-02-24, by Matt Johnston
-
Use m_close() which will avoid close(-1)2015-02-24, by Matt Johnston
-
Fix for old compilers, variable declarations at beginning of functions2015-02-24, by Thorsten Horstmann
-
Some minor typo fixes, found by codespell.2015-02-24, by Thorsten Horstmann
-
DROPBEAR_ prefix for include guards to avoid collisions2015-02-24, by Thorsten Horstmann
-
connect_remote() is now always non-blocking2015-02-14, by Matt Johnston
-
Add envirnonment variable for debug timestamps to roughly match2015-02-13, by Matt Johnston
-
Fix print that no longer works since we're not using fourCCs2015-02-13, by Matt Johnston
-
merge2015-02-13, by Matt Johnston
-
Make it compile2015-02-13, by Matt Johnston
-
Keep sha1 default2015-01-28, by Matt Johnston
-
piggyback data on acks when making connections on linux2015-02-13, by Matt Johnston
-
debug should be off by default2015-02-13, by Matt Johnston
-
Tighten validation of DH values. Odds of x==0 being generated are2015-02-10, by Matt Johnston
-
twofish ctr modes2015-02-04, by Matt Johnston
-
Added signature for changeset 1d2d81b1b7c12015-01-29, by Matt Johnston
-
sha2562015-01-28, by Matt Johnston
-
bump version2015-01-28, by Matt Johnston
-
Added tag DROPBEAR_2015.67 for changeset cbd674d63cd42015-01-28, by Matt Johnston
-
merge2015-01-28, by Matt Johnston
-
changes for 2015.672015-01-28, by Matt Johnston
-
Fix bad multi-statement define for m_free(), detected by Coverity2015-01-28, by Matt Johnston
-
When clearing the memory of 'key' in function openssh_read(), only the size2015-01-28, by Christian Engelmayer
-
Initialise sa_mask2015-01-28, by Matt Johnston
-
Fix memory leak of ecdsa structure, found by Coverity2015-01-28, by Matt Johnston
-
Document ~/.ssh/id_dropbear2015-01-28, by Matt Johnston
-
Allow configure with libtomcrypt/libtommath directories missing2015-01-28, by Elan Ruusamäe
-
Disable non-delayed zlib for server2015-01-28, by Matt Johnston
-
Default client key path ~/.ssh/id_dropbear2015-01-23, by Matt Johnston
-
Prefer stronger algorithms in algorithm negotiation.2015-01-23, by Fedor Brunner
-
Fix installing dropbear.8 error when building in a separate directory.2015-01-23, by Like Ma
-
Add config option to disable cbc. Disable twofish by default2015-01-23, by Matt Johnston
-
Fix variables may be uninitialized.2015-01-23, by Like Ma
-
Integrity error (bad packet size %u) negative length2015-01-23, by Fedor Brunner
-
Enable sha2 HMACs by default, they're required for ecdsa already2015-01-13, by Matt Johnston
-
clear hash state memory after use2015-01-04, by Matt Johnston