2018-01-25 |
Matt Johnston |
Merge branch 'houseofkodai-cli_bind_address_connect'
|
2018-01-25 |
Matt Johnston |
bind to port as well with -b
|
2017-05-01 |
houseofkodai |
cli_bind_address_connect
|
2018-01-25 |
houseofkodai |
Server chosen tcpfwd ports (#43)
|
2018-01-25 |
Matt Johnston |
Merge pull request #48 from DengkeDu/dengke/configure-add-variable-to-allow-openpty-check-cached
|
2013-04-24 |
Eric BĂ©nard |
configure: add a variable to allow openpty check to be cached
|
2018-01-25 |
Matt Johnston |
Merge pull request #49 from fperrad/20170812_lint
|
2017-08-19 |
Francois Perrad |
Pointer parameter could be declared as pointing to const (callback)
|
2017-08-19 |
Francois Perrad |
Pointer parameter could be declared as pointing to const
|
2017-08-12 |
Francois Perrad |
fix format
|
2018-01-23 |
Matt Johnston |
fix bad assertion
fuzz
|
2018-01-23 |
Matt Johnston |
add fuzzer-preauth_nomaths
fuzz
|
2018-01-23 |
Matt Johnston |
merge up to date
fuzz
|
2018-01-23 |
Matt Johnston |
fix updates to libtomcrypt/libtommath for out of tree builds
|
2017-10-18 |
Matt Johnston |
test close < 0, from Marco Wenzel
|
2017-10-04 |
Matt Johnston |
fix checkpubkey_line function name for TRACE
|
2017-10-04 |
Matt Johnston |
fix pubkey authentication return value
|
2017-08-13 |
Matt Johnston |
check dss g range
fuzz
|
2017-06-30 |
Matt Johnston |
fix DROBPEAR_FUZZ auth delay
fuzz
|
2017-06-27 |
Matt Johnston |
EXEEXT for a few more targets, dropbearmulti in particular for Cygwin
|
2017-06-27 |
Matt Johnston |
document --enable-static in place of STATIC=1
|
2017-06-27 |
Matt Johnston |
add --enable-static configure argument. disable conflicting harden flags
|
2017-06-27 |
Matt Johnston |
Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument range
|
2017-06-27 |
Matt Johnston |
improve configure --help alignment
|
2017-06-25 |
Matt Johnston |
Merge pull request #47 from kdarbyshirebryant/mastermaxauth
|
2017-05-29 |
Kevin Darbyshire-Bryant |
dropbear server: support -T max auth tries
|
2017-06-25 |
Matt Johnston |
Merge pull request #45 from bengardner/DROPBEAR_LISTEN_BACKLOG
|
2017-06-05 |
Ben Gardner |
sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOG
|
2017-06-24 |
Matt Johnston |
merge
coverity
|
2017-06-24 |
Matt Johnston |
add configuration option for default RSA size.
|
2017-06-24 |
Matt Johnston |
merge from main (libtommath/libtomcrypt/curve25510-donna updates)
fuzz
|
2017-06-24 |
Matt Johnston |
Update to libtommath v1.0
|
2017-06-24 |
Matt Johnston |
update to libtomcrypt 1.17 (with Dropbear changes)
|
2017-06-24 |
Matt Johnston |
Update curve25519-donna to f7837adf95a2c2dcc36233cb02a1fb34081c0c4a
|
2017-06-24 |
Matt Johnston |
document changed default RSA key size back in 2013.61test
|
2017-06-24 |
Matt Johnston |
fix dss debug printing
fuzz
|
2017-06-24 |
Matt Johnston |
merge from main
fuzz
|
2017-06-24 |
Matt Johnston |
test dss key parameter lengths exactly
|
2017-06-23 |
Matt Johnston |
test for -pie linker flag as well, for Linux
|
2017-06-23 |
Matt Johnston |
merge from main
fuzz
|
2017-06-23 |
Matt Johnston |
set hardened compiler/linker flags by default
|
2017-06-23 |
Matt Johnston |
test for linux/pkt-sched.h rather than SO_PRIORITY
|
2017-06-23 |
Matt Johnston |
set PAM_RHOST
|
2017-05-25 |
Matt Johnston |
fix null pointer crash
|
2017-05-21 |
Matt Johnston |
Fix null pointer dereference found by libfuzzer
|
2017-05-25 |
Matt Johnston |
limit input size
|
2017-05-24 |
Matt Johnston |
don't exit encountering short lines
|
2017-05-23 |
Matt Johnston |
split out checkpubkey_line() separately
|
2017-06-16 |
Matt Johnston |
increase min DSS and RSA lengths
|
2017-06-16 |
Matt Johnston |
check p and q lengths
|
2017-06-23 |
Matt Johnston |
merge
fuzz
|
2017-06-23 |
Matt Johnston |
Compile with -fno-strict-overflow if possible.
|
2017-06-20 |
Matt Johnston |
verify debug printing
fuzz
|
2017-06-16 |
Matt Johnston |
increase min DSS and RSA lengths
fuzz
|
2017-06-16 |
Matt Johnston |
check p and q lengths
fuzz
|
2017-06-15 |
Matt Johnston |
fix missing arglist NULL terminator
|
2017-06-14 |
Matt Johnston |
merge from main
fuzz
|
2017-06-14 |
Matt Johnston |
improve value range validation
|
2017-05-26 |
Matt Johnston |
add m_mp_free_multi, be more careful freeing when failing to load keys
|
2017-06-11 |
Matt Johnston |
fix checkmac always failing pre-kex
fuzz
|