index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cli-tcpfwd.c
Age
Commit message (
Expand
)
Author
2018-02-18
include config.h for options.h. don't need to include options.h when
Matt Johnston
2018-01-26
bind to port as well with -b
Matt Johnston
2018-01-26
cli_bind_address_connect
houseofkodai
2016-11-15
initialize variable and protect against NULL dereferencement
Francois Perrad
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
add static in function definition
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-12-15
A few minor style fixes
Matt Johnston
2015-11-30
Implemented ExitOnForwardFailure option for local and remote forwarding.
Konstantin Tokarev
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
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-02-18
- Fix dbclient with port 0 for server-allocated
Matt Johnston
2013-11-14
use oldstyle comments
Matt Johnston
2011-11-05
Print the server allocated port when using dbclient -R 0:....
Matt Johnston
2010-07-21
remove unused variable
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
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-04-24
- allocate correct buffer size for channel info, rather than sizeof(pointer).
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-26
- added circular buffering for channels
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
Some more sanity-checking of args, and just warn and ignore OpenSSH args
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