2014-07-25 |
Matt Johnston |
changes for 2014.64
|
2014-07-16 |
Matt Johnston |
Set tcp priority as follows:
|
2014-07-09 |
Matt Johnston |
Fix auth timeout regression
|
2014-07-08 |
Matt Johnston |
Make -K keepalive behave like OpenSSH's ServerAliveInterval
|
2014-07-08 |
Matt Johnston |
Make sure client exit messages don't get lost
|
2014-07-08 |
Matt Johnston |
Send a failure response if a client receives a global request
|
2014-06-25 |
Matt Johnston |
Improve handling lots of concurrent forwarded connections. Increase
|
2014-06-25 |
Matt Johnston |
Fix compiling with ECDSA and DSS disabled
|
2014-05-20 |
Matt Johnston |
Be more careful in case a platform doesn't define UIO_MAXIOV nor IOV_MAX
|
2014-05-20 |
Ronny Meeus |
Limit size of the iovect passed to writev in packet.c
|
2014-05-20 |
Ronny Meeus |
Print errno information in write_packet
|
2014-04-23 |
Matt Johnston |
Fix pubkey auth if the first key presented fails (infinite loop of
|
2014-03-21 |
Matt Johnston |
Fix monotonic_now() on OS X
|
2014-03-15 |
Matt Johnston |
Experiment of always writing data if available. Might waste a writev() with
|
2014-03-13 |
Matt Johnston |
Add new monotonic_now() wrapper so that timeouts are unaffected by
|
2014-03-13 |
Matt Johnston |
Fix typo
|
2014-03-13 |
Yousong Zhou |
Use AUTH_TIMEOUT only before authdone != 1.
|
2014-03-12 |
Matt Johnston |
Better PAM through recursion
pam
|
2014-03-08 |
Matt Johnston |
merge
coverity
|
2014-03-08 |
Matt Johnston |
Don't need to mkdir
|
2014-03-08 |
Matt Johnston |
Don't 'make install' for coverity
coverity
|
2014-03-08 |
Matt Johnston |
Fix the right build line
coverity
|
2014-03-08 |
Matt Johnston |
Fix quoting for coverity
coverity
|
2014-03-08 |
Matt Johnston |
More for coverity
coverity
|
2014-03-08 |
Matt Johnston |
Add coverity bits
coverity
|
2014-03-07 |
Matt Johnston |
Fix env vars for travis again
|
2014-03-07 |
Matt Johnston |
Fix "make install" dependency so that it works without prior "make"
|
2014-03-07 |
Matt Johnston |
Add some tests for multi
|
2014-03-07 |
Matt Johnston |
Install system libtom libs, run dropbearkey when it's done
|
2014-03-07 |
Matt Johnston |
The arguments are for configure, not make!
|
2014-03-07 |
Matt Johnston |
Add Travis CI autobuilder config
|
2014-02-27 |
Matt Johnston |
Include license information for Cryptogams routines
asm
|
2014-02-27 |
Matt Johnston |
merge up to 2013.63, improve ASM makefile rules a bit
asm
|
2013-10-06 |
Matt Johnston |
- Call the asm with multiple blocks
asm
|
2013-10-06 |
Matt Johnston |
aes and sha1 for arm
asm
|
2014-02-24 |
Matt Johnston |
Make some debug info conditional
|
2014-02-22 |
Matt Johnston |
A few fixes for cases where compression increases payload sizes, and
|
2014-02-19 |
Matt Johnston |
Fix typo in Catalin's name
|
2014-02-19 |
Matt Johnston |
Added signature for changeset 277429102f13
|
2014-02-19 |
Matt Johnston |
Added tag DROPBEAR_2014.63 for changeset 2351b2da8e0d
|
2014-02-19 |
Matt Johnston |
2014.63
DROPBEAR_2014.63
|
2014-02-09 |
Catalin Patulea |
README: fix ecdsa key generation command
|
2014-02-19 |
Matt Johnston |
CHANGES for 2014.63
|
2014-02-18 |
Matt Johnston |
- Fix dbclient with port 0 for server-allocated
|
2014-02-18 |
Matt Johnston |
Fix building with system libtomcrypt/libtommath
|
2014-02-17 |
Steve Dover |
Add linux/types.h to includes to avoid missing ___u64 etc
|
2014-02-17 |
Matt Johnston |
Read (and enqueue) packets from interactive input even when
|
2014-02-15 |
Matt Johnston |
Change port separator to ^ since % is used in ipv6 addresses
|
2014-02-15 |
Matt Johnston |
Disable immediate auth for delayed-zlib mode
|
2014-02-15 |
Matt Johnston |
- Save errno in signal handlers
|
2014-02-14 |
Matt Johnston |
generate RSA keys of exact length
|
2014-02-12 |
Matt Johnston |
cleanup before clearing keys
|
2014-02-06 |
Nicolas Boos |
Fix linking -lcrypt for systems without libcrypt in /usr/lib
|
2014-02-06 |
Nicolas Boos |
Avoid linking dropbearconvert and dropbearkey to libz or libutil
|
2014-01-28 |
Matt Johnston |
Fix check for EINTR
|
2014-01-23 |
Matt Johnston |
Back out accidentally committed files
|
2014-01-23 |
Matt Johnston |
requirenext doesn't need two values
|
2014-01-23 |
Matt Johnston |
Fix failing rekeying when we receive a still-in-flight packet
|
2014-01-17 |
Matt Johnston |
Forgot to save the change
|
2014-01-17 |
Matt Johnston |
DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
|