2013-03-31 |
Matt Johnston |
Try using writev() for writing packets out to tcp
|
2013-03-31 |
Matt Johnston |
Don't bother waiting for a ssh-connection service reply - the server
|
2013-03-30 |
Matt Johnston |
send out our kexinit packet before blocking to read the SSH version string
|
2013-03-23 |
Matt Johnston |
Define _GNU_SOURCE for vasprintf
|
2013-03-23 |
Mike Frysinger |
rename configure.in -> configure.ac
|
2013-03-23 |
Matt Johnston |
Fix a few compile warnings
|
2013-03-23 |
Matt Johnston |
Add ~. and ~^Z handling to exit/suspend dbclient
|
2013-03-21 |
Matt Johnston |
Added signature for changeset 9b80981212fe
|
2013-03-21 |
Matt Johnston |
Added tag DROPBEAR_2013.56 for changeset 1b8b2b9d6e94
|
2013-03-21 |
Matt Johnston |
Forgot date in CHANGES
DROPBEAR_2013.56
|
2013-03-21 |
Matt Johnston |
2013.56 changelog
|
2013-03-21 |
Matt Johnston |
update text about authorized_keys options
|
2013-03-21 |
Matt Johnston |
Add URL to usage text
|
2013-03-21 |
Matt Johnston |
Make hmac-sha2-256 and hmac-sha2-512 work
|
2013-03-21 |
Matt Johnston |
Make sure "struct timeval" is initialised on OS X to avoid valgrind warnings
|
2013-03-20 |
Matt Johnston |
Fix "-c none" so that it allows aes during authentication
|
2013-03-20 |
Matt Johnston |
Fix "-m none" case and ugly typo
|
2013-03-20 |
Matt Johnston |
Fix "-m none" case where an entire packet fits in a block and can be
|
2013-03-20 |
Matt Johnston |
Merge "none" cipher/MAC branch. Also adds sha256 and sha512
|
2013-03-20 |
Matt Johnston |
use an empty writebuf rather than a NULL one
|
2013-03-19 |
Matt Johnston |
document a few more changes
|
2013-03-19 |
Matt Johnston |
Fix memory leak when direct TCP connections time out on connection.
|
2013-03-19 |
Matt Johnston |
Allow specifying server "-p" options with ipv6 bracket notation,
|
2013-03-19 |
Matt Johnston |
Android returns NULL for pw_crypt, set it to something else
|
2013-03-19 |
Matt Johnston |
ignore I_PUSH if it isn't defined, for Android from Reimar Döffinger
|
2013-03-19 |
Matt Johnston |
Fix compat basename() to handle paths with no slashes. Thanks to Frank Teo
|
2013-03-19 |
Matt Johnston |
Include /proc/vmstat as another random source
|
2013-03-19 |
Matt Johnston |
link to Dropbear webpage
|
2013-03-19 |
Matt Johnston |
Removed tag t:ltc-0.95-db-merge1
|
2013-03-19 |
Matt Johnston |
Removed tag t:ltc-0.95-orig
|
2013-03-11 |
Matt Johnston |
fix signedness error in prototype
|
2013-03-03 |
Matt Johnston |
improve subsystem/sftp documentation, and multi-hop manual formatting
|
2013-02-23 |
Matt Johnston |
fix typo
|
2013-02-23 |
Matt Johnston |
DSS_PROTOK is not necessary now that private keys are included
|
2013-02-23 |
Matt Johnston |
add loadavg and entropy_avail as sources
|
2012-06-29 |
Matt Johnston |
increase MAX_MAC_LEN for sha2
sha2
|
2013-02-12 |
Paul Eggleton |
Allow configuring "allow blank password option" at runtime
|
2013-02-22 |
Matt Johnston |
Some changes since 2012.55
|
2013-02-22 |
Matt Johnston |
Document "-m" and "-c"
|
2012-07-19 |
Matt Johnston |
/dev/random blocks on busy servers too.
|
2012-06-30 |
Matt Johnston |
Add a few more files in /proc for Linux
|
2012-06-29 |
Matt Johnston |
Improve RNG seeding.
|
2012-05-17 |
Matt Johnston |
- Only request "none" cipher after auth has succeeded
insecure-nocrypto
|
2012-05-17 |
Matt Johnston |
Add ALLOW_NONE_PASSWORD_AUTH option
insecure-nocrypto
|
2012-05-17 |
Matt Johnston |
Merge in "-m"/"-c" code
insecure-nocrypto
|
2012-05-16 |
Matt Johnston |
ENABLE_USER_ALGO_LIST should work for the client
|
2012-05-16 |
Matt Johnston |
Add rough support for choosing ciphers/hashes with "-c" or "-m"
|
2012-05-16 |
Matt Johnston |
Update insecure-nocrypto to current head
insecure-nocrypto
|
2012-05-16 |
Matt Johnston |
Disable SHA256 and SHA512 by default in options.h
sha2
|
2012-05-10 |
Matt Johnston |
- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be
sha2
|
2012-05-09 |
Matt Johnston |
Don't TRACE() the pw_passwd
|
2012-05-09 |
Matt Johnston |
Fix empty password immediate login
|
2012-05-09 |
Matt Johnston |
Return immediate success for blank passwords if allowed
|
2012-05-09 |
Matt Johnston |
Server shouldn't return "localhost" in response to -R forward connections
|
2012-05-09 |
Matt Johnston |
Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)
|
2012-05-09 |
Matt Johnston |
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
|
2012-04-24 |
Matt Johnston |
Ignore -q if SCP_PROGRESS isn't set
|
2012-04-12 |
Matt Johnston |
Split listening port argument at the rightmost colon, allows binding to
|
2012-04-12 |
Matt Johnston |
Improve comment about sha1-96
|
2012-04-09 |
Matt Johnston |
Slight formatting change for ENABLE_CLI_AGENTFWD if statement
|