log runopts.h @ 1465:f7a53832501d

age author description
Mon, 01 May 2017 08:26:15 +0530 houseofkodai cli_bind_address_connect
Tue, 23 Jan 2018 22:46:07 +0800 Matt Johnston merge up to date fuzz
Mon, 29 May 2017 10:25:09 +0100 Kevin Darbyshire-Bryant dropbear server: support -T max auth tries
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:01:08 +0800 Jeremy Kerr Add -c <command> option to force a specific command
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Tue, 01 Dec 2015 21:52:38 +0300 Konstantin Tokarev Moved usingsyslog from svr_runopts to runopts.
Tue, 15 Dec 2015 21:30:59 +0800 Matt Johnston Merge pull request #16 from annulen/openssh_options
Mon, 30 Nov 2015 20:30:58 +0300 Konstantin Tokarev Implemented ExitOnForwardFailure option for local and remote forwarding.
Wed, 02 Dec 2015 22:37:20 +0800 Matt Johnston ports and addresses must be malloced to avoid segfault on exit
Fri, 27 Nov 2015 21:40:00 +0300 Konstantin Tokarev Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.
Tue, 24 Feb 2015 20:43:01 +0800 Thorsten Horstmann DROPBEAR_ prefix for include guards to avoid collisions
Wed, 28 Jan 2015 21:38:27 +0800 Matt Johnston Disable non-delayed zlib for server
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
Wed, 09 Jul 2014 00:15:20 +0800 Matt Johnston Make -K keepalive behave like OpenSSH's ServerAliveInterval
Thu, 07 Nov 2013 23:49:37 +0800 Matt Johnston Add '-R' for delayed hostkey option keyondemand
Fri, 01 Nov 2013 00:13:09 +0800 Matt Johnston Fix specifying a keysize for key generation, fix key name arguments ecc
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Fri, 03 May 2013 23:07:48 +0800 Matt Johnston ecdsa is working ecc
Sun, 14 Apr 2013 22:49:10 +0800 Matt Johnston -y -y to disable hostkey checking
Tue, 12 Feb 2013 15:52:57 +0000 Paul Eggleton Allow configuring "allow blank password option" at runtime
Thu, 17 May 2012 00:12:42 +0800 Matt Johnston Add rough support for choosing ciphers/hashes with "-c" or "-m"
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
Mon, 06 Jul 2009 14:02:45 +0000 Matt Johnston - Client auth using an agent's key works. Still need to implement client agent-client
Mon, 06 Jul 2009 12:59:13 +0000 Matt Johnston New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList agent-client
Wed, 01 Jul 2009 04:16:32 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 899a8851a5edf840b2f7925bcc26ffe99dcac54d) agent-client
Fri, 07 Nov 2008 14:11:06 +0000 Matt Johnston Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Tue, 23 Sep 2008 16:05:04 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 4fb35083f0f46ea667e7043e7d4314aecd3df46c) agent-client
Tue, 23 Sep 2008 15:57:26 +0000 Matt Johnston - Enable -s for specifying a subsystem (such as sftp)
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, 17 Sep 2008 14:49:12 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear.dbclient-netcat-alike' (head b02ba6628cf2095017c60d202ac630f231e6b553)
Wed, 17 Sep 2008 14:36:49 +0000 Matt Johnston Rework netcat-alike to be a proper mode, with -B argument. dbclient-netcat-alike
Mon, 15 Sep 2008 14:40:30 +0000 Matt Johnston - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.
Mon, 15 Sep 2008 12:51:50 +0000 Matt Johnston - Split main socket var into ses.sock_in/ses.sock_out in preparation
Thu, 16 Aug 2007 13:34:37 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 8a7db1e2fdc5636abb338adb636babc32f465739) agent-client
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, 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
Sun, 11 Feb 2007 08:50:21 +0000 Matt Johnston Add '-y' option to dbclient to accept the host key without checking
Wed, 07 Jun 2006 15:47:04 +0000 Matt Johnston add -f background option to dbclient
Wed, 07 Jun 2006 15:01:20 +0000 Matt Johnston Add -N "no remote command" dbclient option.
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
Tue, 21 Mar 2006 16:20:59 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 0501e6f661b5415eb76f3b312d183c3adfbfb712) agent-client
Sun, 04 Dec 2005 16:13:11 +0000 Matt Johnston * add -g (dbclient) and -a (dropbear) options for allowing non-local
Mon, 18 Jul 2005 14:32:52 +0000 Matt Johnston - progress towards client agent forwarding agent-client
Fri, 08 Jul 2005 11:32:09 +0000 Matt Johnston rename PubkeyList to SignKeyList for clarity
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
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
Thu, 12 Aug 2004 13:48:42 +0000 Matt Johnston TCP forwarding works.
Fri, 06 Aug 2004 16:18:01 +0000 Matt Johnston - client pubkey auth works
Sun, 01 Aug 2004 08:54:01 +0000 Matt Johnston - Added terminal mode handling etc for the client, and window change
Fri, 30 Jul 2004 03:02:19 +0000 Matt Johnston we're nearly there yet
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