summaryrefslogtreecommitdiffhomepage
path: root/sysoptions.h
AgeCommit message (Expand)Author
2014-08-19Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston
2014-08-082014.64Matt Johnston
2014-07-27Version 2014.64Matt Johnston
2014-06-25Improve handling lots of concurrent forwarded connections. IncreaseMatt Johnston
2014-02-192014.63Matt Johnston
2014-02-19CHANGES for 2014.63Matt Johnston
2014-01-23Back out accidentally committed filesMatt Johnston
2014-01-23requirenext doesn't need two valuesMatt Johnston
2014-01-17Forgot to save the changeMatt Johnston
2014-01-17DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston
2013-12-032013.62Matt Johnston
2013-12-02Only define LTM_DESC if it isn't alreadyMatt Johnston
2013-11-142013.61testMatt Johnston
2013-11-14- Some fixes for old compilers like tru64 v4 from Daniel Richard G.Matt Johnston
2013-11-09- Make curve25519 work after fixing a typo, interoperates with OpenSSHMatt Johnston
2013-11-07Add '-R' for delayed hostkey optionMatt Johnston
2013-10-21A few small fixes for ECC compilationMatt Johnston
2013-10-18Merge in changes from the past couple of releasesMatt Johnston
2013-10-16- 2013.60, update CHANGESMatt Johnston
2013-10-04Version 2013.59Matt Johnston
2013-05-21merge in HEADMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-04-28more ecdsa signkey work, not correctMatt Johnston
2013-04-182013.58Matt Johnston
2013-04-18Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password loginsMatt Johnston
2013-04-15bump version to 2013.57Matt Johnston
2013-04-09start on ecdsa keysMatt Johnston
2013-04-08- Fix various hardcoded uses of SHA1Matt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-04-03Put some #ifdef options around first-follows options in case theyMatt Johnston
2013-04-03Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston
2013-03-31Send an auth packet straight away, save another roundtripMatt Johnston
2013-03-29More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston
2013-03-27more bits on ecc branchMatt Johnston
2013-03-26refactor kexdh code a bit, start working on ecdh etcMatt Johnston
2013-03-23Add ~. and ~^Z handling to exit/suspend dbclientMatt Johnston
2013-03-212013.56 changelogMatt Johnston
2013-03-21Make hmac-sha2-256 and hmac-sha2-512 workMatt Johnston
2013-03-20Merge "none" cipher/MAC branch. Also adds sha256 and sha512Matt Johnston
2012-06-29Improve RNG seeding.Matt Johnston
2012-05-10- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to beMatt Johnston
2012-03-26Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.Andrey Mazo
2012-04-09Rename HAVE_FORK to USE_VFORKMatt Johnston
2012-02-222012.55Matt Johnston
2011-11-08Changelog and version bump for 2011.54Matt Johnston
2011-03-02Update changelog for 0.53.1Matt Johnston
2011-02-28merge of '8a608f0ed5e4b491dba4bf330e560636ec7376fd'Matt Johnston
2011-02-28- Don't allow setting memLevel since that doesn't work properlyMatt Johnston
2011-02-28Compile fix for when both client and server agent forwarding is disabledMatt Johnston
2011-02-27Refer to RFCs rather than drafts, update some section referencesMatt Johnston