Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-23 | fix bad assertion | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-01-23 | add fuzzer-preauth_nomaths | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-01-23 | merge up to date | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-01-23 | fix updates to libtomcrypt/libtommath for out of tree builds | Matt Johnston | |
2017-10-18 | test close < 0, from Marco Wenzel | Matt Johnston | |
2017-10-04 | fix checkpubkey_line function name for TRACE | Matt Johnston | |
2017-10-04 | fix pubkey authentication return value | Matt Johnston | |
2017-08-14 | check dss g range | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-30 | fix DROBPEAR_FUZZ auth delay | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-27 | EXEEXT for a few more targets, dropbearmulti in particular for Cygwin | Matt Johnston | |
From William K. Foster. | |||
2017-06-27 | document --enable-static in place of STATIC=1 | Matt Johnston | |
2017-06-27 | add --enable-static configure argument. disable conflicting harden flags | Matt Johnston | |
2017-06-27 | Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument range | Matt Johnston | |
2017-06-27 | improve configure --help alignment | Matt Johnston | |
2017-06-25 | Merge pull request #47 from kdarbyshirebryant/mastermaxauth | Matt Johnston | |
dropbear server: support -T max auth tries | |||
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-25 | dropbear server: support -T max auth tries | Kevin Darbyshire-Bryant | |
Add support for '-T n' for a run-time specification for maximum number of authentication attempts where 'n' is between 1 and compile time option MAX_AUTH_TRIES. A default number of tries can be specified at compile time using 'DEFAULT_AUTH_TRIES' which itself defaults to MAX_AUTH_TRIES for backwards compatibility. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | |||
2017-06-24 | add configuration option for default RSA size. | Matt Johnston | |
print key size with dropbearkey | |||
2017-06-24 | merge from main (libtommath/libtomcrypt/curve25510-donna updates) | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-24 | Update to libtommath v1.0 | Matt Johnston | |
2017-06-24 | update to libtomcrypt 1.17 (with Dropbear changes) | Matt Johnston | |
2017-06-24 | Update curve25519-donna to f7837adf95a2c2dcc36233cb02a1fb34081c0c4a | Matt Johnston | |
2017-06-24 | document changed default RSA key size back in 2013.61test | Matt Johnston | |
2017-06-24 | fix dss debug printing | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-24 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-24 | test dss key parameter lengths exactly | Matt Johnston | |
2017-06-24 | test for -pie linker flag as well, for Linux | Matt Johnston | |
2017-06-24 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-24 | set hardened compiler/linker flags by default | Matt Johnston | |
2017-06-23 | test for linux/pkt-sched.h rather than SO_PRIORITY | Matt Johnston | |
2017-06-23 | set PAM_RHOST | Matt Johnston | |
2017-06-23 | merge | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-23 | Compile with -fno-strict-overflow if possible. | Matt Johnston | |
Needed for curve25519-donna https://github.com/agl/curve25519-donna/issues/31 | |||
2017-06-20 | verify debug printing | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-16 | increase min DSS and RSA lengths | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-16 | check p and q lengths | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-15 | fix missing arglist NULL terminator | Matt Johnston | |
2017-06-14 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-14 | improve value range validation | Matt Johnston | |
2017-06-11 | fix checkmac always failing pre-kex | Matt Johnston | |
--HG-- branch : fuzz | |||
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-03 | Merge pull request #38 from armcc/master | Matt Johnston | |
Fix libtomcrypt/libtommath linking order | |||
2017-06-03 | Merge pull request #40 from fperrad/20161119_lint | Matt Johnston | |
more lintings | |||
2017-06-02 | when pointer, use NULL instead of 0 | Francois Perrad | |
2017-06-02 | Set configure #defines to 1. Escape some strings for m4 | Matt Johnston | |
2017-06-02 | Merge pull request #37 from shauser88/configure-fixes | Matt Johnston | |
Fix configure options using AC_ARG_ENABLE | |||
2017-06-02 | Merge pull request #39 from fperrad/20161118_lint | Matt Johnston | |
fix indentation | |||
2017-06-02 | Merge pull request #34 from bengardner/gitignore | Matt Johnston | |
Add .gitignore file | |||
2017-06-02 | Merge pull request #33 from bengardner/termcodes | Matt Johnston | |
termcodes: make VEOL2, VWERASE, VLNEXT, ECHOCTL, and ECHOKE optional | |||
2017-06-02 | Merge pull request #32 from bengardner/ERR_label | Matt Johnston | |
Change label name _ERR to LBL_ERR |