Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-16 | options: Complete the transition to numeric toggles (`#if') | Michael Witten | |
For the sake of review, this commit alters only the code; the affiliated comments within the source files also need to be updated, but doing so now would obscure the operational changes that have been made here. * All on/off options have been switched to the numeric `#if' variant; that is the only way to make this `default_options.h.in' thing work in a reasonable manner. * There is now some very minor compile-time checking of the user's choice of options. * NO_FAST_EXPTMOD doesn't seem to be used, so it has been removed. * ENABLE_USER_ALGO_LIST was supposed to be renamed DROPBEAR_USER_ALGO_LIST, and this commit completes that work. * DROPBEAR_FUZZ seems to be a relatively new, as-yet undocumented option, which was added by the following commit: commit 6e0b539e9ca0b5628c6c5a3d118ad6a2e79e8039 Author: Matt Johnston <matt@ucc.asn.au> Date: Tue May 23 22:29:21 2017 +0800 split out checkpubkey_line() separately It has now been added to `sysoptions.h' and defined as `0' by default. * The configuration option `DROPBEAR_PASSWORD_ENV' is no longer listed in `default_options.h.in'; it is no longer meant to be set by the user, and is instead left to be defined in `sysoptions.h' (where it was already being defined) as merely the name of the environment variable in question: DROPBEAR_PASSWORD To enable or disable use of that environment variable, the user must now toggle `DROPBEAR_USE_DROPBEAR_PASSWORD'. * The sFTP support is now toggled by setting `DROPBEAR_SFTPSERVER', and the path of the sFTP server program is set independently through the usual SFTPSERVER_PATH. | |||
2018-01-26 | bind to port as well with -b | Matt Johnston | |
2018-01-26 | cli_bind_address_connect | houseofkodai | |
* replaces -b dummy option in dbclient to be similar with openssh -b option * useful in multi-wan connections | |||
2017-06-02 | when pointer, use NULL instead of 0 | Francois Perrad | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2016-03-16 | fix empty C prototypes | Francois Perrad | |
2016-03-16 | add comment FALLTHROUGH which recognize by many lint tools | Francois Perrad | |
2016-01-05 | Fix print format specifier | Chocobo1 | |
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 | A few minor style fixes | Matt Johnston | |
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 | Moved usingsyslog from svr_runopts to runopts. | Konstantin Tokarev | |
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-23 | Fix flags after the hostname | Matt Johnston | |
2015-11-23 | Bundling for dbclient | Guilhem Moulin | |
2015-10-28 | Warn rather than fail if flags have trailing parts | Matt Johnston | |
2015-10-21 | don't silently ignore extra flag arguments | Matt Johnston | |
2015-08-03 | change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir | Matt Johnston | |
rather than doing ~ expansion | |||
2015-06-03 | Fix building when ENABLE_CLI_PUBKEY_AUTH is unset | Matt Johnston | |
2015-01-28 | Disable non-delayed zlib for server | Matt Johnston | |
2015-01-24 | Default client key path ~/.ssh/id_dropbear | Matt Johnston | |
2014-08-06 | Be a bit safer in case pw_name doesn't exist | Matt Johnston | |
2014-08-06 | Try without identifying current user | iquaba | |
Small change that warns the user if the current user cannot be identified rather than aborting. This came in handy when I put dropbear on a dlink that did not have a true user environment. Falling back on the "-l" option and user@ options works just fine as a client. The only implication I found is that the -J option will fail ungracefully without a known own_user. | |||
2014-07-27 | Add '-V' for version | Matt Johnston | |
-h should exit with success Update manpages | |||
2014-07-09 | Make -K keepalive behave like OpenSSH's ServerAliveInterval | Matt Johnston | |
2014-02-15 | Change port separator to ^ since % is used in ipv6 addresses | Matt Johnston | |
2013-11-14 | use oldstyle comments | Matt Johnston | |
2013-11-12 | Various cleanups and fixes for warnings | Matt Johnston | |
--HG-- branch : ecc | |||
2013-07-08 | strdup the proxycmd to avoid crash when freeing, from Lluís Batlle i Rossell | Matt Johnston | |
2013-04-17 | Use % rather than # for port delimiter | Matt Johnston | |
2013-04-17 | Use '#' for host#port separator, document it. This fixes scp | Matt Johnston | |
in multihop | |||
2013-04-15 | changelog updates for 2013.57 | Matt Johnston | |
2013-04-14 | -y -y to disable hostkey checking | Matt Johnston | |
fix missing trailing space when passing arguments for multihop mode From Hans Harder | |||
2013-03-21 | Add URL to usage text | Matt Johnston | |
2013-03-03 | improve subsystem/sftp documentation, and multi-hop manual formatting | Matt Johnston | |
2012-05-17 | Add rough support for choosing ciphers/hashes with "-c" or "-m" | Matt Johnston | |
2012-05-09 | Initialise agent_fd to -1 so we don't end up closing stdin (fd 0) | Matt Johnston | |
if public key authentication is disabled | |||
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston | |
--HG-- extra : convert_revision : 997e53cec7a9efb7413ac6e17b6be60a5597bd2e | |||
2010-02-27 | - fixes for listenaddr | Matt Johnston | |
--HG-- extra : convert_revision : 9eebe96bb7c26c4c09c77a2e89a67a7332abcd49 | |||
2010-02-27 | - tcpfwd bindaddr support against trunk. needs merging. | Matt Johnston | |
--HG-- extra : convert_revision : 658fd03abd21e0da7c4c89b9fff9dc693c72daae | |||
2009-09-11 | - Disable compression for non-final multihops | Matt Johnston | |
--HG-- extra : convert_revision : c507a2aacb9e0db4c0266891b8915c614e32857e | |||
2009-09-10 | Remove extraneous semicolon | Matt Johnston | |
--HG-- extra : convert_revision : ea33f9576dd0ff344d6f1d150a01265470f56131 | |||
2009-09-01 | Rearrange getaddrstring() etc | Matt Johnston | |
--HG-- extra : convert_revision : 8a18c4a60aeaec085923d13d98fa0f93c506ceba | |||
2009-07-06 | New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList | Matt Johnston | |
--HG-- branch : agent-client extra : convert_revision : 5465e639cc3f5ee0c6c55f0de6e7b6d5a8769da3 | |||
2009-07-01 | propagate from branch 'au.asn.ucc.matt.dropbear' (head ↵ | Matt Johnston | |
899a8851a5edf840b2f7925bcc26ffe99dcac54d) to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 6bbab8364de17bd9ecb1dee5ffb796e48c0380d2) --HG-- branch : agent-client extra : convert_revision : d39a49137cc36b624768d4e79e564141dde8d355 | |||
2009-06-12 | - Make -i and -W pass through multihop arguments | Matt Johnston | |
--HG-- extra : convert_revision : 70c64073c9ec07b4dfb54ee60e39cec2bd8c6910 |