summaryrefslogtreecommitdiffstats
path: root/libssh/channels1.c
Commit message (Expand)AuthorAgeFilesLines
* Continue removing old flushing codeAris Adamantiadis2010-07-231-5/+5
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-10/+10
* Fixed build warnings on Windows.Andreas Schneider2010-03-251-0/+3
* Correctly handle channel failures and chan statesAris Adamantiadis2010-01-241-2/+2
* Removed last calls to packet_readAris Adamantiadis2010-01-241-19/+21
* Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis2010-01-241-61/+40
* Fixed typos from a* to error.cAris Adamantiadis2010-01-061-3/+3
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-1/+5
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-9/+9
* Fix "void * ptr used in pointer arithmetic" warngAris Adamantiadis2009-08-291-3/+3
* Fleshed out server interfacePreston A. Elder2009-07-291-0/+5
* Fix SSH1 compilation.Andreas Schneider2009-07-271-2/+2
* Switch completly to stdint types.Andreas Schneider2009-07-251-1/+1
* Changes all CHANNEL * to ssh_channelAris Adamantiadis2009-07-241-8/+8
* You always forget SSH1 ...Aris Adamantiadis2009-07-241-3/+3
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-121-2/+1
* Improve channel_write1().Andreas Schneider2009-05-051-4/+2
* Improve channel_request_exec1().Andreas Schneider2009-05-051-5/+2
* Improve channel_change_pty_size1().Andreas Schneider2009-05-051-14/+6
* Improve channel_request_pty_size1().Andreas Schneider2009-05-051-25/+10
* Format channel_open_session1().Andreas Schneider2009-05-051-19/+26
* Use consistend return values for packet_wait() functions.Andreas Schneider2009-04-141-1/+1
* Fix build error in SSHv1 channel code.Andreas Schneider2009-04-081-3/+3
* Fix header functions and add return value checks.Andreas Schneider2009-04-081-1/+3
* Add return values and error checking to SSHv1 channel functions.Andreas Schneider2009-04-081-130/+232
* Fix SSHv1 channel window problems.Andreas Schneider2009-04-081-1/+3
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-20/+23
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-14/+15
* fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis2008-10-291-4/+4
* Big changes :Aris Adamantiadis2008-06-161-6/+0
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* first part of win32 patchesAris Adamantiadis2008-03-071-2/+1
* ssh-1 experimental supportAris Adamantiadis2005-08-181-0/+225