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.
|
2015-08-03 |
Matt Johnston |
remove extraneous semicolon from m_free #define
|
2015-08-03 |
Matt Johnston |
change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
|
2015-06-23 |
Matt Johnston |
merge
coverity
|
2015-06-13 |
Matt Johnston |
coverity shouldn't have a matrix
coverity
|
2015-06-13 |
Matt Johnston |
fix travis coverity matrix?
coverity
|
2015-06-13 |
Matt Johnston |
fiddle with coverity travis
coverity
|
2015-06-12 |
Matt Johnston |
merge up to date, attempt to fix travis.yml
coverity
|
2015-06-23 |
Matt Johnston |
check ecc key return, fix null pointer crash
|
2015-06-12 |
Matt Johnston |
Merge pull request #11 from nshopik/patch-2
|
2015-03-12 |
Nikolay Shopik |
Prepend DROPBEAR for scp.c
|
2015-06-12 |
Matt Johnston |
a bit more changelog
|
2015-06-04 |
Matt Johnston |
merge
|
2015-06-04 |
Matt Johnston |
buf_getstring and buf_putstring now use non-unsigned char*
|
2015-06-04 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
2015-06-04 |
Matt Johnston |
Merge pull request #13 from gazoo74/fix-warnings
|
2015-05-05 |
Gaël PORTAY |
Merge branch 'fix-pointer-sign-warnings' into fix-warnings
|
2015-05-02 |
Gaël PORTAY |
Turn modptr local variable into unsigned char *
|
2015-05-02 |
Gaël PORTAY |
Turn name and instruction local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn type and term local variables into char *
|
2015-05-02 |
Gaël PORTAY |
Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *
|
2015-05-02 |
Gaël PORTAY |
Turn banner, methods and tok local variable into char *
|
2015-05-02 |
Gaël PORTAY |
Turn many local variables into char *
|