index
:
dropbear
bindtodevice
master
Smallish SSH server and client
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
channel.h
Age
Commit message (
Expand
)
Author
2016-05-04
Convert #ifdef to #if, other build changes
Matt Johnston
2016-03-16
fix empty C prototypes
Francois Perrad
2015-05-05
Turn start_send_channel_request()'s type argument into char *
Gaƫl PORTAY
2015-03-20
Make main socket nonblocking. Limit writequeue size.
Matt Johnston
2015-02-28
merge from default
Matt Johnston
2015-02-24
Some minor typo fixes, found by codespell.
Thorsten Horstmann
2015-02-24
DROPBEAR_ prefix for include guards to avoid collisions
Thorsten Horstmann
2015-02-18
async connections working
Matt Johnston
2014-08-19
Make keepalive handling more robust, this should now match what OpenSSH does
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-03-23
Add ~. and ~^Z handling to exit/suspend dbclient
Matt Johnston
2013-03-19
Fix memory leak when direct TCP connections time out on connection.
Matt Johnston
2011-12-04
- Make sure we don't use channel-specific data after it has been freed
Matt Johnston
2009-07-01
Make it compile, update for changes in channel structure.
Matt Johnston
2007-07-24
Rearrange the channel buffer sizes into three neat use-editable values in
Matt Johnston
2007-02-09
Improve behaviour when flushing out after a process has exited.
Matt Johnston
2006-10-01
just shuffle some variables names about, a brief comment
Matt Johnston
2005-10-20
* rename infd/outfd to writefd/readfd, to avoid confusion
Matt Johnston
2005-09-05
* ensure that we only handle open confirmation/failure
Matt Johnston
2005-09-05
common session initialiser doesn't need to call
Matt Johnston
2005-07-29
channel.h: make definition extern
Matt Johnston
2005-03-13
* fix longstanding bug with connections being closed on failure to
Matt Johnston
2004-12-22
Rearrange preprocessor parts so that compilation with various options
Matt Johnston
2004-12-20
Cleaning out various dead wood found with -dead_strip
Matt Johnston
2004-09-14
0.44test4 probably
Matt Johnston
2004-08-26
- added circular buffering for channels
Matt Johnston
2004-08-24
Nasty.
Matt Johnston
2004-08-12
Merging in the changes from 0.41-0.43 main Dropbear tree
Matt Johnston
2004-06-03
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
Matt Johnston
2004-06-03
- Reworked non-channel fd handling to listener.c
Matt Johnston
2004-06-02
Chantype handling is sorted
Matt Johnston
2004-06-01
Makefile.in contains updated files required
Matt Johnston