summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2015-11-25debian changelogMatt Johnston
2015-11-25changelogMatt Johnston
2015-11-25mention dropbearkey tooMatt Johnston
2015-11-25Mention "dropbear -R" if no hostkeysMatt Johnston
2015-11-25check for zero K value from curve25519Matt Johnston
2015-11-25Fix minor manpage formatting issuesGuilhem Moulin
2015-11-23Improve dbclient manpageMatt Johnston
2015-11-23Fix flags after the hostnameMatt Johnston
2015-11-23Bundling for dbclientGuilhem Moulin
2015-11-19Increase channel limit to 1000Matt Johnston
2015-11-19Avoid queueing into circbuffer when the channel is about to closeMatt Johnston
2015-11-19lazy allocation of circbufferMatt Johnston
2015-11-19Send SSH_OPEN_RESOURCE_SHORTAGE response when too many channels openMatt Johnston
rather than SSH_OPEN_UNKNOWN_CHANNEL_TYPE
2015-11-17Only clear channel_signal_pending after handling all channels,Matt Johnston
from Andrzej Szombierski
2015-11-06Enable bundlingGuilhem Moulin
2015-11-04S_IWUSR rather than S_IWRITE for scpMatt Johnston
2015-10-28Mention -y flagGuilhem Moulin
2015-10-28Add comment about compressionMatt Johnston
2015-10-28Warn rather than fail if flags have trailing partsMatt Johnston
2015-10-21Test for crypt() rather than crypt.hMatt Johnston
Print a message from configure if getpass() or crypt() were missing
2015-10-21fix default build when getpass() is unavailableMike 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-21fix default build when crypt() is unavailableMike 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-21avoid getpass when not usedMike 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-21fix build when ENABLE_CLI_INTERACT_AUTH is disabledMike 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-21Don'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-21don't silently ignore extra flag argumentsMatt Johnston
2015-09-29avoid invalidated iterator when connection failsMatt Johnston
2015-09-29make sure that the test for queued packets to write occurs afterMatt Johnston
those packets might have been enqueued by set_connect_fds()
2015-08-08Added signature for changeset ef4b26364b0cMatt Johnston
2015-08-08Added signature for changeset a687f835236cMatt Johnston
2015-08-08Added tag DROPBEAR_2015.68 for changeset 809feaa9408fMatt Johnston
2015-08-08changelog and version 2015.68Matt Johnston
2015-08-07Fix typo in dropbear(8)'s manpageGuilhem Moulin
2015-08-07Fix segfault with restricted authorized_key files without forced commandGuilhem Moulin
2015-08-07only update keepalive timeout post-auth (when keepalives are sent)Matt Johnston
2015-08-04Build with -Werror for the simplest caseMatt Johnston
2015-08-03couple more changelog itemsMatt Johnston
2015-08-03set timeouts to time remaining rather than timeout durationMatt Johnston
2015-08-03Fix problem where auth timeout wasn't checked when waiting for identMatt Johnston
2015-08-03increase MAX_CMD_LEN to 9000Matt Johnston
2015-08-03remove .hgtags from releaseMatt Johnston
2015-08-03Don't try to send data on first ack packet of 3way handshake.Matt Johnston
Cisco SSH on 15.4(3)M2 or similar can't handle it.
2015-08-03remove extraneous semicolon from m_free #defineMatt Johnston
2015-08-03change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston
rather than doing ~ expansion
2015-06-23check ecc key return, fix null pointer crashMatt Johnston
2015-06-12Merge pull request #11 from nshopik/patch-2Matt Johnston
Prepend DROPBEAR for scp.c
2015-06-12a bit more changelogMatt Johnston
2015-06-04mergeMatt Johnston
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-06-04Merge pull request #13 from gazoo74/fix-warningsMatt Johnston
Fix warnings