summaryrefslogtreecommitdiffhomepage
path: root/svr-tcpfwd.c
AgeCommit message (Expand)Author
2021-03-18Use MAX_HOST_LEN for TCP forwarding requests (#121)ValdikSS
2020-12-10Use buf_eatstring insteadMatt Johnston
2020-12-10Fix handling of replies to global requests (#112)Dirkjan Bussink
2020-12-06fuzz: work around fuzz_connect_remote() limitationsMatt Johnston
2019-01-07add missing initializer (#71)François Perrad
2018-11-14Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston
2018-09-07FIx remote forward listenersMatt Johnston
2018-02-26avoid warning about portMatt Johnston
2018-02-26don't log server listen portsMatt Johnston
2018-02-16fix indentationFrancois Perrad
2018-02-16options: Complete the transition to numeric toggles (`#if')Michael Witten
2018-01-26bind to port as well with -bMatt Johnston
2018-01-26cli_bind_address_connecthouseofkodai
2018-01-25Server chosen tcpfwd ports (#43)houseofkodai
2017-08-19Pointer parameter could be declared as pointing to const (callback)Francois Perrad
2017-05-18merge 2017.75Matt Johnston
2017-05-16listenaddr must be mallocedMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-16fix empty C prototypesFrancois 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-06-04buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston
2015-05-05Turn many local variables into char *Gaël PORTAY
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-07-08Send a failure response if a client receives a global requestMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2012-05-09Server shouldn't return "localhost" in response to -R forward connectionsMatt Johnston
2012-05-09- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWDMatt Johnston
2011-04-07Fix crash when remote forwarding was requestedMatt Johnston
2011-04-07Fix leak found by KlocworkMatt Johnston
2010-02-24- Progress for allowing specifying a listenaddr for tcp forwardsMatt Johnston
2008-09-08* Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston
2006-07-07Fixes from Erik Hovland:Matt Johnston
2006-01-15 * svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLENMatt 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-03-13* fix longstanding bug with connections being closed on failure toMatt 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-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-12TCP forwarding works.Matt Johnston
2004-08-11- A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston
2004-08-10just checkpointingMatt Johnston