log cli-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
Fri, 01 Apr 2022 12:17:02 +0800 Matt Johnston Allow dbclient -J to be used with multihop
Fri, 01 Apr 2022 11:56:10 +0800 Matt Johnston Fix extra default -i arguments for multihop
Sat, 19 Mar 2022 08:55:31 +0000 HansH111 increase verboseness by allowing multiple -v
Sun, 13 Mar 2022 14:20:02 +0000 HansH111 use option -q for suppression remote banner output, pass option also for proxy command
Tue, 12 Oct 2021 23:32:10 +0800 Matt Johnston Increase max window size to 10MB, fallback rather than
Thu, 19 Aug 2021 17:37:14 +0200 Manfred Kaiser added option to disable trivial auth methods (#128)
Tue, 26 May 2020 20:15:39 +0800 Matt Johnston Make "dbclient -m help -c help" work
Thu, 21 Mar 2019 00:21:38 +0800 Matt Johnston fix constness build error
Wed, 20 Mar 2019 08:08:25 -0700 xcko support openssh long option -o Port=XXXX (#68)
Thu, 20 Jul 2017 19:38:26 +0000 Michael Witten options: Complete the transition to numeric toggles (`#if')
Fri, 26 Jan 2018 00:27:48 +0800 Matt Johnston bind to port as well with -b
Mon, 01 May 2017 08:26:15 +0530 houseofkodai cli_bind_address_connect
Fri, 02 Jun 2017 18:14:31 +0200 Francois Perrad when pointer, use NULL instead of 0
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Thu, 31 Dec 2015 18:36:34 +0100 Francois Perrad add comment FALLTHROUGH which recognize by many lint tools
Tue, 05 Jan 2016 12:32:33 +0800 Chocobo1 Fix print format specifier
Tue, 15 Dec 2015 22:57:22 +0800 Matt Johnston revert removal of space handling, different fix for avoiding option prefix
Tue, 15 Dec 2015 22:23:42 +0800 Matt Johnston Don't allow spaces and don't get confused by -o usesyslogd=yes
Tue, 15 Dec 2015 22:19:41 +0800 Matt Johnston unknown options should be non-fatal
Tue, 15 Dec 2015 22:09:55 +0800 Matt Johnston A few minor style fixes
Tue, 01 Dec 2015 21:56:11 +0300 Konstantin Tokarev Use dropbear_log instead of some fprintf's in client code.
Tue, 01 Dec 2015 21:55:34 +0300 Konstantin Tokarev Support syslog logging in dbclient.
Tue, 01 Dec 2015 21:52:38 +0300 Konstantin Tokarev Moved usingsyslog from svr_runopts to runopts.
Mon, 30 Nov 2015 20:30:58 +0300 Konstantin Tokarev Implemented ExitOnForwardFailure option for local and remote forwarding.
Mon, 30 Nov 2015 20:36:15 +0300 Konstantin Tokarev Added OpenSSH-like -o command line option to dbclient.
Mon, 23 Nov 2015 22:47:43 +0800 Matt Johnston Fix flags after the hostname
Mon, 23 Nov 2015 22:28:56 +0800 Guilhem Moulin Bundling for dbclient
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
Mon, 03 Aug 2015 20:45:04 +0800 Matt Johnston change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir
Wed, 03 Jun 2015 21:45:32 +0800 Matt Johnston Fix building when ENABLE_CLI_PUBKEY_AUTH is unset
Wed, 28 Jan 2015 21:38:27 +0800 Matt Johnston Disable non-delayed zlib for server
Sat, 24 Jan 2015 00:05:26 +0800 Matt Johnston Default client key path ~/.ssh/id_dropbear
Wed, 06 Aug 2014 22:10:57 +0800 Matt Johnston Be a bit safer in case pw_name doesn't exist
Wed, 06 Aug 2014 08:48:43 -0500 iquaba Try without identifying current user
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
Sat, 15 Feb 2014 21:42:35 +0800 Matt Johnston Change port separator to ^ since % is used in ipv6 addresses
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
Mon, 08 Jul 2013 22:42:32 +0800 Matt Johnston strdup the proxycmd to avoid crash when freeing, from LluĂ­s Batlle i Rossell
Wed, 17 Apr 2013 23:17:27 +0800 Matt Johnston Use % rather than # for port delimiter
Wed, 17 Apr 2013 22:48:43 +0800 Matt Johnston Use '#' for host#port separator, document it. This fixes scp
Mon, 15 Apr 2013 21:51:27 +0800 Matt Johnston changelog updates for 2013.57
Sun, 14 Apr 2013 22:49:10 +0800 Matt Johnston -y -y to disable hostkey checking
Thu, 21 Mar 2013 23:10:47 +0800 Matt Johnston Add URL to usage text
Sun, 03 Mar 2013 11:47:41 +0800 Matt Johnston improve subsystem/sftp documentation, and multi-hop manual formatting
Thu, 17 May 2012 00:12:42 +0800 Matt Johnston Add rough support for choosing ciphers/hashes with "-c" or "-m"
Wed, 09 May 2012 20:34:55 +0800 Matt Johnston Initialise agent_fd to -1 so we don't end up closing stdin (fd 0)
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Sat, 27 Feb 2010 12:15:27 +0000 Matt Johnston - fixes for listenaddr
Sat, 27 Feb 2010 11:53:18 +0000 Matt Johnston merge of '48fdaa8706d1acda35e9d564adc9a1fbc96c18c8'
Sat, 27 Feb 2010 11:51:19 +0000 Matt Johnston - tcpfwd bindaddr support against trunk. needs merging.
Wed, 24 Feb 2010 16:13:15 +0000 Matt Johnston - Progress for allowing specifying a listenaddr for tcp forwards
Fri, 11 Sep 2009 14:02:04 +0000 Matt Johnston - Disable compression for non-final multihops
Thu, 10 Sep 2009 11:12:31 +0000 Matt Johnston Remove extraneous semicolon
Tue, 01 Sep 2009 16:38:26 +0000 Matt Johnston Rearrange getaddrstring() etc
Mon, 06 Jul 2009 12:59:13 +0000 Matt Johnston New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList agent-client