log

age author description
2016-07-11 Matt Johnston better TRACE of failed remote ident
2016-06-21 Matt Johnston merge
2016-05-12 Matt Johnston Merge pull request #29 from hno/patch-out-of-tree
2016-05-11 Henrik Nordström Support out-of-tree builds usign bundled libtom
2016-06-19 Matt Johnston make sure socket is of the right domain
2016-05-04 Matt Johnston Add generated header default_options.h to version control.
2016-05-04 Matt Johnston message about truncated banner
2016-05-04 Matt Johnston Convert #ifdef to #if, other build changes
2016-05-02 Matt Johnston options for disabling "normal" DH
2016-05-02 Matt Johnston move group14 and group16 to options.h, group14-sha256 on by default
2016-04-29 Matt Johnston Avoid busy loop while waiting for rekey response
2016-04-12 Matt Johnston Avoid osx "install" race
2016-04-12 Matt Johnston Add manpage and log for forced_command
2016-04-12 Jeremy Kerr Add -c <command> option to force a specific command
2016-03-18 Matt Johnston Added signature for changeset 70705edee9dd
2016-03-18 Matt Johnston Added tag DROPBEAR_2016.73 for changeset 309e1c4a8768
2016-03-18 Matt Johnston merge coverity
2016-03-18 Matt Johnston update for 2016.73 DROPBEAR_2016.73
2016-03-18 Matt Johnston Fix whitespace missed in merge
2016-03-17 Matt Johnston move m_burn and function attributes to dbhelpers
2016-03-16 Matt Johnston Fix missing paths from m_burn commit
2016-03-16 Matt Johnston use m_burn for mp_clear
2016-03-16 Matt Johnston Use memset_s or explicit_bzero
2016-03-16 Matt Johnston add CVE
2016-03-16 Matt Johnston merge
2015-12-31 Francois Perrad add the idiomatic do/while(0) in the macro SCREWUP
2016-01-01 Francois Perrad fix empty C prototypes
2016-01-01 Francois Perrad add static in function definition
2016-01-01 Francois Perrad add parentheses to macro
2016-01-01 Francois Perrad const variables
2016-01-01 Francois Perrad explicitly initialization of static variables
2016-01-01 Francois Perrad Suspicious use of ;
2015-12-31 Francois Perrad rename loop variable
2015-12-31 Francois Perrad Suspicious use of &
2015-12-31 Francois Perrad add comment FALLTHROUGH which recognize by many lint tools
2015-12-31 Francois Perrad put default in switch/case
2015-12-31 Francois Perrad remove unreachable code
2015-12-31 Francois Perrad use #ifdef like everywhere
2016-03-15 Matt Johnston merge
2016-03-15 Matt Johnston Merge pull request #23 from Chocobo1/travis_fix
2016-01-20 Chocobo1 TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9b
2016-03-15 Matt Johnston merge coverity
2016-03-15 Matt Johnston assertion for case that shouldn't happen
2016-03-15 Matt Johnston m_close() rather than close()
2016-03-15 Matt Johnston ignore return value from fcntl()
2016-03-15 Matt Johnston Fix truncated type for getc() at confirmation prompt
2016-03-15 Matt Johnston merge up to date coverity
2016-03-15 Matt Johnston cast return type to enum
2016-03-15 Matt Johnston remove unused loginrec_set_addr()
2016-03-15 Matt Johnston update CHANGES
2016-03-15 Matt Johnston Merge branch 'fperrad-20151231_indent'
2016-03-15 Matt Johnston Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fperrad-20151231_indent
2016-01-01 Francois Perrad more hard tab
2015-12-31 Francois Perrad refactor indentation with hard tab
2016-03-12 Matt Johnston Get rid of group15, move group16 to sha512.
2016-03-10 Matt Johnston merge github master
2016-01-20 Matt Johnston Merge pull request #22 from Chocobo1/travis
2016-01-11 Chocobo1 TravisCI: fix linux + clang compile
2016-01-05 Chocobo1 TravisCI: use `if` block
2016-01-05 Chocobo1 TravisCI: enable osx builds
2016-01-05 Chocobo1 TravisCI: enable build with clang
2016-01-05 Chocobo1 TravisCI: enable parallel build
2016-01-05 Chocobo1 TravisCI: modify to run builds in container
2016-01-20 Matt Johnston Merge pull request #21 from Chocobo1/fix
2016-01-05 Chocobo1 Fix parentheses weird placement
2016-01-05 Chocobo1 Fix print format specifier
2016-01-05 Chocobo1 Fix "Pointer to local array variable returned"
2016-03-10 Matt Johnston allow specifying dropbearmulti command as an argument
2016-03-10 Matt Johnston merge 2016.72
2016-03-10 Matt Johnston Added signature for changeset fd1981f41c62
2016-03-10 Matt Johnston Added tag DROPBEAR_2016.72 for changeset 78b12b6549be
2016-03-09 Matt Johnston debian changelog DROPBEAR_2016.72
2016-03-09 Matt Johnston 2016.72
2016-03-09 Matt Johnston Validate xauth input
2016-01-18 Matt Johnston Don't fail if can't get the username
2016-01-18 Michael Witten scp: Have `fatal()' append a newline to the message
2016-01-18 Matt Johnston Add note about OpenSSH origin
2016-01-14 Matt Johnston add dh group15 and group16, disabled by default
2016-01-14 Matt Johnston Move dh group constants to a separate file
2016-01-04 Matt Johnston Merge pull request #20 from kingosticks/debian-init-short-description
2016-01-03 Nick Steel Added missing init info field to debian init script.
2015-12-18 Matt Johnston use exec for proxycommand
2015-12-15 Matt Johnston revert removal of space handling, different fix for avoiding option prefix
2015-12-15 Matt Johnston merge coverity
2015-12-15 Matt Johnston Don't allow spaces and don't get confused by -o usesyslogd=yes
2015-12-15 Matt Johnston unknown options should be non-fatal
2015-12-15 Matt Johnston rename killchild to kill_proxy_sighandler
2015-12-15 Matt Johnston A few minor style fixes
2015-12-15 Matt Johnston Merge pull request #18 from annulen/dbclient_syslog
2015-12-01 Konstantin Tokarev Use dropbear_log instead of some fprintf's in client code.
2015-12-01 Konstantin Tokarev Support syslog logging in dbclient.
2015-12-01 Konstantin Tokarev Allow setting syslog identifier via startsyslog().
2015-12-01 Konstantin Tokarev Moved usingsyslog from svr_runopts to runopts.
2015-12-15 Matt Johnston Merge pull request #17 from annulen/kill_proxy_cmd
2015-12-03 Konstantin Tokarev Client: kill proxy command when exiting application.
2015-12-15 Matt Johnston Merge pull request #16 from annulen/openssh_options
2015-11-30 Konstantin Tokarev Implemented ExitOnForwardFailure option for local and remote forwarding.
2015-11-30 Konstantin Tokarev Added OpenSSH-like -o command line option to dbclient.
2015-12-11 Matt Johnston diffie-hellman-group14-sha256
2015-12-03 Matt Johnston Thanks
2015-12-03 Matt Johnston Added signature for changeset 926e7275cef4
2015-12-03 Matt Johnston Added tag DROPBEAR_2015.71 for changeset 9a944a243f08
2015-12-03 Matt Johnston 2015.71 DROPBEAR_2015.71
2015-12-02 Matt Johnston wrong breakage version
2015-12-02 Matt Johnston preliminary 2015.71 CHANGES
2015-12-02 Matt Johnston ports and addresses must be malloced to avoid segfault on exit
2015-12-02 Matt Johnston merge coverity
2015-11-30 Matt Johnston Merge pull request #15 from annulen/fix_cli_remotetcpfwd
2015-11-27 Konstantin Tokarev Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.
2015-11-30 Juergen Daubert The '==' comparision operator is not defined by POSIX, use '=' instead
2015-11-27 Matt Johnston Fix "Avoid queueing into circbuffer when the channel is about to close"
2015-11-27 Matt Johnston Fix ses.channel_signal_pending race
2015-11-26 Matt Johnston Added signature for changeset 5bb5976e6902
2015-11-26 Matt Johnston Added tag DROPBEAR_2015.70 for changeset 79a6ef02307d
2015-11-26 Matt Johnston Wrong date DROPBEAR_2015.70
2015-11-26 Matt Johnston 2015.70
2015-11-26 Matt Johnston Another attempt at test for crypt()
2015-11-26 Matt Johnston Backed out changeset fbcd0a20e667
2015-11-26 Matt Johnston AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()
2015-11-25 Matt Johnston release.sh reminds how to sign