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

age author description
Thu, 27 Jan 2022 14:34:10 +0800 Matt Johnston Leave non-interactive at default QoS class
Mon, 11 Oct 2021 15:42:14 +0800 Matt Johnston Replace ChanType.sepfds with Channel.bidir_fd
Thu, 18 Mar 2021 16:16:17 +0300 ValdikSS Use MAX_HOST_LEN for TCP forwarding requests (#121)
Thu, 10 Dec 2020 23:18:48 +0800 Matt Johnston Use buf_eatstring instead
Thu, 10 Dec 2020 16:13:13 +0100 Dirkjan Bussink Fix handling of replies to global requests (#112)
Sun, 06 Dec 2020 21:27:25 +0800 Matt Johnston fuzz: work around fuzz_connect_remote() limitations
Mon, 07 Jan 2019 16:09:45 +0100 François Perrad add missing initializer (#71)
Wed, 14 Nov 2018 22:57:56 +0800 Matt Johnston Split ChanType closehandler() and cleanup() so that dbclient doesn't
Fri, 07 Sep 2018 23:02:20 +0800 Matt Johnston FIx remote forward listeners bugfix
Mon, 26 Feb 2018 23:12:02 +0800 Matt Johnston avoid warning about port
Mon, 26 Feb 2018 22:12:39 +0800 Matt Johnston don't log server listen ports
Thu, 25 Jan 2018 18:19:29 +0100 Francois Perrad fix indentation
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
Thu, 25 Jan 2018 19:51:41 +0530 houseofkodai Server chosen tcpfwd ports (#43)
Sat, 19 Aug 2017 22:39:53 +0200 Francois Perrad Pointer parameter could be declared as pointing to const (callback)
Thu, 18 May 2017 22:59:38 +0800 Matt Johnston merge 2017.75
Tue, 16 May 2017 23:04:57 +0800 Matt Johnston listenaddr must be malloced
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
Tue, 15 Mar 2016 21:41:06 +0800 Matt Johnston Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fperrad-20151231_indent
Fri, 01 Jan 2016 15:02:09 +0100 Francois Perrad more hard tab
Tue, 05 Jan 2016 12:32:33 +0800 Chocobo1 Fix print format specifier
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 23:40:30 +0200 Gaël PORTAY Turn many local variables into char *
Sat, 02 May 2015 15:59:06 +0200 Gaël PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen
Wed, 18 Feb 2015 22:46:15 +0800 Matt Johnston async connections working fastopen
Sat, 14 Feb 2015 09:56:11 +0800 Matt Johnston connect_remote() is now always non-blocking
Wed, 16 Jul 2014 22:53:32 +0800 Matt Johnston Set tcp priority as follows:
Tue, 08 Jul 2014 21:59:36 +0800 Matt Johnston Send a failure response if a client receives a global request
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Wed, 09 May 2012 21:09:34 +0800 Matt Johnston Server shouldn't return "localhost" in response to -R forward connections
Wed, 09 May 2012 20:33:16 +0800 Matt Johnston - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
Thu, 07 Apr 2011 13:39:10 +0000 Matt Johnston Fix crash when remote forwarding was requested
Thu, 07 Apr 2011 13:38:27 +0000 Matt Johnston Fix leak found by Klocwork
Wed, 24 Feb 2010 16:13:15 +0000 Matt Johnston - Progress for allowing specifying a listenaddr for tcp forwards
Mon, 08 Sep 2008 15:14:02 +0000 Matt Johnston * Patch from Frédéric Moulins adding options to authorized_keys. pubkey-options
Sun, 04 Feb 2007 10:32:59 +0000 Matt Johnston merge of 'b1dd3b94e60a07a176dba2b035ac79968595990a'
Sat, 03 Feb 2007 09:42:22 +0000 Matt Johnston Fix free() of null pointer found by Klocwork
Fri, 07 Jul 2006 09:17:18 +0000 Matt Johnston Fixes from Erik Hovland:
Sun, 15 Jan 2006 06:39:48 +0000 Matt Johnston * svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLEN
Tue, 06 Dec 2005 16:51:55 +0000 Matt Johnston * fix -L forwarding on the client, broke last rev
Sun, 04 Dec 2005 16:13:11 +0000 Matt Johnston * add -g (dbclient) and -a (dropbear) options for allowing non-local
Thu, 20 Oct 2005 16:53:12 +0000 Matt Johnston * rename infd/outfd to writefd/readfd, to avoid confusion
Sun, 13 Mar 2005 13:58:14 +0000 Matt Johnston * fix longstanding bug with connections being closed on failure to
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
Wed, 22 Dec 2004 15:37:50 +0000 Matt Johnston Rearrange preprocessor parts so that compilation with various options
Sat, 14 Aug 2004 17:54:20 +0000 Matt Johnston License boilerplate etc, add Mihnea as an author to some of the files
Thu, 12 Aug 2004 16:41:58 +0000 Matt Johnston Merging in the changes from 0.41-0.43 main Dropbear tree
Thu, 12 Aug 2004 13:48:42 +0000 Matt Johnston TCP forwarding works.
Wed, 11 Aug 2004 17:26:47 +0000 Matt Johnston - A nice cleaner structure for tcp (acceptor) forwarding.
Tue, 10 Aug 2004 17:09:52 +0000 Matt Johnston just checkpointing