summaryrefslogtreecommitdiff
path: root/svr-tcpfwd.c
Commit message (Expand)AuthorAgeFilesLines
* Leave non-interactive at default QoS classMatt Johnston2022-01-271-5/+4
* Replace ChanType.sepfds with Channel.bidir_fdMatt Johnston2021-10-111-2/+0
* Use MAX_HOST_LEN for TCP forwarding requests (#121)ValdikSS2021-03-181-2/+2
* Use buf_eatstring insteadMatt Johnston2020-12-101-3/+1
* Fix handling of replies to global requests (#112)Dirkjan Bussink2020-12-101-1/+10
* fuzz: work around fuzz_connect_remote() limitationsMatt Johnston2020-12-061-2/+2
* add missing initializer (#71)Fran?ois Perrad2019-01-071-0/+1
* Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston2018-11-141-1/+2
* FIx remote forward listenersMatt Johnston2018-09-071-2/+3
* avoid warning about portMatt Johnston2018-02-261-1/+1
* don't log server listen portsMatt Johnston2018-02-261-4/+1
* fix indentationFrancois Perrad2018-01-251-1/+1
* options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-1/+1
* bind to port as well with -bMatt Johnston2018-01-261-1/+1
* cli_bind_address_connecthouseofkodai2017-05-011-1/+1
* Server chosen tcpfwd ports (#43)houseofkodai2018-01-251-15/+30
* Pointer parameter could be declared as pointing to const (callback)Francois Perrad2017-08-191-1/+1
* merge 2017.75Matt Johnston2017-05-181-1/+1
|\
| * listenaddr must be mallocedMatt Johnston2017-05-161-1/+1
* | Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-6/+6
|/
* fix empty C prototypesFrancois Perrad2016-01-011-2/+2
* Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...Matt Johnston2016-03-151-1/+1
|\
| * more hard tabFrancois Perrad2016-01-011-1/+1
* | Fix print format specifierChocobo12016-01-051-1/+1
|/
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-5/+5
* Turn many local variables into char *Ga?l PORTAY2015-05-021-10/+10
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-1/+1
* 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/+5
* Send a failure response if a client receives a global requestMatt Johnston2014-07-081-18/+0
* use oldstyle commentsMatt Johnston2013-11-141-1/+1
* Server shouldn't return "localhost" in response to -R forward connectionsMatt Johnston2012-05-091-7/+10
* - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWDMatt Johnston2012-05-091-21/+33
* Fix crash when remote forwarding was requestedMatt Johnston2011-04-071-2/+1
* Fix leak found by KlocworkMatt Johnston2011-04-071-5/+3
* - Progress for allowing specifying a listenaddr for tcp forwardsMatt Johnston2010-02-241-1/+10
* * Patch from Frédéric Moulins adding options to authorized_keys.Matt Johnston2008-09-081-2/+3
* Fixes from Erik Hovland:Matt Johnston2006-07-071-1/+1
* * svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLENMatt Johnston2006-01-151-1/+1
* * 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-12/+12
* * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston2005-10-201-4/+2
* * fix longstanding bug with connections being closed on failure toMatt Johnston2005-03-131-1/+1
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-19/+19
* Rearrange preprocessor parts so that compilation with various optionsMatt Johnston2004-12-221-1/+1
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-0/+25
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-4/+5
* TCP forwarding works.Matt Johnston2004-08-121-3/+69