index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-main.c
Age
Commit message (
Expand
)
Author
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
2004-12-23
Log the IP along with auth success/fail attempts
Matt Johnston
2004-12-22
Rearrange preprocessor parts so that compilation with various options
Matt Johnston
2004-08-30
Load the hostkeys for inetd too - oops
Matt Johnston
2004-08-26
- added circular buffering for channels
Matt Johnston
2004-08-23
Change the way we load keys/ports so we don't print error messages into our
Matt Johnston
2004-08-12
adding inetd mode back from 0.43
Matt Johnston
2004-08-11
- A nice cleaner structure for tcp (acceptor) forwarding.
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston
2004-07-27
Switching to the magical new Makefile, and new dbmulti style
Matt Johnston