summaryrefslogtreecommitdiffhomepage
path: root/sysoptions.h
AgeCommit message (Expand)Author
2017-05-17bump version to 2017.75Matt Johnston
2016-07-21bump versionMatt Johnston
2016-03-18update for 2016.73Matt Johnston
2016-03-12Get rid of group15, move group16 to sha512.Matt Johnston
2016-03-092016.72Matt Johnston
2015-12-032015.71Matt Johnston
2015-11-262015.70Matt Johnston
2015-11-252015.69Matt Johnston
2015-11-19Increase channel limit to 1000Matt Johnston
2015-08-08changelog and version 2015.68Matt Johnston
2015-08-03increase MAX_CMD_LEN to 9000Matt Johnston
2015-05-29separate client/server fastopen optionsMatt Johnston
2015-02-28merge from defaultMatt Johnston
2015-02-24Free memory before exiting. Based on patch from Thorsten Horstmann.Matt Johnston
2015-02-20Fixes for backwards compatibilityMatt Johnston
2015-01-28bump versionMatt Johnston
2014-10-23changelog, version number bumpMatt Johnston
2014-10-23increae MAX_STRING_LEN for sun sshMatt Johnston
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