log

age author description
2018-02-18 Matt Johnston missed regenerating
2018-02-18 Matt Johnston group14-sha256 should be higher than group14-sha1
2018-02-18 Matt Johnston clean up some default options
2018-02-18 Matt Johnston Add dbclient '-J &fd' option for a file descriptor
2018-02-18 Matt Johnston include config.h for options.h. don't need to include options.h when
2018-02-17 Matt Johnston rename some options and move some to sysoptions.h
2018-02-17 Matt Johnston loginrec close fd on error path
2018-02-17 Matt Johnston limit rsa->e size to 64 bits fuzz
2018-02-17 Matt Johnston merge from main fuzz
2018-02-17 Matt Johnston merge coverity up to date coverity
2018-02-10 Matt Johnston limit travis branches coverity
2018-02-17 François Perrad more linting (#55)
2018-02-10 Matt Johnston merge coverity
2018-02-10 Matt Johnston merge coverity
2018-02-16 Loganaden Velvindron Add Spectre v2 mitigations for GCC (#54)
2018-02-16 Matt Johnston Merge branch 'master' of github.com:mkj/dropbear
2018-01-25 Francois Perrad use NULL instead of 0
2018-01-25 Francois Perrad fix indentation
2018-02-16 Matt Johnston merge
2018-02-16 Matt Johnston Remove accidentally committed DROPBEAR_FUZZ
2017-07-20 Michael Witten options: Complete the transition to numeric toggles (`#if')
2018-02-15 Matt Johnston disallow inetd -v
2018-02-14 Matt Johnston fix unused variable from merge
2018-02-14 Matt Johnston fix compile warnings
2018-02-14 Matt Johnston make signal flags volatile, simplify handling
2018-02-13 Matt Johnston Move DEBUG_TRACE to default_options
2018-02-13 Matt Johnston Update build instructions for localoptions, and tidy
2018-02-13 Matt Johnston update some dependencies
2018-02-13 Matt Johnston update default_options.h
2017-07-31 Michael Witten build: Remove unused constructs: `space' and `AC_PROG_MAKE_SET'
2018-02-11 Matt Johnston Removed commented out code
2018-02-11 Matt Johnston Fix building default_options.h
2018-02-10 Matt Johnston simplify error handling, check mp_copy return value
2018-02-10 Matt Johnston limit travis branches
2018-02-10 Matt Johnston Use an explicit matrix instead, avoid bad clang combinations etc
2018-02-10 Matt Johnston use parent $CC etc
2018-02-09 Matt Johnston pass CFLAGS to LTC_CFLAGS
2018-02-09 Matt Johnston cast m_burn argument away from volatile
2018-02-09 Matt Johnston exclude clang rather than osx for unbundled libtom
2018-02-09 Matt Johnston merge coverity
2018-02-09 Matt Johnston missed saving a file removing none cipher
2018-02-09 Matt Johnston update coverity coverity
2018-02-09 Matt Johnston Remove none cipher
2018-02-09 Matt Johnston Put Dropbear config in a separate file
2018-02-09 Matt Johnston Fix commenting out
2018-02-09 Matt Johnston add $srcdir as needed
2018-02-09 Matt Johnston generate list of libtomcrypt directories automatically
2018-02-09 Matt Johnston Update Makefile.in
2018-02-09 Matt Johnston Update to libtomcrypt 1.18.1, merged with Dropbear changes
2018-02-08 Matt Johnston Update to libtommath v1.0.1
2018-02-08 Matt Johnston Test for -Wno-pointer-sign, move CFLAGS tests into a macro
2018-02-08 Matt Johnston define CLOCK_MONOTONIC if needed
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)