index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
svr-x11fwd.c
Age
Commit message (
Expand
)
Author
2018-11-14
Split ChanType closehandler() and cleanup() so that dbclient doesn't
Matt Johnston
2017-08-19
Pointer parameter could be declared as pointing to const (callback)
Francois Perrad
2017-08-19
Pointer parameter could be declared as pointing to const
Francois Perrad
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-15
m_close() rather than close()
Matt Johnston
2016-03-10
merge github master
Matt Johnston
2016-03-09
Validate xauth input
Matt Johnston
2016-01-05
Fix print format specifier
Chocobo1
2015-06-04
buf_getstring and buf_putstring now use non-unsigned char*
Matt Johnston
2015-05-05
Expect len to be a type of socklen_t [-Werror=pointer-sign]
Gaël PORTAY
2015-05-05
Fix pointer differ in signess warnings [-Werror=pointer-sign]
Gaël PORTAY
2015-02-24
Fix for old compilers, variable declarations at beginning of functions
Thorsten Horstmann
2014-07-16
Set tcp priority as follows:
Matt Johnston
2013-03-23
Fix a few compile warnings
Matt Johnston
2011-12-04
- Fix some format strings in TRACE()s
Matt Johnston
2011-02-23
Improve capitalisation for all logged strings
Matt Johnston
2008-09-08
* Patch from Frédéric Moulins adding options to authorized_keys.
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-08-27
merge of 50be59810e462f9f44f55e421227d6aa0b31982b
Matt Johnston
2004-08-18
Don't try to remove non-eixtant listeners
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-08-10
just checkpointing
Matt Johnston
2004-06-03
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
Matt Johnston
2004-06-03
merge of a585c2284e9ad17bfe6c6fd8f18b1c5042b2df47
Matt Johnston
2004-06-03
- renaming x11fwd.c to svr-x11fwd.c, to testing monotone
Matt Johnston