summaryrefslogtreecommitdiff
path: root/runopts.h
Commit message (Expand)AuthorAgeFilesLines
* fix empty C prototypesFrancois Perrad2016-01-011-3/+3
* Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev2015-12-011-1/+1
* Merge pull request #16 from annulen/openssh_optionsMatt Johnston2015-12-151-0/+3
|\
| * Implemented ExitOnForwardFailure option for local and remote forwarding.Konstantin Tokarev2015-11-301-0/+3
* | ports and addresses must be malloced to avoid segfault on exitMatt Johnston2015-12-021-1/+2
|/
* Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.Konstantin Tokarev2015-11-271-1/+2
* DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann2015-02-241-3/+3
* Disable non-delayed zlib for serverMatt Johnston2015-01-281-1/+5
* - Don't use multichar constants since recent gcc complainsMatt Johnston2014-07-271-1/+1
* Add '-V' for versionMatt Johnston2014-07-271-0/+2
* Make -K keepalive behave like OpenSSH's ServerAliveIntervalMatt Johnston2014-07-091-2/+2
* Add '-R' for delayed hostkey optionkeyondemandMatt Johnston2013-11-071-0/+2
* Fix specifying a keysize for key generation, fix key name argumentsMatt Johnston2013-11-011-1/+2
* merge in HEADMatt Johnston2013-05-211-0/+1
|\
| * -y -y to disable hostkey checkingMatt Johnston2013-04-141-0/+1
* | ecdsa is workingMatt Johnston2013-05-031-2/+5
|/
* Allow configuring "allow blank password option" at runtimePaul Eggleton2013-02-121-0/+1
* Add rough support for choosing ciphers/hashes with "-c" or "-m"Matt Johnston2012-05-171-0/+8
* - Disable compression for non-final multihopsMatt Johnston2009-09-111-1/+8
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-2/+2
* - Client auth using an agent's key works. Still need to implement clientMatt Johnston2009-07-061-0/+2
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-3/+3
* propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f792...Matt Johnston2009-07-011-0/+1
|\
| * Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston2008-11-071-0/+1
* | propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e704...Matt Johnston2008-09-231-0/+5
|\ \ | |/ |/|
| * propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338a...Matt Johnston2007-08-161-0/+5
| |\
| | * propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b...Matt Johnston2006-03-211-4/+10
| | |\
| | * | - progress towards client agent forwardingMatt Johnston2005-07-181-0/+5
* | | | - Enable -s for specifying a subsystem (such as sftp)Matt Johnston2008-09-231-0/+1
* | | | Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston2008-09-221-1/+1
* | | | propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head ...Matt Johnston2008-09-171-0/+5
|\ \ \ \
| * | | | Rework netcat-alike to be a proper mode, with -B argument.dbclient-netcat-alikeMatt Johnston2008-09-171-0/+5
| |/ / /
* | | | - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.Matt Johnston2008-09-151-0/+1
* | | | - Split main socket var into ses.sock_in/ses.sock_out in preparationMatt Johnston2008-09-151-0/+3
|/ / /
* | | - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-081-0/+1
* | | Add -W <windowsize> argument and document it.Matt Johnston2007-07-251-0/+1
* | | merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'Matt Johnston2007-02-221-0/+1
|\ \ \
| * | | Add -p [address:]port option for binding to addresses, patch fromMatt Johnston2007-02-221-0/+1
| | |/ | |/|
* | | Add '-y' option to dbclient to accept the host key without checkingMatt Johnston2007-02-111-0/+1
* | | add -f background option to dbclientMatt Johnston2006-06-071-0/+1
* | | Add -N "no remote command" dbclient option.Matt Johnston2006-06-071-0/+1
* | | Add -P pidfile patch from Swen SchilligMatt Johnston2006-06-071-0/+1
|/ /
* | * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston2005-12-041-4/+10
|/
* rename PubkeyList to SignKeyList for clarityMatt Johnston2005-07-081-1/+1
* Change the way we load keys/ports so we don't print error messages into ourMatt Johnston2004-08-231-1/+2
* adding inetd mode back from 0.43Matt Johnston2004-08-121-0/+2
* cleaning up the pubkey definesMatt Johnston2004-08-121-1/+1
* TCP forwarding works.Matt Johnston2004-08-121-1/+8
* - client pubkey auth worksMatt Johnston2004-08-061-0/+6
* - Added terminal mode handling etc for the client, and window changeMatt Johnston2004-08-011-0/+1