summaryrefslogtreecommitdiff
path: root/svr-runopts.c
Commit message (Expand)AuthorAgeFilesLines
* Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev2015-12-011-2/+2
* ports and addresses must be malloced to avoid segfault on exitMatt Johnston2015-12-021-20/+22
* mention dropbearkey tooMatt Johnston2015-11-251-1/+1
* Mention "dropbear -R" if no hostkeysMatt Johnston2015-11-251-1/+1
* Enable bundlingGuilhem Moulin2015-11-061-28/+33
* Warn rather than fail if flags have trailing partsMatt Johnston2015-10-281-2/+3
* don't silently ignore extra flag argumentsMatt Johnston2015-10-211-1/+6
* Disable non-delayed zlib for serverMatt Johnston2015-01-281-1/+7
* Don't print "Failed loading hostkey" when -R delayed hostkey option is enabledSteven Honeyman2014-10-221-1/+3
* - Don't use multichar constants since recent gcc complainsMatt Johnston2014-07-271-1/+1
* Add '-V' for versionMatt Johnston2014-07-271-1/+6
* Fix disabling DSS keyMatt Johnston2013-12-031-21/+8
* Exit if we don't have keys and -R wasn't specifiedMatt Johnston2013-12-031-0/+26
* use oldstyle commentsMatt Johnston2013-11-141-1/+1
* Various cleanups and fixes for warningsMatt Johnston2013-11-121-5/+5
* Add '-R' for delayed hostkey optionkeyondemandMatt Johnston2013-11-071-12/+42
* refactor key generation, make it generate as required.Matt Johnston2013-11-071-1/+1
* have separate ecdsa keys for each sizeMatt Johnston2013-05-251-31/+31
* Fix broken disablekey()Matt Johnston2013-05-211-1/+2
* ecdsa is workingMatt Johnston2013-05-031-45/+109
* Add URL to usage textMatt Johnston2013-03-211-2/+1
* Allow specifying server "-p" options with ipv6 bracket notation,Matt Johnston2013-03-191-2/+17
* Allow configuring "allow blank password option" at runtimePaul Eggleton2013-02-121-0/+5
* Split listening port argument at the rightmost colon, allows binding toMatt Johnston2012-04-121-1/+1
* Mention that the value is in secondsMatt Johnston2011-06-071-2/+2
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-2/+2
* - Disable compression for non-final multihopsMatt Johnston2009-09-111-0/+3
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-2/+6
* Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston2008-11-071-3/+15
* - Update manuals, include section on authorized_keysMatt Johnston2008-11-051-1/+1
* Replace calls to strtoul() with a helper m_str_to_uint()Matt Johnston2008-09-221-5/+2
* - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-081-6/+21
* Add -W <windowsize> argument and document it.Matt Johnston2007-07-251-2/+17
* Just use /dev/urandom since that's what everyone ends up using anyway.Matt Johnston2007-07-191-3/+1
* Add -u option to specify /dev/urandom insteadMatt Johnston2007-04-161-0/+5
* merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'Matt Johnston2007-02-221-17/+52
|\
| * Add -p [address:]port option for binding to addresses, patch fromMatt Johnston2007-02-221-17/+52
* | Add -P pidfile patch from Swen SchilligMatt Johnston2006-06-071-1/+7
|/
* Fix up #ifdefs for tcp forwardingMatt Johnston2006-02-011-2/+6
* * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston2005-12-041-7/+14
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-2/+2
* PAM improvementsMatt Johnston2004-09-141-2/+2
* Default port is now set as a stringMatt Johnston2004-08-241-1/+1
* Change the way we load keys/ports so we don't print error messages into ourMatt Johnston2004-08-231-60/+31
* DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston2004-08-181-0/+8
* Stupid DSS hostkey bug fixed.Matt Johnston2004-08-181-1/+1
* adding inetd mode back from 0.43Matt Johnston2004-08-121-2/+9
* cleaning up the pubkey definesMatt Johnston2004-08-121-2/+2
* - client pubkey auth worksMatt Johnston2004-08-061-33/+19
* Progressing client supportMatt Johnston2004-07-271-2/+2