2015-12-15 |
Matt Johnston |
revert removal of space handling, different fix for avoiding option prefix
|
2015-12-15 |
Matt Johnston |
merge
coverity
|
2015-12-15 |
Matt Johnston |
Don't allow spaces and don't get confused by -o usesyslogd=yes
|
2015-12-15 |
Matt Johnston |
unknown options should be non-fatal
|
2015-12-15 |
Matt Johnston |
rename killchild to kill_proxy_sighandler
|
2015-12-15 |
Matt Johnston |
A few minor style fixes
|
2015-12-15 |
Matt Johnston |
Merge pull request #18 from annulen/dbclient_syslog
|
2015-12-01 |
Konstantin Tokarev |
Use dropbear_log instead of some fprintf's in client code.
|
2015-12-01 |
Konstantin Tokarev |
Support syslog logging in dbclient.
|
2015-12-01 |
Konstantin Tokarev |
Allow setting syslog identifier via startsyslog().
|
2015-12-01 |
Konstantin Tokarev |
Moved usingsyslog from svr_runopts to runopts.
|
2015-12-15 |
Matt Johnston |
Merge pull request #17 from annulen/kill_proxy_cmd
|
2015-12-03 |
Konstantin Tokarev |
Client: kill proxy command when exiting application.
|
2015-12-15 |
Matt Johnston |
Merge pull request #16 from annulen/openssh_options
|
2015-11-30 |
Konstantin Tokarev |
Implemented ExitOnForwardFailure option for local and remote forwarding.
|
2015-11-30 |
Konstantin Tokarev |
Added OpenSSH-like -o command line option to dbclient.
|
2015-12-11 |
Matt Johnston |
diffie-hellman-group14-sha256
|
2015-12-03 |
Matt Johnston |
Thanks
|
2015-12-03 |
Matt Johnston |
Added signature for changeset 926e7275cef4
|
2015-12-03 |
Matt Johnston |
Added tag DROPBEAR_2015.71 for changeset 9a944a243f08
|
2015-12-03 |
Matt Johnston |
2015.71
DROPBEAR_2015.71
|
2015-12-02 |
Matt Johnston |
wrong breakage version
|
2015-12-02 |
Matt Johnston |
preliminary 2015.71 CHANGES
|
2015-12-02 |
Matt Johnston |
ports and addresses must be malloced to avoid segfault on exit
|
2015-12-02 |
Matt Johnston |
merge
coverity
|
2015-11-30 |
Matt Johnston |
Merge pull request #15 from annulen/fix_cli_remotetcpfwd
|
2015-11-27 |
Konstantin Tokarev |
Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.
|
2015-11-30 |
Juergen Daubert |
The '==' comparision operator is not defined by POSIX, use '=' instead
|
2015-11-27 |
Matt Johnston |
Fix "Avoid queueing into circbuffer when the channel is about to close"
|
2015-11-27 |
Matt Johnston |
Fix ses.channel_signal_pending race
|
2015-11-26 |
Matt Johnston |
Added signature for changeset 5bb5976e6902
|
2015-11-26 |
Matt Johnston |
Added tag DROPBEAR_2015.70 for changeset 79a6ef02307d
|
2015-11-26 |
Matt Johnston |
Wrong date
DROPBEAR_2015.70
|
2015-11-26 |
Matt Johnston |
2015.70
|
2015-11-26 |
Matt Johnston |
Another attempt at test for crypt()
|
2015-11-26 |
Matt Johnston |
Backed out changeset fbcd0a20e667
|
2015-11-26 |
Matt Johnston |
AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt()
|
2015-11-25 |
Matt Johnston |
release.sh reminds how to sign
|
2015-11-25 |
Matt Johnston |
Added signature for changeset af074dbcb68f
|
2015-11-25 |
Matt Johnston |
Added tag DROPBEAR_2015.69 for changeset 1637dbd26212
|
2015-11-25 |
Matt Johnston |
2015.69
DROPBEAR_2015.69
|
2015-11-25 |
Matt Johnston |
debian changelog
|
2015-11-25 |
Matt Johnston |
changelog
|
2015-11-25 |
Matt Johnston |
mention dropbearkey too
|
2015-11-25 |
Matt Johnston |
Mention "dropbear -R" if no hostkeys
|
2015-11-25 |
Matt Johnston |
check for zero K value from curve25519
|
2015-11-25 |
Guilhem Moulin |
Fix minor manpage formatting issues
|
2015-11-23 |
Matt Johnston |
merge
coverity
|
2015-11-23 |
Matt Johnston |
Improve dbclient manpage
|
2015-11-23 |
Matt Johnston |
Fix flags after the hostname
|
2015-11-23 |
Guilhem Moulin |
Bundling for dbclient
|
2015-11-19 |
Matt Johnston |
Increase channel limit to 1000
|
2015-11-19 |
Matt Johnston |
Avoid queueing into circbuffer when the channel is about to close
|
2015-11-19 |
Matt Johnston |
lazy allocation of circbuffer
|
2015-11-19 |
Matt Johnston |
Send SSH_OPEN_RESOURCE_SHORTAGE response when too many channels open
|
2015-11-17 |
Matt Johnston |
Only clear channel_signal_pending after handling all channels,
|
2015-11-06 |
Guilhem Moulin |
Enable bundling
|
2015-11-04 |
Matt Johnston |
S_IWUSR rather than S_IWRITE for scp
|
2015-10-28 |
Guilhem Moulin |
Mention -y flag
|
2015-10-28 |
Matt Johnston |
Add comment about compression
|