summaryrefslogtreecommitdiffstats
path: root/include/libssh/channels.h
Commit message (Collapse)AuthorAgeFilesLines
* Add session/channel byte/packet countersAudrius Butkevicius2014-02-121-0/+2
| | | | Signed-off-by: Audrius Butkevicius <audrius.butkevicius@elastichosts.com>
* channel: Make channel_write_common() static.Andreas Schneider2013-08-131-2/+0
|
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
| | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h
* SSH1: handle exit-status message (channels would not close)Aris Adamantiadis2011-09-141-0/+1
|
* Update libssh to ssh_handle_packets_terminationAris Adamantiadis2011-09-021-0/+1
| | | | | | | | | | | cherry-picked from 0cb5248 Should resolve all timeout problems Conflicts: src/auth.c src/channels.c
* Channels: fix the "server specified invalid channel" bugAris Adamantiadis2011-09-021-0/+9
| | | | Resolved by introducing a flag entry in channel structure.
* channels: replaced bugged lists with ssh_listAris Adamantiadis2011-09-021-2/+0
| | | | | | | cherry-picked from 0aef5f Conflicts: src/session.c
* SSH1: fix buildAris Adamantiadis2011-09-021-1/+1
|
* channels: made all channel requests nonblockingAris Adamantiadis2011-09-021-1/+1
|
* Moved declarations from auth.h to various headersAris Adamantiadis2010-10-301-0/+16
|
* Add new callbacks in session and channelsmilo2010-10-021-0/+1
|
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-1/+1
|
* Correctly handle channel failures and chan statesAris Adamantiadis2010-01-241-1/+8
|
* Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis2010-01-241-0/+4
|
* Add support for async global requestsAris Adamantiadis2010-01-061-0/+2
| | | | | Normally the infamous packet_wait() synchronous call is gone in all SSH2 client code.
* Removed channel_handle now unused functionAris Adamantiadis2010-01-031-1/+0
|
* Some work for async channel requestsAris Adamantiadis2010-01-031-0/+20
|
* Made channel_open_session partially asynchronousAris Adamantiadis2009-12-271-0/+3
|
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+58