log cli-tcpfwd.c @ 1460:58a74cb829b8

age author description
Tue, 15 Nov 2016 15:36:05 +0100 Francois Perrad initialize variable and protect against NULL dereferencement
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Fri, 01 Jan 2016 09:46:09 +0100 Francois Perrad add static in function definition
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
Tue, 15 Dec 2015 22:09:55 +0800 Matt Johnston A few minor style fixes
Mon, 30 Nov 2015 20:30:58 +0300 Konstantin Tokarev Implemented ExitOnForwardFailure option for local and remote forwarding.
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston buf_getstring and buf_putstring now use non-unsigned 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, 18 Feb 2014 21:33:56 +0800 Matt Johnston - Fix dbclient with port 0 for server-allocated
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Sat, 05 Nov 2011 23:12:15 +0800 Matt Johnston Print the server allocated port when using dbclient -R 0:....
Wed, 21 Jul 2010 14:07:13 +0000 Matt Johnston remove unused variable
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
Mon, 06 Jul 2009 12:59:13 +0000 Matt Johnston New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList agent-client
Sun, 02 Nov 2008 12:25:08 +0000 Matt Johnston Report errors if a remote request fails
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, 24 Apr 2005 10:30:33 +0000 Matt Johnston - allocate correct buffer size for channel info, rather than sizeof(pointer).
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
Thu, 26 Aug 2004 13:16:40 +0000 Matt Johnston - added circular buffering for channels
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 14:19:05 +0000 Matt Johnston Some more sanity-checking of args, and just warn and ignore OpenSSH args
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