index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cli-runopts.c
Age
Commit message (
Expand
)
Author
2021-08-19
added option to disable trivial auth methods (#128)
Manfred Kaiser
2020-05-26
Make "dbclient -m help -c help" work
Matt Johnston
2019-03-21
fix constness build error
Matt Johnston
2019-03-20
support openssh long option -o Port=XXXX (#68)
xcko
2018-02-16
options: Complete the transition to numeric toggles (`#if')
Michael Witten
2018-01-26
bind to port as well with -b
Matt Johnston
2018-01-26
cli_bind_address_connect
houseofkodai
2017-06-02
when pointer, use NULL instead of 0
Francois Perrad
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 comment FALLTHROUGH which recognize by many lint tools
Francois Perrad
2016-01-05
Fix print format specifier
Chocobo1
2015-12-15
revert removal of space handling, different fix for avoiding option prefix
Matt Johnston
2015-12-15
Don't allow spaces and don't get confused by -o usesyslogd=yes
Matt Johnston
2015-12-15
unknown options should be non-fatal
Matt Johnston
2015-12-15
A few minor style fixes
Matt Johnston
2015-12-15
Use dropbear_log instead of some fprintf's in client code.
Konstantin Tokarev
2015-12-15
Support syslog logging in dbclient.
Konstantin Tokarev
2015-12-15
Moved usingsyslog from svr_runopts to runopts.
Konstantin Tokarev
2015-11-30
Implemented ExitOnForwardFailure option for local and remote forwarding.
Konstantin Tokarev
2015-11-30
Added OpenSSH-like -o command line option to dbclient.
Konstantin Tokarev
2015-11-23
Fix flags after the hostname
Matt Johnston
2015-11-23
Bundling for dbclient
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-08-03
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
Matt Johnston
2015-06-03
Fix building when ENABLE_CLI_PUBKEY_AUTH is unset
Matt Johnston
2015-01-28
Disable non-delayed zlib for server
Matt Johnston
2015-01-24
Default client key path ~/.ssh/id_dropbear
Matt Johnston
2014-08-06
Be a bit safer in case pw_name doesn't exist
Matt Johnston
2014-08-06
Try without identifying current user
iquaba
2014-07-27
Add '-V' for version
Matt Johnston
2014-07-09
Make -K keepalive behave like OpenSSH's ServerAliveInterval
Matt Johnston
2014-02-15
Change port separator to ^ since % is used in ipv6 addresses
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2013-11-12
Various cleanups and fixes for warnings
Matt Johnston
2013-07-08
strdup the proxycmd to avoid crash when freeing, from LluĂs Batlle i Rossell
Matt Johnston
2013-04-17
Use % rather than # for port delimiter
Matt Johnston
2013-04-17
Use '#' for host#port separator, document it. This fixes scp
Matt Johnston
2013-04-15
changelog updates for 2013.57
Matt Johnston
2013-04-14
-y -y to disable hostkey checking
Matt Johnston
2013-03-21
Add URL to usage text
Matt Johnston
2013-03-03
improve subsystem/sftp documentation, and multi-hop manual formatting
Matt Johnston
2012-05-17
Add rough support for choosing ciphers/hashes with "-c" or "-m"
Matt Johnston
2012-05-09
Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2010-02-27
- fixes for listenaddr
Matt Johnston
2010-02-27
- tcpfwd bindaddr support against trunk. needs merging.
Matt Johnston
2009-09-11
- Disable compression for non-final multihops
Matt Johnston
2009-09-10
Remove extraneous semicolon
Matt Johnston
[next]