summaryrefslogtreecommitdiffhomepage
path: root/svr-main.c
AgeCommit message (Expand)Author
2016-01-01more hard tabFrancois Perrad
2015-12-15Allow setting syslog identifier via startsyslog().Konstantin Tokarev
2015-12-15Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev
2015-05-29separate client/server fastopen optionsMatt Johnston
2015-02-15tcp fastopen for the serverMatt Johnston
2015-01-28Initialise sa_maskMatt Johnston
2014-08-19Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston
2014-02-15- Save errno in signal handlersMatt Johnston
2013-12-03- Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-05-03ecdsa is workingMatt Johnston
2013-03-23Fix a few compile warningsMatt Johnston
2012-06-29Improve RNG seeding.Matt Johnston
2011-12-04- Initialise sa_mask properlyMatt Johnston
2012-02-21- Make sure sa_mask is setMatt Johnston
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