summaryrefslogtreecommitdiffhomepage
path: root/cli-tcpfwd.c
AgeCommit message (Expand)Author
2020-12-06fuzz: work around fuzz_connect_remote() limitationsMatt Johnston
2018-11-14Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston
2018-09-07FIx remote forward listenersMatt Johnston
2018-02-18include config.h for options.h. don't need to include options.h whenMatt Johnston
2018-01-26bind to port as well with -bMatt Johnston
2018-01-26cli_bind_address_connecthouseofkodai
2016-11-15initialize variable and protect against NULL dereferencementFrancois Perrad
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-16add static in function definitionFrancois Perrad
2016-03-15Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...Matt Johnston
2016-01-05Fix print format specifierChocobo1
2016-01-01more hard tabFrancois Perrad
2015-12-15A few minor style fixesMatt Johnston
2015-11-30Implemented ExitOnForwardFailure option for local and remote forwarding.Konstantin Tokarev
2015-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Fix pointer differ in signess warnings [-Werror=pointer-sign]Gaƫl PORTAY
2015-02-20Move generic network routines to netio.cMatt Johnston
2015-02-18async connections workingMatt Johnston
2015-02-14connect_remote() is now always non-blockingMatt Johnston
2014-07-16Set tcp priority as follows:Matt Johnston
2014-02-18- Fix dbclient with port 0 for server-allocatedMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2011-11-05Print the server allocated port when using dbclient -R 0:....Matt Johnston
2010-07-21remove unused variableMatt Johnston
2010-02-27- tcpfwd bindaddr support against trunk. needs merging.Matt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2008-11-02Report errors if a remote request failsMatt Johnston
2005-12-06 * fix -L forwarding on the client, broke last revMatt Johnston
2005-12-04 * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston
2005-10-20 * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston
2005-04-24- allocate correct buffer size for channel info, rather than sizeof(pointer).Matt Johnston
2005-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-12-22Rearrange preprocessor parts so that compilation with various optionsMatt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston
2004-08-12Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston
2004-08-12Some more sanity-checking of args, and just warn and ignore OpenSSH argsMatt Johnston
2004-08-12TCP forwarding works.Matt Johnston
2004-08-11- A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston
2004-08-10just checkpointingMatt Johnston