summaryrefslogtreecommitdiffhomepage
path: root/svr-main.c
AgeCommit message (Expand)Author
2011-02-23Improve capitalisation for all logged stringsMatt Johnston
2009-09-01Rearrange getaddrstring() etcMatt Johnston
2009-06-08use memset() rather than bzero()Matt Johnston
2008-09-12- Rework pubkey options to be more careful about buffer lengths. Needs review.Matt Johnston
2007-08-08- Add -K keepalive flag for dropbear and dbclientMatt Johnston
2007-07-19Patch from Nicolai Ehemann to try binding before going to the background,Matt Johnston
2007-07-19"backgrounding" is more user-understandable than "forking"Matt Johnston
2007-02-22merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'Matt Johnston
2007-02-22Add -p [address:]port option for binding to addresses, patch fromMatt Johnston
2007-02-16Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston
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