Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-15 | ignore return value from fcntl() | Matt Johnston | |
2016-03-15 | Fix truncated type for getc() at confirmation prompt | Matt Johnston | |
2016-03-15 | cast return type to enum | Matt Johnston | |
2016-03-15 | remove unused loginrec_set_addr() | Matt Johnston | |
2016-03-15 | update CHANGES | Matt Johnston | |
2016-03-15 | Merge pull request #23 from Chocobo1/travis_fix | Matt Johnston | |
TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX | |||
2016-03-15 | Merge branch 'fperrad-20151231_indent' | Matt Johnston | |
2016-03-15 | Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into ↵ | Matt Johnston | |
fperrad-20151231_indent | |||
2016-03-12 | Get rid of group15, move group16 to sha512. | Matt Johnston | |
New groups are disabled by default pending draft-ietf-curdle-ssh-kex-sha2-02 being finalised | |||
2016-03-10 | merge github master | Matt Johnston | |
2016-03-10 | allow specifying dropbearmulti command as an argument | Matt Johnston | |
2016-03-10 | merge 2016.72 | Matt Johnston | |
2016-03-10 | Added signature for changeset fd1981f41c62 | Matt Johnston | |
2016-03-10 | Added tag DROPBEAR_2016.72 for changeset 78b12b6549be | Matt Johnston | |
2016-03-09 | debian changelog | Matt Johnston | |
2016-03-09 | 2016.72 | Matt Johnston | |
2016-03-09 | Validate xauth input | Matt Johnston | |
2016-01-21 | TravisCI: re-enable MULTI=1 & NOWRITEV=1 builds on OSX, fixes d416a9b | Chocobo1 | |
2016-01-20 | Merge pull request #22 from Chocobo1/travis | Matt Johnston | |
TravisCI: Improvements | |||
2016-01-20 | Merge pull request #21 from Chocobo1/fix | Matt Johnston | |
Fix warnings | |||
2016-01-19 | Don't fail if can't get the username | Matt Johnston | |
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-11 | TravisCI: fix linux + clang compile | Chocobo1 | |
2016-01-11 | TravisCI: use `if` block | Chocobo1 | |
2016-01-11 | TravisCI: enable osx builds | Chocobo1 | |
2016-01-05 | Fix parentheses weird placement | Chocobo1 | |
2016-01-05 | TravisCI: enable build with clang | Chocobo1 | |
2016-01-05 | TravisCI: enable parallel build | Chocobo1 | |
2016-01-05 | TravisCI: modify to run builds in container | Chocobo1 | |
2016-01-05 | Fix print format specifier | Chocobo1 | |
2016-01-05 | Fix "Pointer to local array variable returned" | Chocobo1 | |
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. | |||
2016-01-01 | more hard tab | Francois Perrad | |
2015-12-31 | refactor indentation with hard tab | Francois Perrad | |
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. |