summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
AgeCommit message (Expand)Author
2018-01-26bind to port as well with -bMatt Johnston
2018-01-26cli_bind_address_connecthouseofkodai
2017-06-25dropbear server: support -T max auth triesKevin Darbyshire-Bryant
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-04-12Add -c <command> option to force a specific commandJeremy Kerr
2016-03-16fix empty C prototypesFrancois Perrad
2015-12-15Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev
2015-12-15Merge pull request #16 from annulen/openssh_optionsMatt Johnston
2015-12-02ports and addresses must be malloced to avoid segfault on exitMatt Johnston
2015-11-30Implemented ExitOnForwardFailure option for local and remote forwarding.Konstantin Tokarev
2015-11-27Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.Konstantin Tokarev
2015-02-24DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann
2015-01-28Disable non-delayed zlib for serverMatt Johnston
2014-07-27- Don't use multichar constants since recent gcc complainsMatt Johnston
2014-07-27Add '-V' for versionMatt Johnston
2014-07-09Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston
2013-11-07Add '-R' for delayed hostkey optionMatt Johnston
2013-11-01Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston
2013-05-21merge in HEADMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-04-14-y -y to disable hostkey checkingMatt Johnston
2013-02-12Allow configuring "allow blank password option" at runtimePaul Eggleton
2012-05-17Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston
2009-09-11- Disable compression for non-final multihopsMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-07-06- Client auth using an agent's key works. Still need to implement clientMatt 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
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston
2008-09-23propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston
2008-09-23- Enable -s for specifying a subsystem (such as sftp)Matt Johnston
2008-09-22Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston
2008-09-17propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ...Matt Johnston
2008-09-17Rework netcat-alike to be a proper mode, with -B argument.Matt Johnston
2008-09-15- "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston
2008-09-15- Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston
2007-08-16propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2007-07-25Add -W <windowsize> argument and document it.Matt Johnston
2007-02-22merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'Matt Johnston
2007-02-22Add -p [address:]port option for binding to addresses, patch fromMatt Johnston
2007-02-11Add '-y' option to dbclient to accept the host key without checkingMatt Johnston
2006-06-07add -f background option to dbclientMatt Johnston
2006-06-07Add -N "no remote command" dbclient option.Matt Johnston
2006-06-07Add -P pidfile patch from Swen SchilligMatt Johnston
2006-03-21propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
2005-07-18- progress towards client agent forwardingMatt Johnston
2005-07-08rename PubkeyList to SignKeyList for clarityMatt Johnston
2004-08-23Change the way we load keys/ports so we don't print error messages into ourMatt Johnston