summaryrefslogtreecommitdiff
path: root/options.h
Commit message (Collapse)AuthorAgeFilesLines
* mention localoptions.h being build directory, fix underscore in CHANGESMatt Johnston2018-03-011-0/+1
|
* - Fix dependencies and remove old default_options.h from version controlMatt Johnston2018-02-191-1/+2
| | | | | | - Rename default_options.h.in -> default_options.h, and default_options.h -> default_options_guard.h - Fix newlines in default_options.h
* include config.h for options.h. don't need to include options.h whenMatt Johnston2018-02-181-0/+3
| | | | includes.h brings it in
* add configuration option for default RSA size.Matt Johnston2017-06-241-0/+2
| | | | print key size with dropbearkey
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-359/+11
|
* options for disabling "normal" DHMatt Johnston2016-05-021-8/+9
|
* move group14 and group16 to options.h, group14-sha256 on by defaultMatt Johnston2016-05-021-2/+12
|
* Get rid of group15, move group16 to sha512.Matt Johnston2016-03-121-5/+5
| | | | | New groups are disabled by default pending draft-ietf-curdle-ssh-kex-sha2-02 being finalised
* add dh group15 and group16, disabled by defaultMatt Johnston2016-01-151-0/+5
|
* Test for crypt() rather than crypt.hMatt Johnston2015-10-211-2/+2
| | | | Print a message from configure if getpass() or crypt() were missing
* fix default build when getpass() is unavailableMike Frysinger2015-10-211-1/+4
| | | | | | if the system doesn't support getpass, we still default on the options that require it which causes a build failure. instead, only default enable these when getpass is available.
* fix default build when crypt() is unavailableMike Frysinger2015-10-211-0/+3
| | | | | | if the system doesn't support crypt.h/crypt, then ENABLE_SVR_PASSWORD_AUTH cannot work. rather than default this to on all the time, do so only when support for the header is found.
* change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston2015-08-031-2/+2
| | | | rather than doing ~ expansion
* Disable twofish-ctr by default, add config optionMatt Johnston2015-06-031-2/+7
|
* DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-4/+4
|
* Tighten validation of DH values. Odds of x==0 being generated areMatt Johnston2015-02-101-2/+2
| | | | | improbable, roughly 2**-1023 Regression in 0.49
* Disable non-delayed zlib for serverMatt Johnston2015-01-281-0/+5
|
* Default client key path ~/.ssh/id_dropbearMatt Johnston2015-01-241-0/+4
|
* Add config option to disable cbc. Disable twofish by defaultMatt Johnston2015-01-231-2/+6
|
* Enable sha2 HMACs by default, they're required for ecdsa alreadyMatt Johnston2015-01-131-2/+2
|
* use xauth in /usr/binMike Frysinger2014-08-011-1/+1
| | | | | | Since the x.org rework, X has been installed into standard paths and not its own random prefixes. I think it's time we update the default paths accordingly.
* Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston2014-07-091-0/+5
|
* CHANGES for 2014.63Matt Johnston2014-02-191-0/+6
|
* DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by defaultMatt Johnston2014-01-171-7/+0
|
* use oldstyle commentsMatt Johnston2013-11-141-1/+1
|
* comments, turn off debugging optionsMatt Johnston2013-11-091-2/+3
|
* - Make curve25519 work after fixing a typo, interoperates with OpenSSHMatt Johnston2013-11-091-7/+9
| | | | - comment on ecc binary size effects
* MergeMatt Johnston2013-11-081-0/+2
|\
| * curve25519Matt Johnston2013-11-081-0/+2
| |
* | Add '-R' for delayed hostkey optionkeyondemandMatt Johnston2013-11-071-6/+13
| |
* | refactor key generation, make it generate as required.Matt Johnston2013-11-071-2/+2
|/ | | | Needs UI in server command line options
* Enable SMALL_CODE by defaultMatt Johnston2013-05-211-1/+1
|
* merge in HEADMatt Johnston2013-05-211-2/+9
|\
| * Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password loginsMatt Johnston2013-04-181-0/+7
| |
| * Fix a few options and headersMatt Johnston2013-04-031-3/+3
| |
| * Add kexguess2 behaviourMatt Johnston2013-03-291-2/+2
| |
* | ecdsa is workingMatt Johnston2013-05-031-1/+4
| |
* | start on ecdsa keysMatt Johnston2013-04-091-0/+1
| |
* | ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-4/+4
| |
* | refactor kexdh code a bit, start working on ecdh etcMatt Johnston2013-03-261-0/+2
|/
* Fix "-c none" so that it allows aes during authenticationMatt Johnston2013-03-201-5/+3
| | | | Default for options.h shouldn't allow "none"
* Merge "none" cipher/MAC branch. Also adds sha256 and sha512Matt Johnston2013-03-201-1/+15
|\
| * - Only request "none" cipher after auth has succeededinsecure-nocryptoMatt Johnston2012-05-171-4/+0
| |
| * Add ALLOW_NONE_PASSWORD_AUTH optionMatt Johnston2012-05-171-7/+5
| |
| * Merge in "-m"/"-c" codeMatt Johnston2012-05-171-2/+5
| |\
| * \ Update insecure-nocrypto to current headMatt Johnston2012-05-161-1/+19
| |\ \
| | * | Update nocrypto branch to current headMatt Johnston2008-11-061-6/+13
| | | |
| | * | propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2008-11-061-0/+17
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | cdcc3c729e29544e8b98a408e2dc60e4483dfd2a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 0ca38a1cf349f7426ac9de34ebe4c3e3735effab)
| | | * | Comment cleanupsMatt Johnston2006-10-021-3/+3
| | | | |
| | | * | propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵Matt Johnston2006-03-101-0/+20
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7ad1775ed65e75dbece27fe6b65bf1a234db386a) to branch 'au.asn.ucc.matt.dropbear.insecure-nocrypto' (head 88ed2b94d9bfec9a4f661caf592ed01da5eb3b6a)