log

age author description
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
2015-10-28 Matt Johnston Warn rather than fail if flags have trailing parts
2015-10-21 Matt Johnston Test for crypt() rather than crypt.h
2015-10-21 Mike Frysinger fix default build when getpass() is unavailable
2015-10-21 Mike Frysinger fix default build when crypt() is unavailable
2015-10-21 Mike Frysinger avoid getpass when not used
2015-10-21 Mike Frysinger fix build when ENABLE_CLI_INTERACT_AUTH is disabled
2015-10-21 Guilhem Moulin Don't display the MOTD when an explicit command is run.
2015-10-21 Matt Johnston don't silently ignore extra flag arguments
2015-09-29 Matt Johnston avoid invalidated iterator when connection fails
2015-09-29 Matt Johnston make sure that the test for queued packets to write occurs after
2015-08-08 Matt Johnston Added signature for changeset ef4b26364b0c
2015-08-08 Matt Johnston Added signature for changeset a687f835236c
2015-08-08 Matt Johnston Added tag DROPBEAR_2015.68 for changeset 809feaa9408f
2015-08-08 Matt Johnston changelog and version 2015.68 DROPBEAR_2015.68
2015-08-07 Guilhem Moulin Fix typo in dropbear(8)'s manpage
2015-08-07 Guilhem Moulin Fix segfault with restricted authorized_key files without forced command
2015-08-07 Matt Johnston merge coverity
2015-08-07 Matt Johnston only update keepalive timeout post-auth (when keepalives are sent)
2015-08-04 Matt Johnston Build with -Werror for the simplest case
2015-08-03 Matt Johnston couple more changelog items
2015-08-03 Matt Johnston set timeouts to time remaining rather than timeout duration
2015-08-03 Matt Johnston Fix problem where auth timeout wasn't checked when waiting for ident
2015-08-03 Matt Johnston increase MAX_CMD_LEN to 9000
2015-08-03 Matt Johnston remove .hgtags from release
2015-08-03 Matt Johnston Don't try to send data on first ack packet of 3way handshake.