index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tcpfwd.h
Age
Commit message (
Expand
)
Author
2018-09-07
FIx remote forward listeners
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2015-05-05
Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *
Gaël PORTAY
2015-05-05
Turn sendaddr, listenaddr and request_listenaddr local variables into char *
Gaël PORTAY
2015-02-24
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann
2014-07-27
- Don't use multichar constants since recent gcc complains
Matt Johnston
2014-07-16
Set tcp priority as follows:
Matt Johnston
2013-11-14
- Some fixes for old compilers like tru64 v4 from Daniel Richard G.
Matt Johnston
2012-05-09
Server shouldn't return "localhost" in response to -R forward connections
Matt Johnston
2010-02-27
- tcpfwd bindaddr support against trunk. needs merging.
Matt Johnston
2009-07-06
New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList
Matt Johnston
2008-11-02
Report errors if a remote request fails
Matt Johnston
2008-09-08
* Patch from Frédéric Moulins adding options to authorized_keys.
Matt Johnston
2005-12-06
* fix -L forwarding on the client, broke last rev
Matt Johnston
2005-12-04
* add -g (dbclient) and -a (dropbear) options for allowing non-local
Matt Johnston
2004-08-26
- added circular buffering for channels
Matt Johnston
2004-08-12
TCP forwarding works.
Matt Johnston
2004-06-03
- Reworked non-channel fd handling to listener.c
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston