Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-19 | Fix compat basename() to handle paths with no slashes. Thanks to Frank Teo | Matt Johnston | |
2013-03-19 | Include /proc/vmstat as another random source | Matt Johnston | |
2013-03-19 | link to Dropbear webpage | Matt Johnston | |
2013-03-19 | Removed tag t:ltc-0.95-db-merge1 | Matt Johnston | |
2013-03-19 | Removed tag t:ltc-0.95-orig | Matt Johnston | |
2013-03-11 | fix signedness error in prototype | Matt Johnston | |
2013-03-03 | improve subsystem/sftp documentation, and multi-hop manual formatting | Matt Johnston | |
2013-02-24 | fix typo | Matt Johnston | |
2013-02-23 | DSS_PROTOK is not necessary now that private keys are included | Matt Johnston | |
in the random generation input | |||
2013-02-23 | add loadavg and entropy_avail as sources | Matt Johnston | |
2013-02-12 | Allow configuring "allow blank password option" at runtime | Paul Eggleton | |
Changes this from a compile-time switch to a command-line option. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> | |||
2013-02-22 | Some changes since 2012.55 | Matt Johnston | |
2013-02-22 | Document "-m" and "-c" | Matt Johnston | |
Update URLs with https | |||
2012-07-19 | /dev/random blocks on busy servers too. | Matt Johnston | |
2012-06-30 | Add a few more files in /proc for Linux | Matt Johnston | |
2012-06-29 | Improve RNG seeding. | Matt Johnston | |
Try to read from /dev/urandom multiple times, take input from extra sources, and use /dev/random when generating private keys | |||
2012-05-17 | ENABLE_USER_ALGO_LIST should work for the client | Matt Johnston | |
2012-05-17 | Add rough support for choosing ciphers/hashes with "-c" or "-m" | Matt Johnston | |
2012-05-09 | Don't TRACE() the pw_passwd | Matt Johnston | |
2012-05-09 | Fix empty password immediate login | Matt Johnston | |
2012-05-09 | Return immediate success for blank passwords if allowed | Matt Johnston | |
2012-05-09 | Server shouldn't return "localhost" in response to -R forward connections | Matt Johnston | |
if that wasn't what the client requested. | |||
2012-05-09 | Initialise agent_fd to -1 so we don't end up closing stdin (fd 0) | Matt Johnston | |
if public key authentication is disabled | |||
2012-05-09 | - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD | Matt Johnston | |
- Fix build if ENABLE_SVR_REMOTETCPFWD is disabled but ENABLE_SVR_LOCALTCPFWD is enabled | |||
2012-04-24 | Ignore -q if SCP_PROGRESS isn't set | Matt Johnston | |
2012-04-12 | Split listening port argument at the rightmost colon, allows binding to | Matt Johnston | |
specific IPv6 addresses. From OpenWRT, https://dev.openwrt.org/browser/trunk/package/dropbear/patches/300-ipv6_addr_port_split.patch | |||
2012-04-12 | Improve comment about sha1-96 | Matt Johnston | |
2012-04-09 | Slight formatting change for ENABLE_CLI_AGENTFWD if statement | Matt Johnston | |
2012-03-26 | Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD. | Andrey Mazo | |
Got rid of ENABLE_AGENTFWD macro. | |||
2012-04-09 | Rename HAVE_FORK to USE_VFORK | Matt Johnston | |
It makes it a bit more obvious why there's a test there since HAVE_FORK is the normal case. | |||
2012-04-08 | check for fork() and not __uClinux__ | Mike Frysinger | |
2012-04-08 | fix out-of-tree cleaning | Mike Frysinger | |
If we build out of tree and then run `make clean`, we hit an infinite loop where libtommath tries to enter subdirs that don't exist and run `make clean`. | |||
2012-02-23 | Added signature for changeset 85f835f2fe0a | Matt Johnston | |
2012-02-23 | Added tag DROPBEAR_2012.55 for changeset d354464b2aa6 | Matt Johnston | |
2012-02-23 | - Improve CHANGES description | Matt Johnston | |
2012-02-22 | 2012.55 | Matt Johnston | |
2012-02-22 | - Fix minor leak | Matt Johnston | |
2012-02-22 | Fix accidentally committed change | Matt Johnston | |
2011-12-04 | - Initialise sa_mask properly | Matt Johnston | |
2012-02-21 | - Merge | Matt Johnston | |
2012-02-21 | - Make sure sa_mask is set | Matt Johnston | |
2012-02-21 | - Burn buffers to 0x00 instead | Matt Johnston | |
2012-02-10 | Merge | Matt Johnston | |
2012-02-10 | Clear a few buffers when possible | Matt Johnston | |
2011-12-04 | - Fix use-after-free if multiple command requests were sent. Move | Matt Johnston | |
the original_command into chansess struct since that makes more sense | |||
2011-12-04 | - Remove unused variable/code | Matt Johnston | |
2011-12-04 | - Make sure we don't use channel-specific data after it has been freed | Matt Johnston | |
with a ChanType->closehandler() | |||
2011-12-04 | - Fix some format strings in TRACE()s | Matt Johnston | |
2011-12-04 | - We don't need to test for NULL before free() | Matt Johnston | |
2011-11-10 | Put better #if guards around IPv6 socket options for IPV6_TCLASS and | Matt Johnston | |
IPV6_V6ONLY. From Gustavo Zacarias. |