aboutsummaryrefslogtreecommitdiff
path: root/libssh/channels.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-26more priv.h splittingAris Adamantiadis1-0/+1
2009-09-26Fixed doxygen compilation warningsAris Adamantiadis1-3/+3
2009-09-26More include file splittingAris Adamantiadis1-0/+1
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-1/+6
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis1-2/+2
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-25/+25
2009-09-14Add warning in channel_open_forward documentationAris Adamantiadis1-0/+3
2009-09-10Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok1-0/+51
2009-08-16Build channel_accept() on Windows too.Andreas Schneider1-2/+0
2009-08-16Fix return code from packet_wait in channel_requestVic Lee1-1/+1
2009-08-16Fix channel_accept_x11 on Windows.Andreas Schneider1-3/+11
2009-08-16Add forward listening featureVic Lee1-12/+189
2009-08-16Fix channel_get_exit_status bug reported by VicLeeAris Adamantiadis1-1/+3
2009-08-11Fix compilation with MSVC and use declspec to export functions.Andreas Schneider1-0/+2
2009-08-09Fixed channel_poll broken when delayed EOF recvdAris Adamantiadis1-0/+3
2009-08-07Fix buffer overflow in generate_cookie()milo1-4/+4
2009-08-06Fix possible memory corruption (#14)milo1-5/+5
2009-07-31Fixed libssh compilation without server support.Andreas Schneider1-2/+1
2009-07-31Add x11 forwarding support for ssh clientVic Lee1-0/+118
2009-07-30Fix build with MSVC.Andreas Schneider1-2/+1
2009-07-29Move channel_write_stderr to server.c.Andreas Schneider1-18/+1
2009-07-29Fix indent.Andreas Schneider1-2/+2
2009-07-29Add channel_write_stderr prototype to the right header file.Andreas Schneider1-1/+2
2009-07-29Fleshed out server interfacePreston A. Elder1-15/+43
2009-07-27Fix SSH1 compilation.Andreas Schneider1-6/+6
2009-07-25Switch completly to stdint types.Andreas Schneider1-21/+21
2009-07-25Fix conflicting declarations of ssh_session and ssh_kbdint.Andreas Schneider1-1/+1
2009-07-24Missed something in channel_select for CHANNELAris Adamantiadis1-1/+1
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-57/+57
2009-07-24Changed all occurences of BUFFER * to ssh_bufferAris Adamantiadis1-12/+12
2009-07-24Change all occurences of STRING * to ssh_stringAris Adamantiadis1-11/+11
2009-06-17Begin of asynchronous SSH message parsingAris Adamantiadis1-0/+2
2009-06-17Fixed potential format string attacksAris Adamantiadis1-4/+4
2009-06-10Simply leave the function, this should prevent a segfault.Andreas Schneider1-1/+2
2009-06-10Fix a infinite loop on error.Andreas Schneider1-1/+3
2009-06-09Fix build warnings.Andreas Schneider1-0/+4
2009-05-13Fix some compiler warnings on windows.Andreas Schneider1-5/+6
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-3/+1
2009-05-11Initialize the return value to fix a build warning.Andreas Schneider1-1/+1
2009-05-04Wait for the exit status before returning.Andreas Schneider1-1/+16
2009-05-04Remove line which was accidently commited.Andreas Schneider1-2/+0
2009-05-04Fix a bug in channel_poll().Andreas Schneider1-1/+1
2009-05-04Improve channel_select().Andreas Schneider1-120/+132
2009-05-04Reformat count_ptrs().Andreas Schneider1-6/+7
2009-05-04Remove unused variable.Andreas Schneider1-1/+0
2009-05-04Reformat channel_protocol_select().Andreas Schneider1-42/+52
2009-05-04Improve the docu of channel_get_exit_status().Andreas Schneider1-5/+7
2009-05-04Reformat channel_get_session() and improve docu.Andreas Schneider1-5/+8
2009-05-04Improve channel_poll() and add a SSH_EOF return value.Andreas Schneider1-26/+34
2009-05-04Add a warning.Andreas Schneider1-0/+3