aboutsummaryrefslogtreecommitdiff
path: root/libssh/channels1.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-1/+5
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-9/+9
2009-08-29Fix "void * ptr used in pointer arithmetic" warngAris Adamantiadis1-3/+3
2009-07-29Fleshed out server interfacePreston A. Elder1-0/+5
2009-07-27Fix SSH1 compilation.Andreas Schneider1-2/+2
2009-07-25Switch completly to stdint types.Andreas Schneider1-1/+1
2009-07-24Changes all CHANNEL * to ssh_channelAris Adamantiadis1-8/+8
2009-07-24You always forget SSH1 ...Aris Adamantiadis1-3/+3
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider1-2/+1
2009-05-05Improve channel_write1().Andreas Schneider1-4/+2
2009-05-05Improve channel_request_exec1().Andreas Schneider1-5/+2
2009-05-05Improve channel_change_pty_size1().Andreas Schneider1-14/+6
2009-05-05Improve channel_request_pty_size1().Andreas Schneider1-25/+10
2009-05-05Format channel_open_session1().Andreas Schneider1-19/+26
2009-04-14Use consistend return values for packet_wait() functions.Andreas Schneider1-1/+1
2009-04-08Fix build error in SSHv1 channel code.Andreas Schneider1-3/+3
2009-04-08Fix header functions and add return value checks.Andreas Schneider1-1/+3
2009-04-08Add return values and error checking to SSHv1 channel functions.Andreas Schneider1-130/+232
2009-04-08Fix SSHv1 channel window problems.Andreas Schneider1-1/+3
2009-03-29Normalize the license in all files and add vim tab instructions.Andreas Schneider1-20/+23
2009-03-11Replace ssh_say with ssh_log.Andreas Schneider1-14/+15
2008-10-29fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis1-4/+4
2008-06-16Big changes :Aris Adamantiadis1-6/+0
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2008-03-07first part of win32 patchesAris Adamantiadis1-2/+1
2005-08-18ssh-1 experimental supportAris Adamantiadis1-0/+225