Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-19 | scp: Have `fatal()' append a newline to the message | Michael 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-19 | Add note about OpenSSH origin | Matt Johnston | |
2016-01-15 | add dh group15 and group16, disabled by default | Matt Johnston | |
2016-01-14 | Move dh group constants to a separate file | Matt Johnston | |
2016-01-04 | Merge pull request #20 from kingosticks/debian-init-short-description | Matt Johnston | |
Added missing Short-Description init info field to debian init script. | |||
2016-01-03 | Added 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. | |||
2015-12-18 | use exec for proxycommand | Matt Johnston | |
2015-12-15 | revert removal of space handling, different fix for avoiding option prefix | Matt Johnston | |
matches | |||
2015-12-15 | Don't allow spaces and don't get confused by -o usesyslogd=yes | Matt Johnston | |
(option name has another option name as a prefix) | |||
2015-12-15 | unknown options should be non-fatal | Matt Johnston | |
2015-12-15 | rename killchild to kill_proxy_sighandler | Matt Johnston | |
2015-12-15 | A few minor style fixes | Matt Johnston | |
2015-12-15 | Merge pull request #18 from annulen/dbclient_syslog | Matt Johnston | |
Support syslog logging in dbclient. | |||
2015-12-15 | Use dropbear_log instead of some fprintf's in client code. | Konstantin Tokarev | |
2015-12-15 | Support syslog logging in dbclient. | Konstantin Tokarev | |
2015-12-15 | Allow setting syslog identifier via startsyslog(). | Konstantin Tokarev | |
2015-12-15 | Moved usingsyslog from svr_runopts to runopts. | Konstantin Tokarev | |
2015-12-15 | Merge pull request #17 from annulen/kill_proxy_cmd | Matt Johnston | |
Client: kill proxy command when exiting application. | |||
2015-12-15 | Merge pull request #16 from annulen/openssh_options | Matt Johnston | |
Implemented ExitOnForwardFailure option for local and remote forwarding. | |||
2015-12-11 | diffie-hellman-group14-sha256 | Matt Johnston | |
2015-12-03 | Thanks | Matt Johnston | |
2015-12-03 | Added signature for changeset 926e7275cef4 | Matt Johnston | |
2015-12-03 | Added tag DROPBEAR_2015.71 for changeset 9a944a243f08 | Matt Johnston | |
2015-12-03 | 2015.71 | Matt Johnston | |
2015-12-03 | Client: kill proxy command when exiting application. | Konstantin Tokarev | |
2015-12-02 | wrong breakage version | Matt Johnston | |
2015-12-02 | preliminary 2015.71 CHANGES | Matt Johnston | |
2015-12-02 | ports and addresses must be malloced to avoid segfault on exit | Matt Johnston | |
2015-11-30 | Implemented ExitOnForwardFailure option for local and remote forwarding. | Konstantin Tokarev | |
2015-11-30 | Added OpenSSH-like -o command line option to dbclient. | Konstantin Tokarev | |
Like in OpenSSH, whitespaces are ignored, key and value may be separated by one '=' character. For now only yes/no flag parsing is implemented. | |||
2015-11-30 | Merge pull request #15 from annulen/fix_cli_remotetcpfwd | Matt Johnston | |
Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forw… | |||
2015-11-30 | The '==' comparision operator is not defined by POSIX, use '=' instead | Juergen Daubert | |
2015-11-27 | Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding. | Konstantin Tokarev | |
2015-11-27 | Fix "Avoid queueing into circbuffer when the channel is about to close" | Matt Johnston | |
which broken handling EAGAIN/EINTR | |||
2015-11-27 | Fix ses.channel_signal_pending race | Matt Johnston | |
2015-11-26 | Added signature for changeset 5bb5976e6902 | Matt Johnston | |
2015-11-26 | Added tag DROPBEAR_2015.70 for changeset 79a6ef02307d | Matt Johnston | |
2015-11-26 | Wrong date | Matt Johnston | |
2015-11-26 | 2015.70 | Matt Johnston | |
2015-11-26 | Another attempt at test for crypt() | Matt Johnston | |
2015-11-26 | Backed out changeset fbcd0a20e667 | Matt Johnston | |
2015-11-26 | AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt() | Matt Johnston | |
2015-11-25 | release.sh reminds how to sign | Matt Johnston | |
2015-11-25 | Added signature for changeset af074dbcb68f | Matt Johnston | |
2015-11-25 | Added tag DROPBEAR_2015.69 for changeset 1637dbd26212 | Matt Johnston | |
2015-11-25 | 2015.69 | Matt Johnston | |
2015-11-25 | debian changelog | Matt Johnston | |
2015-11-25 | changelog | Matt Johnston | |
2015-11-25 | mention dropbearkey too | Matt Johnston | |
2015-11-25 | Mention "dropbear -R" if no hostkeys | Matt Johnston | |