Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-27 | Bump version | Matt Johnston | |
2018-02-26 | Fix restricted group code for BSDs, move to separate function | Matt Johnston | |
2018-02-18 | clean up some default options | Matt Johnston | |
- move hmac-sha2-512, hmac-md5, twofish_ctr to sysoptions.h, off by default - try and improve text for KEX methods | |||
2018-02-18 | rename some options and move some to sysoptions.h | Matt Johnston | |
2018-02-16 | options: Complete the transition to numeric toggles (`#if') | Michael Witten | |
For the sake of review, this commit alters only the code; the affiliated comments within the source files also need to be updated, but doing so now would obscure the operational changes that have been made here. * All on/off options have been switched to the numeric `#if' variant; that is the only way to make this `default_options.h.in' thing work in a reasonable manner. * There is now some very minor compile-time checking of the user's choice of options. * NO_FAST_EXPTMOD doesn't seem to be used, so it has been removed. * ENABLE_USER_ALGO_LIST was supposed to be renamed DROPBEAR_USER_ALGO_LIST, and this commit completes that work. * DROPBEAR_FUZZ seems to be a relatively new, as-yet undocumented option, which was added by the following commit: commit 6e0b539e9ca0b5628c6c5a3d118ad6a2e79e8039 Author: Matt Johnston <matt@ucc.asn.au> Date: Tue May 23 22:29:21 2017 +0800 split out checkpubkey_line() separately It has now been added to `sysoptions.h' and defined as `0' by default. * The configuration option `DROPBEAR_PASSWORD_ENV' is no longer listed in `default_options.h.in'; it is no longer meant to be set by the user, and is instead left to be defined in `sysoptions.h' (where it was already being defined) as merely the name of the environment variable in question: DROPBEAR_PASSWORD To enable or disable use of that environment variable, the user must now toggle `DROPBEAR_USE_DROPBEAR_PASSWORD'. * The sFTP support is now toggled by setting `DROPBEAR_SFTPSERVER', and the path of the sFTP server program is set independently through the usual SFTPSERVER_PATH. | |||
2018-02-09 | Remove none cipher | Matt Johnston | |
2017-06-25 | Merge pull request #45 from bengardner/DROPBEAR_LISTEN_BACKLOG | Matt Johnston | |
sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOG | |||
2017-06-05 | sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOG | Ben Gardner | |
This change allows adding DROPBEAR_LISTEN_BACKLOG to localoptions.h to force the value. | |||
2017-06-16 | increase min DSS and RSA lengths | Matt Johnston | |
2017-05-18 | merge 2017.75 | Matt Johnston | |
2017-05-17 | bump version to 2017.75 | Matt Johnston | |
2016-07-21 | merge 2016.74 | Matt Johnston | |
2016-07-21 | bump version | Matt Johnston | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2016-05-02 | options for disabling "normal" DH | Matt Johnston | |
2016-05-02 | move group14 and group16 to options.h, group14-sha256 on by default | Matt Johnston | |
2016-03-18 | update for 2016.73 | Matt Johnston | |
2016-03-12 | Get rid of group15, move group16 to sha512. | Matt Johnston | |
New groups are disabled by default pending draft-ietf-curdle-ssh-kex-sha2-02 being finalised | |||
2016-03-09 | 2016.72 | Matt Johnston | |
2015-12-03 | 2015.71 | Matt Johnston | |
2015-11-26 | 2015.70 | Matt Johnston | |
2015-11-25 | 2015.69 | Matt Johnston | |
2015-11-19 | Increase channel limit to 1000 | Matt Johnston | |
2015-08-08 | changelog and version 2015.68 | Matt Johnston | |
2015-08-03 | increase MAX_CMD_LEN to 9000 | Matt Johnston | |
2015-05-29 | separate client/server fastopen options | Matt Johnston | |
2015-02-28 | merge from default | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-24 | Free memory before exiting. Based on patch from Thorsten Horstmann. | Matt Johnston | |
Client side is not complete. | |||
2015-02-20 | Fixes for backwards compatibility | Matt Johnston | |
--HG-- branch : fastopen | |||
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 |