log svr-runopts.c @ 1938:77bc00dcc19f default tip main master

age author description
Fri, 01 Apr 2022 14:13:52 +0800 Matt Johnston Fix IPv6 address parsing for dbclient -b
Thu, 09 Jul 2020 17:47:58 +1000 Begley Brothers Inc Allow user space file locations (rootless support)
Thu, 24 Mar 2022 14:44:13 +0800 Matt Johnston Add -v variable debug levels for server too
Thu, 24 Mar 2022 13:42:08 +0800 Matt Johnston Revert "Don't include sk keys at all in KEX list"
Sun, 30 Jan 2022 10:14:56 +0800 Matt Johnston Add re-exec for server
Sun, 23 Jan 2022 17:29:39 +0800 Matt Johnston Don't include sk keys at all in KEX list
Sat, 22 Jan 2022 16:53:04 +0300 egor-duda Implement server-side support for sk-ecdsa U2F-backed keys (#142)
Tue, 12 Oct 2021 23:32:10 +0800 Matt Johnston Increase max window size to 10MB, fallback rather than
Thu, 19 Aug 2021 17:13:41 +0200 Roland Vollgraf pass on sever process environment to child processes (option -e) (#118)
Sun, 24 May 2020 14:16:58 +0800 Matt Johnston send and handle SSH_MSG_EXT_INFO only at the correct point
Thu, 21 May 2020 23:00:22 +0800 Matt Johnston Make server send SSH_MSG_EXT_INFO
Wed, 11 Mar 2020 21:09:45 +0500 Vladislav Grishenko Add Ed25519 support (#91)
Wed, 15 May 2019 21:59:45 +0800 Matt Johnston Rename EPKA -> Plugin
Wed, 15 May 2019 09:43:57 -0400 fabriziobertocci External Public-Key Authentication API (#72)
Thu, 08 Mar 2018 22:25:33 +0800 Matt Johnston Only advertise a single server ecdsa key when -R (generate as required) is
Wed, 28 Feb 2018 21:28:59 +0800 Matt Johnston merge from main fuzz
Tue, 27 Feb 2018 21:49:10 +0800 Matt Johnston add guard HAVE_GETGROUPLIST
Mon, 26 Feb 2018 22:44:48 +0800 Matt Johnston merge from main fuzz
Mon, 26 Feb 2018 14:31:15 +0100 François Perrad more linting (#58)
Mon, 26 Feb 2018 21:17:13 +0800 Matt Johnston Fix restricted group code for BSDs, move to separate function
Thu, 22 Feb 2018 23:06:45 +0800 Matt Johnston Merge branch 'master' of git://github.com/stellarpower/dropbear into stellarpower-master
Tue, 20 Feb 2018 02:11:55 +0000 stellarpower Added the -G option to allow logins only for users that are members of a certain group. This allows finer control of an instance on who can and cannot login over a certain instance (e.g. password and not key). Needs double-checking and ensuring it meets platform requirements.
Thu, 22 Feb 2018 21:55:15 +0800 CamVan Nguyen Only load dropbear default host keys if a key is not specified
Sat, 17 Feb 2018 19:29:51 +0800 Matt Johnston merge from main fuzz
Thu, 20 Jul 2017 19:38:26 +0000 Michael Witten options: Complete the transition to numeric toggles (`#if')
Tue, 23 Jan 2018 22:46:07 +0800 Matt Johnston merge up to date fuzz
Tue, 27 Jun 2017 22:20:38 +0800 Matt Johnston Use MAX_AUTH_TRIES rather than DEFAULT_AUTH_TRIES, don't limit argument range
Mon, 29 May 2017 10:25:09 +0100 Kevin Darbyshire-Bryant dropbear server: support -T max auth tries
Wed, 14 Jun 2017 23:31:42 +0800 Matt Johnston merge from main fuzz
Fri, 02 Jun 2017 18:14:31 +0200 Francois Perrad when pointer, use NULL instead of 0
Thu, 18 May 2017 23:45:10 +0800 Matt Johnston merge main to fuzz fuzz
Sat, 13 May 2017 22:50:54 +0800 Matt Johnston fuzz harness fuzz
Fri, 12 May 2017 23:14:54 +0800 Matt Johnston copy over some fuzzing code from AFL branch fuzz
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Tue, 12 Apr 2016 21:05:40 +0800 Matt Johnston Add manpage and log for forced_command
Tue, 12 Apr 2016 21:01:08 +0800 Jeremy Kerr Add -c <command> option to force a specific command
Tue, 01 Dec 2015 21:52:38 +0300 Konstantin Tokarev Moved usingsyslog from svr_runopts to runopts.
Wed, 02 Dec 2015 22:37:20 +0800 Matt Johnston ports and addresses must be malloced to avoid segfault on exit
Wed, 25 Nov 2015 23:05:41 +0800 Matt Johnston mention dropbearkey too
Wed, 25 Nov 2015 23:05:14 +0800 Matt Johnston Mention "dropbear -R" if no hostkeys
Fri, 06 Nov 2015 23:54:24 +0800 Guilhem Moulin Enable bundling
Wed, 28 Oct 2015 21:37:35 +0800 Matt Johnston Warn rather than fail if flags have trailing parts
Wed, 21 Oct 2015 22:05:50 +0800 Matt Johnston don't silently ignore extra flag arguments
Wed, 28 Jan 2015 21:38:27 +0800 Matt Johnston Disable non-delayed zlib for server
Wed, 22 Oct 2014 07:12:52 +0800 Steven Honeyman Don't print "Failed loading hostkey" when -R delayed hostkey option is enabled
Sun, 27 Jul 2014 22:55:29 +0800 Matt Johnston - Don't use multichar constants since recent gcc complains
Sun, 27 Jul 2014 22:06:26 +0800 Matt Johnston Add '-V' for version
Tue, 03 Dec 2013 21:26:59 +0800 Matt Johnston Fix disabling DSS key
Tue, 03 Dec 2013 20:59:03 +0800 Matt Johnston Exit if we don't have keys and -R wasn't specified
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Tue, 12 Nov 2013 23:02:32 +0800 Matt Johnston Various cleanups and fixes for warnings ecc
Thu, 07 Nov 2013 23:49:37 +0800 Matt Johnston Add '-R' for delayed hostkey option keyondemand
Thu, 07 Nov 2013 00:18:52 +0800 Matt Johnston refactor key generation, make it generate as required. keyondemand
Sat, 25 May 2013 00:54:19 +0800 Matt Johnston have separate ecdsa keys for each size ecc
Tue, 21 May 2013 12:15:48 +0800 Matt Johnston Fix broken disablekey() ecc
Fri, 03 May 2013 23:07:48 +0800 Matt Johnston ecdsa is working ecc
Thu, 21 Mar 2013 23:10:47 +0800 Matt Johnston Add URL to usage text
Tue, 19 Mar 2013 20:55:11 +0800 Matt Johnston Allow specifying server "-p" options with ipv6 bracket notation,
Tue, 12 Feb 2013 15:52:57 +0000 Paul Eggleton Allow configuring "allow blank password option" at runtime
Thu, 12 Apr 2012 22:04:16 +0800 Matt Johnston Split listening port argument at the rightmost colon, allows binding to