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
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