index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-tcpfwd.c
Age
Commit message (
Expand
)
Author
2021-03-18
Use MAX_HOST_LEN for TCP forwarding requests (#121)
ValdikSS
2020-12-10
Use buf_eatstring instead
Matt Johnston
2020-12-10
Fix handling of replies to global requests (#112)
Dirkjan Bussink
2020-12-06
fuzz: work around fuzz_connect_remote() limitations
Matt Johnston
2019-01-07
add missing initializer (#71)
François Perrad
2018-11-14
Split ChanType closehandler() and cleanup() so that dbclient doesn't
Matt Johnston
2018-09-07
FIx remote forward listeners
Matt Johnston
2018-02-26
avoid warning about port
Matt Johnston
2018-02-26
don't log server listen ports
Matt Johnston
2018-02-16
fix indentation
Francois Perrad
2018-02-16
options: Complete the transition to numeric toggles (`#if')
Michael Witten
2018-01-26
bind to port as well with -b
Matt Johnston
2018-01-26
cli_bind_address_connect
houseofkodai
2018-01-25
Server chosen tcpfwd ports (#43)
houseofkodai
2017-08-19
Pointer parameter could be declared as pointing to const (callback)
Francois Perrad
2017-05-18
merge 2017.75
Matt Johnston
2017-05-16
listenaddr must be malloced
Matt Johnston
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2016-03-15
Merge branch '20151231_indent' of https://github.com/fperrad/dropbear into fp...
Matt Johnston
2016-01-05
Fix print format specifier
Chocobo1
2016-01-01
more hard tab
Francois Perrad
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Turn many local variables into char *
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2015-02-20
Move generic network routines to netio.c
Matt Johnston
2015-02-18
async connections working
Matt Johnston
2015-02-14
connect_remote() is now always non-blocking
Matt Johnston
2014-07-16
Set tcp priority as follows:
Matt Johnston
2014-07-08
Send a failure response if a client receives a global request
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2012-05-09
Server shouldn't return "localhost" in response to -R forward connections
Matt Johnston
2012-05-09
- Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
Matt Johnston
2011-04-07
Fix crash when remote forwarding was requested
Matt Johnston
2011-04-07
Fix leak found by Klocwork
Matt Johnston
2010-02-24
- Progress for allowing specifying a listenaddr for tcp forwards
Matt Johnston
2008-09-08
* Patch from Frédéric Moulins adding options to authorized_keys.
Matt Johnston
2006-07-07
Fixes from Erik Hovland:
Matt Johnston
2006-01-15
* svr-tcpfwd.c: should be MAX_NAME_LEN not MAXNAMLEN
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
2005-10-20
* rename infd/outfd to writefd/readfd, to avoid confusion
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2005-01-02
Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Matt Johnston
2004-12-22
Rearrange preprocessor parts so that compilation with various options
Matt Johnston
2004-08-14
License boilerplate etc, add Mihnea as an author to some of the files
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-08-12
TCP forwarding works.
Matt Johnston
2004-08-11
- A nice cleaner structure for tcp (acceptor) forwarding.
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston