summaryrefslogtreecommitdiff
path: root/svr-main.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid unused argument warning when reexec is unusedMatt Johnston2022-02-031-0/+1
* Make re-exec work with "dropbearmulti dropbear"Matt Johnston2022-02-011-10/+27
* Fix missing NULL terminator for re-execMatt Johnston2022-01-311-4/+9
* Add re-exec for serverMatt Johnston2022-01-301-28/+69
* Delay seedrandom until connectionsMatt Johnston2020-06-151-3/+3
* Remove unused DEBUG_FORKGPROFMatt Johnston2020-05-291-5/+0
* Make DEBUG_NOFORK a #if not #ifdefMatt Johnston2020-05-211-1/+1
* workaround memory sanitizer FD_ZERO false positivesMatt Johnston2018-03-061-1/+1
* more linting (#55)Fran?ois Perrad2018-02-171-1/+1
* mergeMatt Johnston2018-02-161-6/+6
|\
| * options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-6/+6
* | disallow inetd -vMatt Johnston2018-02-151-0/+7
|/
* make signal flags volatile, simplify handlingMatt Johnston2018-02-141-2/+2
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-4/+4
* fix empty C prototypesFrancois Perrad2016-01-011-3/+3
* add static in function definitionFrancois Perrad2016-01-011-1/+1
* Suspicious use of ;Francois Perrad2016-01-011-1/+1
* rename loop variableFrancois Perrad2015-12-311-2/+2
* more hard tabFrancois Perrad2016-01-011-1/+1
* Allow setting syslog identifier via startsyslog().Konstantin Tokarev2015-12-011-1/+1
* Moved usingsyslog from svr_runopts to runopts.Konstantin Tokarev2015-12-011-2/+2
* separate client/server fastopen optionsMatt Johnston2015-05-291-1/+1
* tcp fastopen for the serverMatt Johnston2015-02-151-5/+12
* Initialise sa_maskMatt Johnston2015-01-281-0/+1
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-1/+1
* - Save errno in signal handlersMatt Johnston2014-02-151-1/+4
* - Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston2013-12-031-0/+5
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* ecdsa is workingMatt Johnston2013-05-031-1/+4
* Fix a few compile warningsMatt Johnston2013-03-231-1/+1
* Improve RNG seeding.Matt Johnston2012-06-291-1/+6
* - Initialise sa_mask properlyMatt Johnston2011-12-041-1/+1
* - Make sure sa_mask is setMatt Johnston2012-02-211-0/+1
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-1/+1
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-29/+20
* use memset() rather than bzero()Matt Johnston2009-06-081-1/+1
* - Rework pubkey options to be more careful about buffer lengths. Needs review.pubkey-optionsMatt Johnston2008-09-121-0/+6
* - Add -K keepalive flag for dropbear and dbclientMatt Johnston2007-08-081-6/+2
* Patch from Nicolai Ehemann to try binding before going to the background,Matt Johnston2007-07-191-13/+13
* "backgrounding" is more user-understandable than "forking"Matt Johnston2007-07-191-1/+1
* merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'Matt Johnston2007-02-221-2/+2
|\
| * Add -p [address:]port option for binding to addresses, patch fromMatt Johnston2007-02-221-2/+2
* | Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston2007-02-161-2/+3
* | Disable core dumpsMatt Johnston2007-02-121-0/+2
* | Load hostkeys before daemon(), since daemon()'s chdir("/") will prevent usMatt Johnston2007-01-041-2/+4
* | Add -P pidfile patch from Swen SchilligMatt Johnston2006-06-071-2/+2
* | minor cleanups for some warningsMatt Johnston2006-03-221-0/+1
|/
* 0.48 progressMatt Johnston2006-03-091-5/+1
* merge of 4c883eb469d2d251ee8abddbc11ae4005db6da17Matt Johnston2006-03-081-40/+66
|\
| * * Per-IP connection unauthed connection limitsMatt Johnston2006-03-081-40/+66