summaryrefslogtreecommitdiffhomepage
path: root/svr-runopts.c
AgeCommit message (Expand)Author
2017-06-02when pointer, use NULL instead of 0Francois Perrad
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-04-12Add manpage and log for forced_commandMatt Johnston
2016-04-12Add -c <command> option to force a specific commandJeremy Kerr
2015-12-15Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev
2015-12-02ports and addresses must be malloced to avoid segfault on exitMatt Johnston
2015-11-25mention dropbearkey tooMatt Johnston
2015-11-25Mention "dropbear -R" if no hostkeysMatt Johnston
2015-11-06Enable bundlingGuilhem Moulin
2015-10-28Warn rather than fail if flags have trailing partsMatt Johnston
2015-10-21don't silently ignore extra flag argumentsMatt Johnston
2015-01-28Disable non-delayed zlib for serverMatt Johnston
2014-10-22Don't print "Failed loading hostkey" when -R delayed hostkey option is enabledSteven Honeyman
2014-07-27- Don't use multichar constants since recent gcc complainsMatt Johnston
2014-07-27Add '-V' for versionMatt Johnston
2013-12-03Fix disabling DSS keyMatt Johnston
2013-12-03Exit if we don't have keys and -R wasn't specifiedMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-11-12Various cleanups and fixes for warningsMatt Johnston
2013-11-07Add '-R' for delayed hostkey optionMatt Johnston
2013-11-07refactor key generation, make it generate as required.Matt Johnston
2013-05-25have separate ecdsa keys for each sizeMatt Johnston
2013-05-21Fix broken disablekey()Matt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-03-21Add URL to usage textMatt Johnston
2013-03-19Allow specifying server "-p" options with ipv6 bracket notation,Matt Johnston
2013-02-12Allow configuring "allow blank password option" at runtimePaul Eggleton
2012-04-12Split listening port argument at the rightmost colon, allows binding toMatt Johnston
2011-06-07Mention that the value is in secondsMatt Johnston
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-09-11- Disable compression for non-final multihopsMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2008-11-07Idle timeout patch from Farrell Aultman. Needs testing, unsure if serverMatt Johnston
2008-11-05- Update manuals, include section on authorized_keysMatt Johnston
2008-09-22Replace calls to strtoul() with a helper m_str_to_uint()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-07-19Just use /dev/urandom since that's what everyone ends up using anyway.Matt Johnston
2007-04-16Add -u option to specify /dev/urandom insteadMatt Johnston
2007-02-22merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'Matt Johnston
2007-02-22Add -p [address:]port option for binding to addresses, patch fromMatt Johnston
2006-06-07Add -P pidfile patch from Swen SchilligMatt Johnston
2006-02-01Fix up #ifdefs for tcp forwardingMatt Johnston
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-09-14PAM improvementsMatt Johnston
2004-08-24Default port is now set as a stringMatt Johnston
2004-08-23Change the way we load keys/ports so we don't print error messages into ourMatt Johnston
2004-08-18DEBUG_TRACE now only triggers with -v on the cmdlineMatt Johnston
2004-08-18Stupid DSS hostkey bug fixed.Matt Johnston