summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-12-15Don't allow spaces and don't get confused by -o usesyslogd=yesMatt Johnston
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
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
2015-12-15Merge pull request #16 from annulen/openssh_optionsMatt Johnston
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
2015-11-30Added OpenSSH-like -o command line option to dbclient.Konstantin Tokarev
2015-11-30Merge pull request #15 from annulen/fix_cli_remotetcpfwdMatt Johnston
2015-11-30The '==' comparision operator is not defined by POSIX, use '=' insteadJuergen Daubert
2015-11-27Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.Konstantin Tokarev
2015-11-27Fix "Avoid queueing into circbuffer when the channel is about to close"Matt Johnston
2015-11-27Fix ses.channel_signal_pending raceMatt Johnston
2015-11-26Added signature for changeset 5bb5976e6902Matt Johnston
2015-11-26Added tag DROPBEAR_2015.70 for changeset 79a6ef02307dMatt Johnston
2015-11-26Wrong dateMatt Johnston
2015-11-262015.70Matt Johnston
2015-11-26Another attempt at test for crypt()Matt Johnston
2015-11-26Backed out changeset fbcd0a20e667Matt Johnston
2015-11-26AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()Matt Johnston
2015-11-25release.sh reminds how to signMatt Johnston
2015-11-25Added signature for changeset af074dbcb68fMatt Johnston
2015-11-25Added tag DROPBEAR_2015.69 for changeset 1637dbd26212Matt Johnston
2015-11-252015.69Matt Johnston
2015-11-25debian changelogMatt Johnston
2015-11-25changelogMatt Johnston
2015-11-25mention dropbearkey tooMatt Johnston
2015-11-25Mention "dropbear -R" if no hostkeysMatt Johnston
2015-11-25check for zero K value from curve25519Matt Johnston
2015-11-25Fix minor manpage formatting issuesGuilhem Moulin
2015-11-23Improve dbclient manpageMatt Johnston
2015-11-23Fix flags after the hostnameMatt Johnston
2015-11-23Bundling for dbclientGuilhem Moulin
2015-11-19Increase channel limit to 1000Matt Johnston
2015-11-19Avoid queueing into circbuffer when the channel is about to closeMatt Johnston
2015-11-19lazy allocation of circbufferMatt Johnston