aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-17doc: Small update to auth.c documentation.Oliver Stöneberg1-4/+8
2011-05-15channel: Improve the request signal documentation.Andreas Schneider1-1/+17
2011-05-02Updated privatekey_from_file() to use BIO* as well [Oliver Stöneberg]Oliver Stöneberg1-10/+28
2011-05-02Use BIO* in _privatekey_from_file [Oliver Stöneberg]Oliver Stöneberg1-12/+25
2011-05-02Delay the check for kbdint->answers in kbdint_send()milo1-3/+2
2011-05-02Fix segfault when ssh_userauth_kbdint_setanswer() has not been calledmilo1-0/+5
2011-05-02[socket] fix a segfault at disconnectmilo1-4/+15
2011-05-02[messages] don't queue messages if callback presentmilo1-5/+34
2011-05-02[poll] avoid infinite loop in ssh_poll_ctx_free()milo1-2/+7
2011-05-02[channels] Added ssh_channel_window_size() and avoided reentrancy in channel_...milo1-8/+9
2011-05-01keyfiles: Fixed the build.Andreas Schneider1-0/+2
2011-05-01init: Some initialization fixes.Oliver Stöneberg4-19/+29
2011-05-01socket: Fixed poll input event.Oliver Stöneberg1-1/+1
2011-04-15poll: Fix poll input events.Andreas Schneider3-3/+4
2011-04-15Fix assertion with Visual Studio because of %zu.Andreas Schneider4-6/+6
2011-04-14scp: Fix potential infinite loop in ssh_scp_closeMark Riordan1-1/+1
2011-04-14Fixed missing CRYPTO_cleanup_all_ex_data() in ssh_finalizeAris Adamantiadis1-1/+5
2011-04-14wrapper: Fixed a possible NULL pointer dereference.Andreas Schneider1-1/+5
2011-04-14server: Fixed a possible NULL pointer dereference.Andreas Schneider1-1/+4
2011-04-11build: Fixed some VS2010 problems.Oliver Stöneberg4-6/+6
2011-04-11keys: Fixed issues reported by cppcheck.Oliver Stöneberg2-15/+17
2011-04-08sftp: Fixed double-free in sftp_unlink().Mark Riordan1-1/+3
2011-03-28Fixed doc of ssh_userauth_list()Aris Adamantiadis1-1/+1
2011-03-28Change session state after receiving a DisconnectAris Adamantiadis1-0/+1
2011-03-23Fix the ssh_message_retrieve problem by anihilationAris Adamantiadis1-0/+9
2011-03-23Implement ssh_blocking_flush()Aris Adamantiadis2-0/+37
2011-03-09doc: Improve the doc of ssh_bind_set_callbacks.Andreas Schneider1-19/+0
2011-03-01messages: Added missing config.h include.Andreas Schneider1-0/+2
2011-02-23legacy: Added missing channel_write_stderr.Andreas Schneider1-0/+5
2011-02-23legacy: Fixed the symbol export.Andreas Schneider1-1/+3
2011-02-19Reverse commit 076dfb82 for the server sidemilo1-0/+2
2011-02-19channel: Fixed uninitialized use of session.Andreas Schneider1-2/+2