summaryrefslogtreecommitdiffhomepage
path: root/svr-runopts.c
AgeCommit message (Expand)Author
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
2004-08-12adding inetd mode back from 0.43Matt Johnston
2004-08-12cleaning up the pubkey definesMatt Johnston
2004-08-06- client pubkey auth worksMatt Johnston
2004-07-27Progressing client supportMatt Johnston
2004-07-20switching to global varsMatt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston