log svr-runopts.c @ 1477:533e070b3126

age author description
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
Tue, 07 Jun 2011 11:08:47 +0000 Matt Johnston Mention that the value is in seconds
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Fri, 11 Sep 2009 14:02:04 +0000 Matt Johnston - Disable compression for non-final multihops
Tue, 01 Sep 2009 16:38:26 +0000 Matt Johnston Rearrange getaddrstring() etc
Fri, 07 Nov 2008 14:11:06 +0000 Matt Johnston Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Wed, 05 Nov 2008 14:14:40 +0000 Matt Johnston - Update manuals, include section on authorized_keys
Mon, 22 Sep 2008 15:28:52 +0000 Matt Johnston Idle-timeout patch from Farrell Aultman, need to figure whether to only idle-timeout
Mon, 22 Sep 2008 14:13:44 +0000 Matt Johnston Replace calls to strtoul() with a helper m_str_to_uint()
Wed, 08 Aug 2007 15:12:06 +0000 Matt Johnston - Add -K keepalive flag for dropbear and dbclient
Wed, 25 Jul 2007 15:44:25 +0000 Matt Johnston Add -W <windowsize> argument and document it.
Thu, 19 Jul 2007 15:47:32 +0000 Matt Johnston Just use /dev/urandom since that's what everyone ends up using anyway.
Mon, 16 Apr 2007 13:39:50 +0000 Matt Johnston Add -u option to specify /dev/urandom instead
Thu, 22 Feb 2007 14:53:49 +0000 Matt Johnston merge of 'a9b0496634cdd25647b65e585cc3240f3fa699ee'
Thu, 22 Feb 2007 14:52:46 +0000 Matt Johnston Add -p [address:]port option for binding to addresses, patch from
Wed, 07 Jun 2006 14:10:21 +0000 Matt Johnston Add -P pidfile patch from Swen Schillig
Sun, 26 Mar 2006 08:26:39 +0000 Matt Johnston add inetd server mode ucc-axis-hack
Sat, 25 Mar 2006 12:59:58 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 11034278bd1917bebcbdc69cf53b1891ce9db121) ucc-axis-hack
Sat, 25 Mar 2006 12:57:09 +0000 Matt Johnston Various changes to compile+kind of run on UCC's axis board. ucc-axis-hack
Wed, 01 Feb 2006 09:05:13 +0000 Matt Johnston Fix up #ifdefs for tcp forwarding
Sun, 04 Dec 2005 16:13:11 +0000 Matt Johnston * add -g (dbclient) and -a (dropbear) options for allowing non-local
Sun, 02 Jan 2005 20:25:56 +0000 Matt Johnston Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Tue, 14 Sep 2004 12:51:16 +0000 Matt Johnston PAM improvements private-rez
Tue, 24 Aug 2004 04:12:08 +0000 Matt Johnston Default port is now set as a string
Mon, 23 Aug 2004 05:27:34 +0000 Matt Johnston Change the way we load keys/ports so we don't print error messages into our
Wed, 18 Aug 2004 15:48:25 +0000 Matt Johnston DEBUG_TRACE now only triggers with -v on the cmdline
Wed, 18 Aug 2004 09:14:30 +0000 Matt Johnston Stupid DSS hostkey bug fixed.
Thu, 12 Aug 2004 17:18:53 +0000 Matt Johnston adding inetd mode back from 0.43
Thu, 12 Aug 2004 14:56:22 +0000 Matt Johnston cleaning up the pubkey defines
Fri, 06 Aug 2004 16:18:01 +0000 Matt Johnston - client pubkey auth works
Tue, 27 Jul 2004 16:30:46 +0000 Matt Johnston Progressing client support
Tue, 20 Jul 2004 12:05:00 +0000 Matt Johnston switching to global vars
Tue, 01 Jun 2004 02:46:09 +0000 Matt Johnston Makefile.in contains updated files required