Age | Commit message (Expand) | Author |
2018-02-27 | add guard HAVE_GETGROUPLIST | Matt Johnston |
2018-02-26 | more linting (#58) | François Perrad |
2018-02-26 | Fix restricted group code for BSDs, move to separate function | Matt Johnston |
2018-02-22 | Merge branch 'master' of git://github.com/stellarpower/dropbear into stellarp... | Matt Johnston |
2018-02-22 | Only load dropbear default host keys if a key is not specified | CamVan Nguyen |
2018-02-20 | Added the -G option to allow logins only for users that are members of a cert... | stellarpower |
2018-02-16 | options: Complete the transition to numeric toggles (`#if') | Michael Witten |
2017-06-27 | Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument range | Matt Johnston |
2017-06-25 | dropbear server: support -T max auth tries | Kevin Darbyshire-Bryant |
2017-06-02 | when pointer, use NULL instead of 0 | Francois Perrad |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston |
2016-04-12 | Add manpage and log for forced_command | Matt Johnston |
2016-04-12 | Add -c <command> option to force a specific command | Jeremy Kerr |
2015-12-15 | Moved usingsyslog from svr_runopts to runopts. | Konstantin Tokarev |
2015-12-02 | ports and addresses must be malloced to avoid segfault on exit | Matt Johnston |
2015-11-25 | mention dropbearkey too | Matt Johnston |
2015-11-25 | Mention "dropbear -R" if no hostkeys | Matt Johnston |
2015-11-06 | Enable bundling | Guilhem Moulin |
2015-10-28 | Warn rather than fail if flags have trailing parts | Matt Johnston |
2015-10-21 | don't silently ignore extra flag arguments | Matt Johnston |
2015-01-28 | Disable non-delayed zlib for server | Matt Johnston |
2014-10-22 | Don't print "Failed loading hostkey" when -R delayed hostkey option is enabled | Steven Honeyman |
2014-07-27 | - Don't use multichar constants since recent gcc complains | Matt Johnston |
2014-07-27 | Add '-V' for version | Matt Johnston |
2013-12-03 | Fix disabling DSS key | Matt Johnston |
2013-12-03 | Exit if we don't have keys and -R wasn't specified | Matt Johnston |
2013-11-14 | use oldstyle comments | Matt Johnston |
2013-11-12 | Various cleanups and fixes for warnings | Matt Johnston |
2013-11-07 | Add '-R' for delayed hostkey option | Matt Johnston |
2013-11-07 | refactor key generation, make it generate as required. | Matt Johnston |
2013-05-25 | have separate ecdsa keys for each size | Matt Johnston |
2013-05-21 | Fix broken disablekey() | Matt Johnston |
2013-05-03 | ecdsa is working | Matt Johnston |
2013-03-21 | Add URL to usage text | Matt Johnston |
2013-03-19 | Allow specifying server "-p" options with ipv6 bracket notation, | Matt Johnston |
2013-02-12 | Allow configuring "allow blank password option" at runtime | Paul Eggleton |
2012-04-12 | Split listening port argument at the rightmost colon, allows binding to | Matt Johnston |
2011-06-07 | Mention that the value is in seconds | Matt Johnston |
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston |
2009-09-11 | - Disable compression for non-final multihops | Matt Johnston |
2009-09-01 | Rearrange getaddrstring() etc | Matt Johnston |
2008-11-07 | Idle timeout patch from Farrell Aultman. Needs testing, unsure if server | Matt Johnston |
2008-11-05 | - Update manuals, include section on authorized_keys | Matt Johnston |
2008-09-22 | Replace calls to strtoul() with a helper m_str_to_uint() | Matt Johnston |
2007-08-08 | - Add -K keepalive flag for dropbear and dbclient | Matt Johnston |
2007-07-25 | Add -W <windowsize> argument and document it. | Matt Johnston |
2007-07-19 | Just use /dev/urandom since that's what everyone ends up using anyway. | Matt Johnston |
2007-04-16 | Add -u option to specify /dev/urandom instead | Matt Johnston |
2007-02-22 | merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee' | Matt Johnston |
2007-02-22 | Add -p [address:]port option for binding to addresses, patch from | Matt Johnston |