summaryrefslogtreecommitdiffhomepage
path: root/cli-runopts.c
AgeCommit message (Expand)Author
2018-02-16options: Complete the transition to numeric toggles (`#if')Michael Witten
2018-01-26bind to port as well with -bMatt Johnston
2018-01-26cli_bind_address_connecthouseofkodai
2017-06-02when pointer, use NULL instead of 0Francois Perrad
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-16fix empty C prototypesFrancois Perrad
2016-03-16add comment FALLTHROUGH which recognize by many lint toolsFrancois Perrad
2016-01-05Fix print format specifierChocobo1
2015-12-15revert removal of space handling, different fix for avoiding option prefixMatt Johnston
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-15A few minor style fixesMatt 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-15Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev
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-23Fix flags after the hostnameMatt Johnston
2015-11-23Bundling for dbclientGuilhem Moulin
2015-10-28Warn rather than fail if flags have trailing partsMatt Johnston
2015-10-21don't silently ignore extra flag argumentsMatt Johnston
2015-08-03change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston
2015-06-03Fix building when ENABLE_CLI_PUBKEY_AUTH is unsetMatt Johnston
2015-01-28Disable non-delayed zlib for serverMatt Johnston
2015-01-24Default client key path ~/.ssh/id_dropbearMatt Johnston
2014-08-06Be a bit safer in case pw_name doesn't existMatt Johnston
2014-08-06Try without identifying current useriquaba
2014-07-27Add '-V' for versionMatt Johnston
2014-07-09Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston
2014-02-15Change port separator to ^ since % is used in ipv6 addressesMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
2013-07-08strdup the proxycmd to avoid crash when freeing, from LluĂ­s Batlle i RossellMatt Johnston
2013-04-17Use % rather than # for port delimiterMatt Johnston
2013-04-17Use '#' for host#port separator, document it. This fixes scpMatt Johnston
2013-04-15changelog updates for 2013.57Matt Johnston
2013-04-14-y -y to disable hostkey checkingMatt Johnston
2013-03-21Add URL to usage textMatt Johnston
2013-03-03improve subsystem/sftp documentation, and multi-hop manual formattingMatt Johnston
2012-05-17Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston
2012-05-09Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)Matt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2010-02-27- fixes for listenaddrMatt Johnston
2010-02-27- tcpfwd bindaddr support against trunk. needs merging.Matt Johnston
2009-09-11- Disable compression for non-final multihopsMatt Johnston
2009-09-10Remove extraneous semicolonMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2009-07-01propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston
2009-06-12- Make -i and -W pass through multihop argumentsMatt Johnston