summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)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
2015-11-17Only clear channel_signal_pending after handling all channels,Matt Johnston
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
2015-10-21fix default build when getpass() is unavailableMike Frysinger
2015-10-21fix default build when crypt() is unavailableMike Frysinger
2015-10-21avoid getpass when not usedMike Frysinger
2015-10-21fix build when ENABLE_CLI_INTERACT_AUTH is disabledMike Frysinger
2015-10-21Don't display the MOTD when an explicit command is run.Guilhem Moulin
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
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
2015-08-03remove extraneous semicolon from m_free #defineMatt Johnston
2015-08-03change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedirMatt Johnston
2015-06-23check ecc key return, fix null pointer crashMatt Johnston
2015-06-12Merge pull request #11 from nshopik/patch-2Matt Johnston
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