summaryrefslogtreecommitdiff
path: root/cli-tcpfwd.c
Commit message (Expand)AuthorAgeFilesLines
* Leave non-interactive at default QoS classMatt Johnston2022-01-271-4/+3
* Replace ChanType.sepfds with Channel.bidir_fdMatt Johnston2021-10-111-4/+2
* fuzz: work around fuzz_connect_remote() limitationsMatt Johnston2020-12-061-2/+2
* Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston2018-11-141-0/+2
* FIx remote forward listenersMatt Johnston2018-09-071-1/+1
* include config.h for options.h. don't need to include options.h whenMatt Johnston2018-02-181-1/+0
* bind to port as well with -bMatt Johnston2018-01-261-1/+1
* cli_bind_address_connecthouseofkodai2017-05-011-1/+1
* initialize variable and protect against NULL dereferencementFrancois Perrad2016-11-151-2/+2
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-7/+7
* add static in function definitionFrancois Perrad2016-01-011-1/+1
* Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...Matt Johnston2016-03-151-2/+2
|\
| * more hard tabFrancois Perrad2016-01-011-2/+2
* | Fix print format specifierChocobo12016-01-051-1/+1
|/
* A few minor style fixesMatt Johnston2015-12-151-2/+3
* Implemented ExitOnForwardFailure option for local and remote forwarding.Konstantin Tokarev2015-11-301-2/+21
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-3/+3
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-3/+3
* Move generic network routines to netio.cMatt Johnston2015-02-201-1/+1
* async connections workingMatt Johnston2015-02-181-13/+1
* connect_remote() is now always non-blockingMatt Johnston2015-02-141-1/+1
* Set tcp priority as follows:Matt Johnston2014-07-161-1/+3
* - Fix dbclient with port 0 for server-allocatedMatt Johnston2014-02-181-4/+20
* use oldstyle commentsMatt Johnston2013-11-141-2/+2
* Print the server allocated port when using dbclient -R 0:....Matt Johnston2011-11-051-2/+13
* remove unused variableMatt Johnston2010-07-211-1/+0
* - tcpfwd bindaddr support against trunk. needs merging.Matt Johnston2010-02-271-23/+43
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-52/+32
* Report errors if a remote request failsMatt Johnston2008-11-021-1/+37
* * fix -L forwarding on the client, broke last revMatt Johnston2005-12-061-0/+1
* * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston2005-12-041-1/+16
* * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston2005-10-201-4/+2
* - allocate correct buffer size for channel info, rather than sizeof(pointer).Matt Johnston2005-04-241-1/+1
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-11/+11
* Rearrange preprocessor parts so that compilation with various optionsMatt Johnston2004-12-221-2/+11
* - added circular buffering for channelsMatt Johnston2004-08-261-1/+1
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-0/+24
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-4/+5
* Some more sanity-checking of args, and just warn and ignore OpenSSH argsMatt Johnston2004-08-121-0/+6
* TCP forwarding works.Matt Johnston2004-08-121-3/+127
* - A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston2004-08-111-4/+8
* just checkpointingMatt Johnston2004-08-101-0/+34