summaryrefslogtreecommitdiff
path: root/cli-tcpfwd.c
Commit message (Expand)AuthorAgeFilesLines
* Print the server allocated port when using dbclient -R 0:....Matt Johnston2011-11-051-2/+13
* remove unused variableMatt Johnston2010-07-211-1/+0
* - tcpfwd bindaddr support against trunk. needs merging.Matt Johnston2010-02-271-23/+43
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-52/+32
* Report errors if a remote request failsMatt Johnston2008-11-021-1/+37
* * 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-1/+16
* * rename infd/outfd to writefd/readfd, to avoid confusionMatt Johnston2005-10-201-4/+2
* - allocate correct buffer size for channel info, rather than sizeof(pointer).Matt Johnston2005-04-241-1/+1
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-11/+11
* Rearrange preprocessor parts so that compilation with various optionsMatt Johnston2004-12-221-2/+11
* - added circular buffering for channelsMatt Johnston2004-08-261-1/+1
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-0/+24
* Merging in the changes from 0.41-0.43 main Dropbear treeMatt Johnston2004-08-121-4/+5
* Some more sanity-checking of args, and just warn and ignore OpenSSH argsMatt Johnston2004-08-121-0/+6
* TCP forwarding works.Matt Johnston2004-08-121-3/+127
* - A nice cleaner structure for tcp (acceptor) forwarding.Matt Johnston2004-08-111-4/+8
* just checkpointingMatt Johnston2004-08-101-0/+34