summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-03-10merge 2016.72Matt Johnston
2016-03-10Added signature for changeset fd1981f41c62Matt Johnston
2016-03-10Added tag DROPBEAR_2016.72 for changeset 78b12b6549beMatt Johnston
2016-03-09debian changelogMatt Johnston
2016-03-092016.72Matt Johnston
2016-03-09Validate xauth inputMatt Johnston
2016-01-21TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9bChocobo1
2016-01-20Merge pull request #22 from Chocobo1/travisMatt Johnston
TravisCI: Improvements
2016-01-20Merge pull request #21 from Chocobo1/fixMatt Johnston
Fix warnings
2016-01-19Don't fail if can't get the usernameMatt Johnston
2016-01-19scp: Have `fatal()' append a newline to the messageMichael Witten
Date: Wed, 4 Nov 2015 20:33:19 -0000 It would seem that it's standard practice not to include a newline in the message text, but that results in poor formatting, as a shell's command line then begins on the line of the error message itself. This commit simply instructs `fatal()' to append a newline after the message, which should be suitable behavior for all of the invocations I've come across.
2016-01-19Add note about OpenSSH originMatt Johnston
2016-01-15add dh group15 and group16, disabled by defaultMatt Johnston
2016-01-14Move dh group constants to a separate fileMatt Johnston
2016-01-11TravisCI: fix linux + clang compileChocobo1
2016-01-11TravisCI: use `if` blockChocobo1
2016-01-11TravisCI: enable osx buildsChocobo1
2016-01-05Fix parentheses weird placementChocobo1
2016-01-05TravisCI: enable build with clangChocobo1
2016-01-05TravisCI: enable parallel buildChocobo1
2016-01-05TravisCI: modify to run builds in containerChocobo1
2016-01-05Fix print format specifierChocobo1
2016-01-05Fix "Pointer to local array variable returned"Chocobo1
2016-01-04Merge pull request #20 from kingosticks/debian-init-short-descriptionMatt Johnston
Added missing Short-Description init info field to debian init script.
2016-01-03Added missing init info field to debian init script.Nick Steel
The Short-Description init info field is used by systemd and displayed along with the service name. When it's missing the string 'null' is displayed instead.
2016-01-01more hard tabFrancois Perrad
2015-12-31refactor indentation with hard tabFrancois Perrad
2015-12-18use exec for proxycommandMatt Johnston
2015-12-15revert removal of space handling, different fix for avoiding option prefixMatt Johnston
matches
2015-12-15Don't allow spaces and don't get confused by -o usesyslogd=yesMatt Johnston
(option name has another option name as a prefix)
2015-12-15unknown options should be non-fatalMatt Johnston
2015-12-15rename killchild to kill_proxy_sighandlerMatt Johnston
2015-12-15A few minor style fixesMatt Johnston
2015-12-15Merge pull request #18 from annulen/dbclient_syslogMatt Johnston
Support syslog logging in dbclient.
2015-12-15Use dropbear_log instead of some fprintf's in client code.Konstantin Tokarev
2015-12-15Support syslog logging in dbclient.Konstantin Tokarev
2015-12-15Allow setting syslog identifier via startsyslog().Konstantin Tokarev
2015-12-15Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev
2015-12-15Merge pull request #17 from annulen/kill_proxy_cmdMatt Johnston
Client: kill proxy command when exiting application.
2015-12-15Merge pull request #16 from annulen/openssh_optionsMatt Johnston
Implemented ExitOnForwardFailure option for local and remote forwarding.
2015-12-11diffie-hellman-group14-sha256Matt Johnston
2015-12-03ThanksMatt Johnston
2015-12-03Added signature for changeset 926e7275cef4Matt Johnston
2015-12-03Added tag DROPBEAR_2015.71 for changeset 9a944a243f08Matt Johnston
2015-12-032015.71Matt Johnston
2015-12-03Client: kill proxy command when exiting application.Konstantin Tokarev
2015-12-02wrong breakage versionMatt Johnston
2015-12-02preliminary 2015.71 CHANGESMatt Johnston
2015-12-02ports and addresses must be malloced to avoid segfault on exitMatt Johnston
2015-11-30Implemented ExitOnForwardFailure option for local and remote forwarding.Konstantin Tokarev