summaryrefslogtreecommitdiffhomepage
path: root/tcp-accept.c
AgeCommit message (Expand)Author
2012-05-09Server shouldn't return "localhost" in response to -R forward connectionsMatt Johnston
2011-11-06Fix crash with -R forwardingMatt Johnston
2011-04-07Clean up leaked FD if getnameinfo fails. From KlocworkMatt Johnston
2010-02-24- Progress for allowing specifying a listenaddr for tcp forwardsMatt Johnston
2007-02-16Fix for -pedantic -ansi compilation, change // to /**/, plus some signednessMatt Johnston
2006-11-02Fix memory leak found by KlocworkMatt Johnston
2006-03-08Stomp on some minor warningsMatt 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-01-02Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston
2004-08-14License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston
2004-08-12Oops, forgot to call the actual code.Matt 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