summaryrefslogtreecommitdiff
path: root/cli-runopts.c
Commit message (Expand)AuthorAgeFilesLines
* Fix IPv6 address parsing for dbclient -bMatt Johnston2022-04-011-9/+5
* Allow dbclient -J to be used with multihopMatt Johnston2022-04-011-37/+28
* Fix extra default -i arguments for multihopMatt Johnston2022-04-011-8/+11
* increase verboseness by allowing multiple -vHansH1112022-03-191-2/+2
* use option -q for suppression remote banner output, pass option also for prox...HansH1112022-03-131-0/+11
* Increase max window size to 10MB, fallback rather thanMatt Johnston2021-10-121-6/+3
* added option to disable trivial auth methods (#128)Manfred Kaiser2021-08-191-0/+7
* Make "dbclient -m help -c help" workMatt Johnston2020-05-261-4/+5
* fix constness build errorMatt Johnston2019-03-211-1/+1
* support openssh long option -o Port=XXXX (#68)xcko2019-03-201-0/+6
* options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-2/+2
* bind to port as well with -bMatt Johnston2018-01-261-2/+16
* cli_bind_address_connecthouseofkodai2017-05-011-3/+4
* when pointer, use NULL instead of 0Francois Perrad2017-06-021-1/+1
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-55/+55
* fix empty C prototypesFrancois Perrad2016-01-011-2/+2
* add comment FALLTHROUGH which recognize by many lint toolsFrancois Perrad2015-12-311-0/+1
* Fix print format specifierChocobo12016-01-051-1/+1
* revert removal of space handling, different fix for avoiding option prefixMatt Johnston2015-12-151-4/+16
* Don't allow spaces and don't get confused by -o usesyslogd=yesMatt Johnston2015-12-151-12/+5
* unknown options should be non-fatalMatt Johnston2015-12-151-1/+1
* A few minor style fixesMatt Johnston2015-12-151-7/+10
* Use dropbear_log instead of some fprintf's in client code.Konstantin Tokarev2015-12-011-1/+1
* Support syslog logging in dbclient.Konstantin Tokarev2015-12-011-0/+10
* Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev2015-12-011-0/+3
* Implemented ExitOnForwardFailure option for local and remote forwarding.Konstantin Tokarev2015-11-301-1/+15
* Added OpenSSH-like -o command line option to dbclient.Konstantin Tokarev2015-11-301-1/+55
* Fix flags after the hostnameMatt Johnston2015-11-231-3/+15
* Bundling for dbclientGuilhem Moulin2015-11-231-110/+92
* Warn rather than fail if flags have trailing partsMatt Johnston2015-10-281-2/+3
* don't silently ignore extra flag argumentsMatt Johnston2015-10-211-2/+6
* change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston2015-08-031-1/+1
* Fix building when ENABLE_CLI_PUBKEY_AUTH is unsetMatt Johnston2015-06-031-1/+6
* Disable non-delayed zlib for serverMatt Johnston2015-01-281-2/+2
* Default client key path ~/.ssh/id_dropbearMatt Johnston2015-01-241-6/+21
* Be a bit safer in case pw_name doesn't existMatt Johnston2014-08-061-2/+4
* Try without identifying current useriquaba2014-08-061-1/+1
* Add '-V' for versionMatt Johnston2014-07-271-0/+5
* Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston2014-07-091-0/+2
* Change port separator to ^ since % is used in ipv6 addressesMatt Johnston2014-02-151-1/+1
* use oldstyle commentsMatt Johnston2013-11-141-3/+3
* Various cleanups and fixes for warningsMatt Johnston2013-11-121-1/+1
* strdup the proxycmd to avoid crash when freeing, from Llu?s Batlle i RossellMatt Johnston2013-07-081-0/+7
* Use % rather than # for port delimiterMatt Johnston2013-04-171-1/+1
* Use '#' for host#port separator, document it. This fixes scpMatt Johnston2013-04-171-1/+5
* changelog updates for 2013.57Matt Johnston2013-04-151-1/+1
* -y -y to disable hostkey checkingMatt Johnston2013-04-141-4/+27
* Add URL to usage textMatt Johnston2013-03-211-2/+1
* improve subsystem/sftp documentation, and multi-hop manual formattingMatt Johnston2013-03-031-1/+1
* Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston2012-05-171-0/+22