summaryrefslogtreecommitdiffhomepage
path: root/svr-main.c
AgeCommit message (Expand)Author
2007-02-12Disable core dumpsMatt Johnston
2007-01-04Load hostkeys before daemon(), since daemon()'s chdir("/") will prevent usMatt Johnston
2006-06-07Add -P pidfile patch from Swen SchilligMatt Johnston
2006-03-22minor cleanups for some warningsMatt Johnston
2006-03-090.48 progressMatt Johnston
2006-03-08merge of 4c883eb469d2d251ee8abddbc11ae4005db6da17Matt Johnston
2006-03-08* Per-IP connection unauthed connection limitsMatt Johnston
2006-02-11Only read /dev/random once when the program startsMatt Johnston
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
2005-09-05* use own assertions which should get logged properlyMatt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-12-23Log the IP along with auth success/fail attemptsMatt Johnston
2004-12-22Rearrange preprocessor parts so that compilation with various optionsMatt Johnston
2004-08-30Load the hostkeys for inetd too - oopsMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-23Change the way we load keys/ports so we don't print error messages into ourMatt Johnston
2004-08-12adding inetd mode back from 0.43Matt Johnston
2004-08-11- A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston
2004-08-10just checkpointingMatt Johnston
2004-07-27Switching to the magical new Makefile, and new dbmulti styleMatt Johnston