Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-30 | Added OpenSSH-like -o command line option to dbclient. | Konstantin Tokarev | |
Like in OpenSSH, whitespaces are ignored, key and value may be separated by one '=' character. For now only yes/no flag parsing is implemented. | |||
2015-11-30 | Merge pull request #15 from annulen/fix_cli_remotetcpfwd | Matt Johnston | |
Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forw… | |||
2015-11-30 | The '==' comparision operator is not defined by POSIX, use '=' instead | Juergen Daubert | |
2015-11-27 | Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding. | Konstantin Tokarev | |
2015-11-27 | Fix "Avoid queueing into circbuffer when the channel is about to close" | Matt Johnston | |
which broken handling EAGAIN/EINTR | |||
2015-11-27 | Fix ses.channel_signal_pending race | Matt Johnston | |
2015-11-26 | Added signature for changeset 5bb5976e6902 | Matt Johnston | |
2015-11-26 | Added tag DROPBEAR_2015.70 for changeset 79a6ef02307d | Matt Johnston | |
2015-11-26 | Wrong date | Matt Johnston | |
2015-11-26 | 2015.70 | Matt Johnston | |
2015-11-26 | Another attempt at test for crypt() | Matt Johnston | |
2015-11-26 | Backed out changeset fbcd0a20e667 | Matt Johnston | |
2015-11-26 | AC_SEARCH_LIBS not AC_CHECK_LIB to find crypt() | Matt Johnston | |
2015-11-25 | release.sh reminds how to sign | Matt Johnston | |
2015-11-25 | Added signature for changeset af074dbcb68f | Matt Johnston | |
2015-11-25 | Added tag DROPBEAR_2015.69 for changeset 1637dbd26212 | Matt Johnston | |
2015-11-25 | 2015.69 | Matt Johnston | |
2015-11-25 | debian changelog | Matt Johnston | |
2015-11-25 | changelog | Matt Johnston | |
2015-11-25 | mention dropbearkey too | Matt Johnston | |
2015-11-25 | Mention "dropbear -R" if no hostkeys | Matt Johnston | |
2015-11-25 | check for zero K value from curve25519 | Matt Johnston | |
2015-11-25 | Fix minor manpage formatting issues | Guilhem Moulin | |
2015-11-23 | Improve dbclient manpage | Matt Johnston | |
2015-11-23 | Fix flags after the hostname | Matt Johnston | |
2015-11-23 | Bundling for dbclient | Guilhem Moulin | |
2015-11-19 | Increase channel limit to 1000 | Matt Johnston | |
2015-11-19 | Avoid queueing into circbuffer when the channel is about to close | Matt Johnston | |
2015-11-19 | lazy allocation of circbuffer | Matt Johnston | |
2015-11-19 | Send SSH_OPEN_RESOURCE_SHORTAGE response when too many channels open | Matt Johnston | |
rather than SSH_OPEN_UNKNOWN_CHANNEL_TYPE | |||
2015-11-17 | Only clear channel_signal_pending after handling all channels, | Matt Johnston | |
from Andrzej Szombierski | |||
2015-11-06 | Enable bundling | Guilhem Moulin | |
2015-11-04 | S_IWUSR rather than S_IWRITE for scp | Matt Johnston | |
2015-10-28 | Mention -y flag | Guilhem Moulin | |
2015-10-28 | Add comment about compression | Matt Johnston | |
2015-10-28 | Warn rather than fail if flags have trailing parts | Matt Johnston | |
2015-10-21 | Test for crypt() rather than crypt.h | Matt Johnston | |
Print a message from configure if getpass() or crypt() were missing | |||
2015-10-21 | fix default build when getpass() is unavailable | Mike Frysinger | |
if the system doesn't support getpass, we still default on the options that require it which causes a build failure. instead, only default enable these when getpass is available. | |||
2015-10-21 | fix default build when crypt() is unavailable | Mike Frysinger | |
if the system doesn't support crypt.h/crypt, then ENABLE_SVR_PASSWORD_AUTH cannot work. rather than default this to on all the time, do so only when support for the header is found. | |||
2015-10-21 | avoid getpass when not used | Mike Frysinger | |
some systems (like android's bionic) do not provide getpass. you can disable ENABLE_CLI_PASSWORD_AUTH & ENABLE_CLI_INTERACT_AUTH to avoid its use (and rely on pubkey auth), but the link still fails because the support file calls getpass. do not define this func if both of those auth methods are not used. | |||
2015-10-21 | fix build when ENABLE_CLI_INTERACT_AUTH is disabled | Mike Frysinger | |
The session.h defines clientsession.cipher_none_after_auth only when ENABLE_CLI_INTERACT_AUTH is defined, but cli-session.c will always try to set that member. export cipher_none_after_auth all the time. | |||
2015-10-21 | Don't display the MOTD when an explicit command is run. | Guilhem Moulin | |
(possibly via authorized_keys(5) restrictions), even when a pseudo-terminal has been allocated for the session. In other words, only display the MOTD when the server starts the user's default shell. | |||
2015-10-21 | don't silently ignore extra flag arguments | Matt Johnston | |
2015-09-29 | avoid invalidated iterator when connection fails | Matt Johnston | |
2015-09-29 | make sure that the test for queued packets to write occurs after | Matt Johnston | |
those packets might have been enqueued by set_connect_fds() | |||
2015-08-08 | Added signature for changeset ef4b26364b0c | Matt Johnston | |
2015-08-08 | Added signature for changeset a687f835236c | Matt Johnston | |
2015-08-08 | Added tag DROPBEAR_2015.68 for changeset 809feaa9408f | Matt Johnston | |
2015-08-08 | changelog and version 2015.68 | Matt Johnston | |
2015-08-07 | Fix typo in dropbear(8)'s manpage | Guilhem Moulin | |