summaryrefslogtreecommitdiffstats
path: root/libssh/channels.c
Commit message (Expand)AuthorAgeFilesLines
* Made packet_wait issue warningsAris Adamantiadis2009-12-131-13/+2
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-291-5/+5
* Squashed commit of the following:Aris Adamantiadis2009-11-271-149/+159
* Fix another memleakAris Adamantiadis2009-11-181-1/+1
* Fixed possible doulbe free problem found by Bernhard R. Link.Andreas Schneider2009-11-181-0/+4
* Fixed a memory leak in channel_new() if we have an error.Andreas Schneider2009-11-181-0/+1
* channel_read() won't block until count b. are readAris Adamantiadis2009-11-051-4/+6
* more priv.h splittingAris Adamantiadis2009-09-261-0/+1
* Fixed doxygen compilation warningsAris Adamantiadis2009-09-261-3/+3
* More include file splittingAris Adamantiadis2009-09-261-0/+1
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-1/+6
* Get rid of SSH_MESSAGEAris Adamantiadis2009-09-231-2/+2
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-25/+25
* Add warning in channel_open_forward documentationAris Adamantiadis2009-09-141-0/+3
* Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok2009-09-101-0/+51
* Build channel_accept() on Windows too.Andreas Schneider2009-08-161-2/+0
* Fix return code from packet_wait in channel_requestVic Lee2009-08-161-1/+1
* Fix channel_accept_x11 on Windows.Andreas Schneider2009-08-161-3/+11
* Add forward listening featureVic Lee2009-08-161-12/+189
* Fix channel_get_exit_status bug reported by VicLeeAris Adamantiadis2009-08-161-1/+3
* Fix compilation with MSVC and use declspec to export functions.Andreas Schneider2009-08-111-0/+2
* Fixed channel_poll broken when delayed EOF recvdAris Adamantiadis2009-08-091-0/+3
* Fix buffer overflow in generate_cookie()milo2009-08-071-4/+4
* Fix possible memory corruption (#14)milo2009-08-061-5/+5
* Fixed libssh compilation without server support.Andreas Schneider2009-07-311-2/+1
* Add x11 forwarding support for ssh clientVic Lee2009-07-311-0/+118
* Fix build with MSVC.Andreas Schneider2009-07-301-2/+1
* Move channel_write_stderr to server.c.Andreas Schneider2009-07-291-18/+1
* Fix indent.Andreas Schneider2009-07-291-2/+2
* Add channel_write_stderr prototype to the right header file.Andreas Schneider2009-07-291-1/+2
* Fleshed out server interfacePreston A. Elder2009-07-291-15/+43
* Fix SSH1 compilation.Andreas Schneider2009-07-271-6/+6
* Switch completly to stdint types.Andreas Schneider2009-07-251-21/+21
* Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider2009-07-251-1/+1
* Missed something in channel_select for CHANNELAris Adamantiadis2009-07-241-1/+1
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-241-57/+57
* Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis2009-07-241-12/+12
* Change all occurences of STRING * to ssh_stringAris Adamantiadis2009-07-241-11/+11
* Begin of asynchronous SSH message parsingAris Adamantiadis2009-06-171-0/+2
* Fixed potential format string attacksAris Adamantiadis2009-06-171-4/+4
* Simply leave the function, this should prevent a segfault.Andreas Schneider2009-06-101-1/+2
* Fix a infinite loop on error.Andreas Schneider2009-06-101-1/+3
* Fix build warnings.Andreas Schneider2009-06-091-0/+4
* Fix some compiler warnings on windows.Andreas Schneider2009-05-131-5/+6
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-3/+1
* Initialize the return value to fix a build warning.Andreas Schneider2009-05-111-1/+1
* Wait for the exit status before returning.Andreas Schneider2009-05-041-1/+16
* Remove line which was accidently commited.Andreas Schneider2009-05-041-2/+0
* Fix a bug in channel_poll().Andreas Schneider2009-05-041-1/+1
* Improve channel_select().Andreas Schneider2009-05-041-120/+132