Mercurial > dropbear
graph
-
fix signedness error in prototype2013-03-11, by Matt Johnston
-
improve subsystem/sftp documentation, and multi-hop manual formatting2013-03-03, by Matt Johnston
-
fix typo2013-02-23, by Matt Johnston
-
DSS_PROTOK is not necessary now that private keys are included2013-02-23, by Matt Johnston
-
add loadavg and entropy_avail as sources2013-02-23, by Matt Johnston
-
Allow configuring "allow blank password option" at runtime2013-02-12, by Paul Eggleton
-
Some changes since 2012.552013-02-22, by Matt Johnston
-
Document "-m" and "-c"2013-02-22, by Matt Johnston
-
/dev/random blocks on busy servers too.2012-07-19, by Matt Johnston
-
Add a few more files in /proc for Linux2012-06-30, by Matt Johnston
-
Improve RNG seeding.2012-06-29, by Matt Johnston
-
- Only request "none" cipher after auth has succeeded insecure-nocrypto2012-05-17, by Matt Johnston
-
ENABLE_USER_ALGO_LIST should work for the client2012-05-16, by Matt Johnston
-
Add rough support for choosing ciphers/hashes with "-c" or "-m"2012-05-16, by Matt Johnston
-
- Add hmac-sha2-256 and hmac-sha2-512. Needs debugging, seems to be sha22012-05-10, by Matt Johnston
-
Don't TRACE() the pw_passwd2012-05-09, by Matt Johnston
-
Fix empty password immediate login2012-05-09, by Matt Johnston
-
Return immediate success for blank passwords if allowed2012-05-09, by Matt Johnston
-
Server shouldn't return "localhost" in response to -R forward connections2012-05-09, by Matt Johnston
-
Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)2012-05-09, by Matt Johnston
-
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD2012-05-09, by Matt Johnston
-
Ignore -q if SCP_PROGRESS isn't set2012-04-24, by Matt Johnston
-
Split listening port argument at the rightmost colon, allows binding to2012-04-12, by Matt Johnston
-
Improve comment about sha1-962012-04-12, by Matt Johnston
-
Slight formatting change for ENABLE_CLI_AGENTFWD if statement2012-04-09, by Matt Johnston
-
Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.2012-03-26, by Andrey Mazo
-
Rename HAVE_FORK to USE_VFORK2012-04-09, by Matt Johnston
-
check for fork() and not __uClinux__2012-04-08, by Mike Frysinger
-
fix out-of-tree cleaning2012-04-08, by Mike Frysinger
-
Added signature for changeset 85f835f2fe0a2012-02-23, by Matt Johnston
-
Added tag DROPBEAR_2012.55 for changeset d354464b2aa62012-02-23, by Matt Johnston
-
2012.552012-02-22, by Matt Johnston
-
- Fix minor leak2012-02-22, by Matt Johnston
-
Fix accidentally committed change2012-02-22, by Matt Johnston
-
- Initialise sa_mask properly2011-12-03, by Matt Johnston
-
- Merge2012-02-21, by Matt Johnston
-
- Make sure sa_mask is set2012-02-21, by Matt Johnston
-
- Burn buffers to 0x00 instead2012-02-21, by Matt Johnston
-
- Fix use-after-free if multiple command requests were sent. Move2011-12-03, by Matt Johnston
-
- Remove unused variable/code2011-12-03, by Matt Johnston
-
- Make sure we don't use channel-specific data after it has been freed2011-12-03, by Matt Johnston
-
- Fix some format strings in TRACE()s2011-12-03, by Matt Johnston
-
- We don't need to test for NULL before free()2011-12-03, by Matt Johnston
-
Merge2012-02-10, by Matt Johnston
-
Clear a few buffers when possible2012-02-10, by Matt Johnston
-
- Fix constraints so we don't get warned about uninitialised dropbear-tfm2011-11-30, by Matt Johnston
-
- More asm constraint fixes. Now seems to build OK on 32-bit OS X. dropbear-tfm2011-11-30, by Matt Johnston
-
- Work around broken asm constraint behaviour on 32bit x86 OS X dropbear-tfm2011-11-30, by Matt Johnston
-
Add tomsfastmath from git rev bfa4582842bc3bab42e4be4aed5703437049502a dropbear-tfm2011-11-23, by Matt Johnston
-
- Bring in original tomsfastmath patch against 0.52 from Peter Turczak dropbear-tfm2011-11-21, by Matt Johnston
-
Put better #if guards around IPv6 socket options for IPV6_TCLASS and2011-11-10, by Matt Johnston