aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-15SSH1: handle exit-status message (channels would not close)Aris Adamantiadis2-1/+14
2011-09-15channels: don't send SSH2 packets on SSH1 !Aris Adamantiadis1-0/+7
2011-09-02SSH1: fix buildAris Adamantiadis2-11/+14
2011-09-02channels: replaced bugged lists with ssh_listAris Adamantiadis5-46/+58
2011-09-02poll: resolve use-after-free + inconsistent callbacks callAris Adamantiadis1-18/+3
2011-09-02Channels: increase window size x10Aris Adamantiadis1-1/+1
2011-09-02channels: Fix bug #52.Andreas Schneider1-4/+15
2011-09-02scp: Fixed documentation bug #9Aris Adamantiadis1-2/+6
2011-08-29channels: Fix possible infinite loop in channel_read().rofl0r1-1/+5
2011-08-29sftp: Handle short reads of sftp_async_read().Jonas Jonsson1-3/+2
2011-08-27auth: Handle request service timeout in blocking mode.Andreas Schneider1-2/+7
2011-08-22auth: Fix ssh_auth_list() documentation.Andreas Schneider1-1/+1
2011-08-10channels: Fix incorrect return values in ssh_channel_write().Andreas Schneider1-3/+12
2011-08-10session: Fix an infinite loop in the termination callback.rofl0r1-17/+11
2011-08-09channels: Handle SSH_AGAIN in channel_open().Andreas Schneider2-12/+9
2011-08-09Fix "status -5 inflating zlib packet"Mark Riordan1-1/+1
2011-08-08Fixed ssh_scp_write so it works when doing recursive copyEinar Floystad Dorum1-11/+19
2011-08-07client: Fix another source of endless wait.rofl0r2-13/+15
2011-08-07channels: Fix an endless loop in case of a channel_open error.rofl0r1-0/+4
2011-08-07session: Fix timeout handling.rofl0r7-59/+88
2011-08-07channels: Fix checking for fatal errors.rofl0r3-19/+31
2011-08-07channels: Fix ssh_channel_from_local()rofl0r1-14/+15
2011-08-07misc: Fix ssh_timeout_update().rofl0r1-5/+5
2011-08-03channels: Set the max packet size to 32768.Andreas Schneider1-3/+23
2011-07-13Workaround ssh_get_user_home_dir on LDAP usersAris Adamantiadis1-1/+2
2011-06-11packet: Don't (de)compress empty buffers.Andreas Schneider1-2/+6
2011-06-09Fix compilation without server and sftp modesAris Adamantiadis1-0/+20
2011-06-06build: Check for ntohll().Andreas Schneider1-2/+4
2011-06-06string: Added missing include.Andreas Schneider1-0/+1
2011-06-06string: Added missing errno.Andreas Schneider1-2/+3
2011-06-06Check for NULL pointers in string.cmilo1-3/+14
2011-06-01cmake: Fix static .lib overwriting on Windows.Andreas Schneider2-4/+28
2011-05-28session: Fix return code of ssh_blocking_flush().Andreas Schneider1-2/+2
2011-05-27Forgot a cast to remove warningsAris Adamantiadis1-2/+2
2011-05-27Fix bug #5, channel_read_nonblocking that blocksAris Adamantiadis1-1/+1
2011-05-27Fix memory leak when compression is usedMark Riordan1-1/+17
2011-05-26sftp: Reset eof on seek operations.Andreas Schneider1-0/+3
2011-05-26misc: Fix compilation on Windows.Andreas Schneider1-4/+5
2011-05-25cmake: Fix detection of clock_gettime.Andreas Schneider1-6/+8
2011-05-25Replace clock_gettime with gettimeofday when missingAris Adamantiadis1-1/+10
2011-05-25Introduced ssh_timeout_elapsed functionsAris Adamantiadis4-16/+122
2011-05-19Revert "Use BIO* in _privatekey_from_file [Oliver Stöneberg]"Andreas Schneider1-0/+4
2011-05-17keyfiles: Move FILE* into HAVE_LIBGCRYPT code.Oliver Stöneberg1-9/+0
2011-05-17keyfiles: Use BIO* in _privatekey_from_file().Oliver Stöneberg1-4/+13
2011-05-17Use BIO* in _privatekey_from_file [Oliver Stöneberg]Oliver Stöneberg1-4/+0
2011-05-17socket: Fixed use-after-free.Oliver Stöneberg1-0/+6
2011-05-17keyfiles: Fixed compilation without defines.Oliver Stöneberg1-0/+4
2011-05-17channel: Fixed potential use-after-free in ssh_channel_get_exit_status().Oliver Stöneberg1-1/+1
2011-05-17connect: Set timeout on connectOliver Stöneberg3-8/+9
2011-05-17poll: Removed WSAPoll() support.Oliver Stöneberg1-43/+0