Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-17 | merge from main | Matt Johnston | |
--HG-- branch : fuzz | |||
2018-02-16 | options: Complete the transition to numeric toggles (`#if') | Michael Witten | |
For the sake of review, this commit alters only the code; the affiliated comments within the source files also need to be updated, but doing so now would obscure the operational changes that have been made here. * All on/off options have been switched to the numeric `#if' variant; that is the only way to make this `default_options.h.in' thing work in a reasonable manner. * There is now some very minor compile-time checking of the user's choice of options. * NO_FAST_EXPTMOD doesn't seem to be used, so it has been removed. * ENABLE_USER_ALGO_LIST was supposed to be renamed DROPBEAR_USER_ALGO_LIST, and this commit completes that work. * DROPBEAR_FUZZ seems to be a relatively new, as-yet undocumented option, which was added by the following commit: commit 6e0b539e9ca0b5628c6c5a3d118ad6a2e79e8039 Author: Matt Johnston <matt@ucc.asn.au> Date: Tue May 23 22:29:21 2017 +0800 split out checkpubkey_line() separately It has now been added to `sysoptions.h' and defined as `0' by default. * The configuration option `DROPBEAR_PASSWORD_ENV' is no longer listed in `default_options.h.in'; it is no longer meant to be set by the user, and is instead left to be defined in `sysoptions.h' (where it was already being defined) as merely the name of the environment variable in question: DROPBEAR_PASSWORD To enable or disable use of that environment variable, the user must now toggle `DROPBEAR_USE_DROPBEAR_PASSWORD'. * The sFTP support is now toggled by setting `DROPBEAR_SFTPSERVER', and the path of the sFTP server program is set independently through the usual SFTPSERVER_PATH. | |||
2018-02-08 | define CLOCK_MONOTONIC if needed | Matt Johnston | |
2018-01-25 | Merge pull request #49 from fperrad/20170812_lint | Matt Johnston | |
Some linting, const parameters | |||
2018-01-23 | merge up to date | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-10-18 | test close < 0, from Marco Wenzel | Matt Johnston | |
2017-08-19 | Pointer parameter could be declared as pointing to const (callback) | Francois Perrad | |
2017-06-24 | fix dss debug printing | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-06-01 | Add a flag whether to longjmp, missed that last commit | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-26 | Disable setnonblocking(), get_socket_address(), set_sock_priority() | Matt Johnston | |
for fuzzing --HG-- branch : fuzz | |||
2017-05-25 | fuzzing has a constant time | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-23 | fuzzer-pubkey | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-21 | add dbmalloc epoch cleanup | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-20 | glaring wrapfd problems fixed | Matt Johnston | |
--HG-- branch : fuzz | |||
2017-05-18 | merge 2017.75 | Matt Johnston | |
2016-11-19 | Use atomic key generation in all cases | Matt Johnston | |
2016-09-01 | ses.debug_trace is wrong | Matt Johnston | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2016-03-17 | move m_burn and function attributes to dbhelpers | Matt Johnston | |
use m_burn for libtomcrypt zeromem() too | |||
2016-03-16 | Use memset_s or explicit_bzero | Matt Johnston | |
2016-01-01 | more hard tab | Francois Perrad | |
2015-12-15 | Allow setting syslog identifier via startsyslog(). | Konstantin Tokarev | |
2015-08-03 | change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir | Matt Johnston | |
rather than doing ~ expansion | |||
2015-02-28 | merge from default | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-24 | Fix for old compilers, variable declarations at beginning of functions | Thorsten Horstmann | |
and /**/ comments | |||
2015-02-20 | Move generic network routines to netio.c | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-19 | merge | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-19 | Add the missing second half of iov code | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-19 | fallback for old glibc and fastopen | Matt Johnston | |
memset rather than = {0} initialiser --HG-- branch : fastopen | |||
2015-02-19 | In theory TFO should work. Needs platform cleanup and testing | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-18 | async connections working | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-18 | work in progress for async connect | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-15 | tcp fastopen for the server | Matt Johnston | |
--HG-- branch : fastopen | |||
2015-02-14 | connect_remote() is now always non-blocking | Matt Johnston | |
2015-02-13 | Add envirnonment variable for debug timestamps to roughly match | Matt Johnston | |
network timestamps (in tshark) | |||
2015-02-13 | Make it compile | Matt Johnston | |
2015-02-13 | piggyback data on acks when making connections on linux | Matt Johnston | |
2015-01-24 | Default client key path ~/.ssh/id_dropbear | Matt Johnston | |
2014-08-06 | Don't warn about ENOTSOCK when setting priority | Matt Johnston | |
2014-07-28 | Fix some format string warnings | Matt Johnston | |
2014-07-28 | Fix clock_gettime handling | Matt Johnston | |
2014-06-25 | Improve handling lots of concurrent forwarded connections. Increase | Matt Johnston | |
connection backlog, avoid check_close() for channels that haven't had IO | |||
2014-03-21 | Fix monotonic_now() on OS X | Matt Johnston | |
2014-03-13 | Add new monotonic_now() wrapper so that timeouts are unaffected by | Matt Johnston | |
system clock changes | |||
2014-01-17 | DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default | Matt Johnston | |
2013-12-03 | - Sockets are set to lowdelay priority initially to improve conneciton setup | Matt Johnston | |
time - Set non-pty connections to bulk for client and server | |||
2013-12-02 | Set IPTOS_LOWDELAY on PTY sessions only | Catalin Patulea | |
2013-11-25 | Fix some warnings | Matt Johnston | |
2013-10-18 | Merge in changes from the past couple of releases | Matt Johnston | |
--HG-- branch : ecc | |||
2013-10-03 | Constant time memcmp for the hmac and password crypt | Matt Johnston | |