summaryrefslogtreecommitdiff
path: root/svr-main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Only read /dev/random once when the program startsMatt Johnston2006-02-111-1/+3
|/
* * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston2005-12-041-1/+1
* * use own assertions which should get logged properlyMatt Johnston2005-09-051-1/+1
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-3/+3
* Log the IP along with auth success/fail attemptsMatt Johnston2004-12-231-4/+3
* Rearrange preprocessor parts so that compilation with various optionsMatt Johnston2004-12-221-0/+4
* Load the hostkeys for inetd too - oopsMatt Johnston2004-08-301-3/+4
* - added circular buffering for channelsMatt Johnston2004-08-261-4/+3
* Change the way we load keys/ports so we don't print error messages into ourMatt Johnston2004-08-231-5/+11
* adding inetd mode back from 0.43Matt Johnston2004-08-121-37/+99
* - A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston2004-08-111-2/+3
* just checkpointingMatt Johnston2004-08-101-54/+28
* Switching to the magical new Makefile, and new dbmulti styleMatt Johnston2004-07-271-0/+347