Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-24 | Free memory before exiting. Based on patch from Thorsten Horstmann. | Matt Johnston | |
Client side is not complete. | |||
2015-01-28 | bump version | Matt Johnston | |
2014-10-23 | changelog, version number bump | Matt Johnston | |
2014-10-23 | increae MAX_STRING_LEN for sun ssh | Matt Johnston | |
2014-08-19 | Make keepalive handling more robust, this should now match what OpenSSH does | Matt Johnston | |
2014-08-08 | 2014.64 | Matt Johnston | |
2014-07-27 | Version 2014.64 | Matt Johnston | |
2014-06-25 | Improve handling lots of concurrent forwarded connections. Increase | Matt Johnston | |
connection backlog, avoid check_close() for channels that haven't had IO | |||
2014-02-19 | 2014.63 | Matt Johnston | |
2014-02-19 | CHANGES for 2014.63 | Matt Johnston | |
2014-01-23 | Back out accidentally committed files | Matt Johnston | |
2014-01-23 | requirenext doesn't need two values | Matt Johnston | |
2014-01-17 | Forgot to save the change | Matt Johnston | |
2014-01-17 | DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default | Matt Johnston | |
2013-12-03 | 2013.62 | Matt Johnston | |
2013-12-02 | Only define LTM_DESC if it isn't already | Matt Johnston | |
2013-11-14 | 2013.61test | Matt Johnston | |
2013-11-14 | - Some fixes for old compilers like tru64 v4 from Daniel Richard G. | Matt Johnston | |
- Don't warn about blocking random device for prngd | |||
2013-11-09 | - Make curve25519 work after fixing a typo, interoperates with OpenSSH | Matt Johnston | |
- comment on ecc binary size effects --HG-- branch : ecc | |||
2013-11-07 | Add '-R' for delayed hostkey option | Matt Johnston | |
--HG-- branch : keyondemand | |||
2013-10-21 | A few small fixes for ECC compilation | Matt Johnston | |
--HG-- branch : ecc | |||
2013-10-18 | Merge in changes from the past couple of releases | Matt Johnston | |
--HG-- branch : ecc | |||
2013-10-16 | - 2013.60, update CHANGES | Matt Johnston | |
- Add CVE references to CHANGES | |||
2013-10-04 | Version 2013.59 | Matt Johnston | |
2013-05-21 | merge in HEAD | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-03 | ecdsa is working | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-28 | more ecdsa signkey work, not correct | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-18 | 2013.58 | Matt Johnston | |
2013-04-18 | Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins | Matt Johnston | |
2013-04-15 | bump version to 2013.57 | Matt Johnston | |
2013-04-09 | start on ecdsa keys | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-08 | - Fix various hardcoded uses of SHA1 | Matt Johnston | |
- rename curves to nistp256 etc - fix svr-auth.c TRACE problem --HG-- branch : ecc | |||
2013-04-07 | ecc kind of works, needs fixing/testing | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-03 | Put some #ifdef options around first-follows options in case they | Matt Johnston | |
need to be disabled --HG-- branch : kexguess | |||
2013-04-03 | Don't usually need to recalculate dh_e for the repeated kexdh_init packet | Matt Johnston | |
--HG-- branch : kexguess | |||
2013-03-31 | Send an auth packet straight away, save another roundtrip | Matt Johnston | |
This needs a bit of testing to make sure it doesn't have side-effects. | |||
2013-03-29 | More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, | Matt Johnston | |
ses.hash and ses.session_id are now buffers (doesn't compile) --HG-- branch : ecc | |||
2013-03-27 | more bits on ecc branch | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-26 | refactor kexdh code a bit, start working on ecdh etc | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-23 | Add ~. and ~^Z handling to exit/suspend dbclient | Matt Johnston | |
2013-03-21 | 2013.56 changelog | Matt Johnston | |
2013-03-21 | Make hmac-sha2-256 and hmac-sha2-512 work | Matt Johnston | |
2013-03-20 | Merge "none" cipher/MAC branch. Also adds sha256 and sha512 | Matt Johnston | |
2012-06-29 | Improve RNG seeding. | Matt Johnston | |
Try to read from /dev/urandom multiple times, take input from extra sources, and use /dev/random when generating private keys | |||
2012-05-10 | - Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be | Matt Johnston | |
getting keyed incorrectly --HG-- branch : sha2 | |||
2012-03-26 | Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD. | Andrey Mazo | |
Got rid of ENABLE_AGENTFWD macro. | |||
2012-04-09 | Rename HAVE_FORK to USE_VFORK | Matt Johnston | |
It makes it a bit more obvious why there's a test there since HAVE_FORK is the normal case. | |||
2012-02-22 | 2012.55 | Matt Johnston | |
2011-11-08 | Changelog and version bump for 2011.54 | Matt Johnston | |
2011-03-02 | Update changelog for 0.53.1 | Matt Johnston | |
--HG-- extra : convert_revision : c7f6c45c46a2f8e2394756c68ae825d6e4dc7489 |