summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/nchan.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* channel layer support for ssh2markus2000-04-031-70/+309
|
* sync w/ channels.cmarkus2000-03-281-5/+1
|
* replace big switch() with function tables (prepare for ssh2)markus2000-03-281-3/+2
|
* handle OCLOSE for CHAN_INPUT_WAIT_DRAIN, i.e. do not drain buffer ifmarkus2000-01-101-12/+18
| | | | peer is not going to read the data.
* use error() for internal errorsmarkus1999-12-021-10/+10
|
* it's not an error() if shutdown_write failes in nchan.markus1999-11-241-2/+3
|
* missing copyrightmarkus1999-11-241-1/+30
|
* KNF part 1markus1999-11-231-52/+67
|
* remove buggy 'x11-fix'markus1999-10-251-14/+1
|
* typo in debug messages (input vs. ouput)markus1999-10-251-7/+7
|
* re-implement the proto-1.5 channel close protocol, see nchan.ms.markus1999-10-171-66/+165
|
* add CVS tags, fix comments and whitespacemarkus1999-10-161-4/+7
|
* support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.markus1999-10-161-0/+98
interops (x11,agent,etc) with 1.2.27 and protocol 1.3