index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-runopts.c
Age
Commit message (
Expand
)
Author
2007-08-08
- Add -K keepalive flag for dropbear and dbclient
Matt Johnston
2007-07-25
Add -W <windowsize> argument and document it.
Matt Johnston
2007-07-19
Just use /dev/urandom since that's what everyone ends up using anyway.
Matt Johnston
2007-04-16
Add -u option to specify /dev/urandom instead
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
2006-06-07
Add -P pidfile patch from Swen Schillig
Matt Johnston
2006-02-01
Fix up #ifdefs for tcp forwarding
Matt Johnston
2005-12-04
* add -g (dbclient) and -a (dropbear) options for allowing non-local
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-09-14
PAM improvements
Matt Johnston
2004-08-24
Default port is now set as a string
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-18
DEBUG_TRACE now only triggers with -v on the cmdline
Matt Johnston
2004-08-18
Stupid DSS hostkey bug fixed.
Matt Johnston
2004-08-12
adding inetd mode back from 0.43
Matt Johnston
2004-08-12
cleaning up the pubkey defines
Matt Johnston
2004-08-06
- client pubkey auth works
Matt Johnston
2004-07-27
Progressing client support
Matt Johnston
2004-07-20
switching to global vars
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston