Age | Commit message (Expand) | Author |
2020-06-15 | Delay seedrandom until connections | Matt Johnston |
2020-05-29 | Remove unused DEBUG_FORKGPROF | Matt Johnston |
2020-05-21 | Make DEBUG_NOFORK a #if not #ifdef | Matt Johnston |
2018-03-06 | workaround memory sanitizer FD_ZERO false positives | Matt Johnston |
2018-02-17 | more linting (#55) | François Perrad |
2018-02-16 | merge | Matt Johnston |
2018-02-16 | options: Complete the transition to numeric toggles (`#if') | Michael Witten |
2018-02-15 | disallow inetd -v | Matt Johnston |
2018-02-14 | make signal flags volatile, simplify handling | Matt Johnston |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston |
2016-03-16 | fix empty C prototypes | Francois Perrad |
2016-03-16 | add static in function definition | Francois Perrad |
2016-03-16 | Suspicious use of ; | Francois Perrad |
2016-03-16 | rename loop variable | Francois Perrad |
2016-01-01 | more hard tab | Francois Perrad |
2015-12-15 | Allow setting syslog identifier via startsyslog(). | Konstantin Tokarev |
2015-12-15 | Moved usingsyslog from svr_runopts to runopts. | Konstantin Tokarev |
2015-05-29 | separate client/server fastopen options | Matt Johnston |
2015-02-15 | tcp fastopen for the server | Matt Johnston |
2015-01-28 | Initialise sa_mask | Matt Johnston |
2014-08-19 | Make keepalive handling more robust, this should now match what OpenSSH does | Matt Johnston |
2014-02-15 | - Save errno in signal handlers | Matt Johnston |
2013-12-03 | - Sockets are set to lowdelay priority initially to improve conneciton setup | Matt Johnston |
2013-11-14 | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston |
2013-05-03 | ecdsa is working | Matt Johnston |
2013-03-23 | Fix a few compile warnings | Matt Johnston |
2012-06-29 | Improve RNG seeding. | Matt Johnston |
2011-12-04 | - Initialise sa_mask properly | Matt Johnston |
2012-02-21 | - Make sure sa_mask is set | Matt Johnston |
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston |
2009-09-01 | Rearrange getaddrstring() etc | Matt Johnston |
2009-06-08 | use 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 dbclient | Matt Johnston |
2007-07-19 | Patch 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-22 | merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee' | Matt Johnston |
2007-02-22 | Add -p [address:]port option for binding to addresses, patch from | Matt Johnston |
2007-02-16 | Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness | Matt Johnston |
2007-02-12 | Disable core dumps | Matt Johnston |
2007-01-04 | Load hostkeys before daemon(), since daemon()'s chdir("/") will prevent us | Matt Johnston |
2006-06-07 | Add -P pidfile patch from Swen Schillig | Matt Johnston |
2006-03-22 | minor cleanups for some warnings | Matt Johnston |
2006-03-09 | 0.48 progress | Matt Johnston |
2006-03-08 | merge of 4c883eb469d2d251ee8abddbc11ae4005db6da17 | Matt Johnston |
2006-03-08 | * Per-IP connection unauthed connection limits | Matt Johnston |
2006-02-11 | Only read /dev/random once when the program starts | Matt Johnston |
2005-12-04 | * add -g (dbclient) and -a (dropbear) options for allowing non-local | Matt Johnston |
2005-09-05 | * use own assertions which should get logged properly | Matt Johnston |
2005-01-02 | Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place | Matt Johnston |