summaryrefslogtreecommitdiff
path: root/tcp-accept.c
Commit message (Expand)AuthorAgeFilesLines
* Leave non-interactive at default QoS classMatt Johnston2022-01-271-7/+0
* FIx remote forward listenersMatt Johnston2018-09-071-2/+6
* Pointer parameter could be declared as pointing to const (callback)Francois Perrad2017-08-191-2/+2
* rename hidden variableFrancois Perrad2016-11-191-4/+4
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-1/+1
* Fix print format specifierChocobo12016-01-051-1/+1
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-2/+2
* Turn addr local variable into char *Ga?l PORTAY2015-05-021-2/+2
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-1/+1
* Set tcp priority as follows:Matt Johnston2014-07-161-0/+8
* Server shouldn't return "localhost" in response to -R forward connectionsMatt Johnston2012-05-091-1/+2
* Fix crash with -R forwardingMatt Johnston2011-11-061-0/+3
* Clean up leaked FD if getnameinfo fails. From KlocworkMatt Johnston2011-04-071-0/+1
* - Progress for allowing specifying a listenaddr for tcp forwardsMatt Johnston2010-02-241-9/+1
* Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston2007-02-161-1/+1
* Fix memory leak found by KlocworkMatt Johnston2006-11-021-2/+3
* Stomp on some minor warningsMatt Johnston2006-03-081-1/+1
* * fix -L forwarding on the client, broke last revMatt Johnston2005-12-061-8/+21
* * add -g (dbclient) and -a (dropbear) options for allowing non-localMatt Johnston2005-12-041-7/+17
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-4/+4
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-0/+24
* Oops, forgot to call the actual code.Matt Johnston2004-08-121-3/+2
* TCP forwarding works.Matt Johnston2004-08-121-2/+2
* - A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston2004-08-111-17/+26
* just checkpointingMatt Johnston2004-08-101-0/+88