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
2015-11-25
mention dropbearkey too
Matt Johnston
2015-11-25
Mention "dropbear -R" if no hostkeys
Matt Johnston
2015-11-06
Enable bundling
Guilhem Moulin
2015-10-28
Warn rather than fail if flags have trailing parts
Matt Johnston
2015-10-21
don't silently ignore extra flag arguments
Matt Johnston
2015-01-28
Disable non-delayed zlib for server
Matt Johnston
2014-10-22
Don't print "Failed loading hostkey" when -R delayed hostkey option is enabled
Steven Honeyman
2014-07-27
- Don't use multichar constants since recent gcc complains
Matt Johnston
2014-07-27
Add '-V' for version
Matt Johnston
2013-12-03
Fix disabling DSS key
Matt Johnston
2013-12-03
Exit if we don't have keys and -R wasn't specified
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-11-12
Various cleanups and fixes for warnings
Matt Johnston
2013-11-07
Add '-R' for delayed hostkey option
Matt Johnston
2013-11-07
refactor key generation, make it generate as required.
Matt Johnston
2013-05-25
have separate ecdsa keys for each size
Matt Johnston
2013-05-21
Fix broken disablekey()
Matt Johnston
2013-05-03
ecdsa is working
Matt Johnston
2013-03-21
Add URL to usage text
Matt Johnston
2013-03-19
Allow specifying server "-p" options with ipv6 bracket notation,
Matt Johnston
2013-02-12
Allow configuring "allow blank password option" at runtime
Paul Eggleton
2012-04-12
Split listening port argument at the rightmost colon, allows binding to
Matt Johnston
2011-06-07
Mention that the value is in seconds
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2009-09-11
- Disable compression for non-final multihops
Matt Johnston
2009-09-01
Rearrange getaddrstring() etc
Matt Johnston
2008-11-07
Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Matt Johnston
2008-11-05
- Update manuals, include section on authorized_keys
Matt Johnston
2008-09-22
Replace calls to strtoul() with a helper m_str_to_uint()
Matt Johnston
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