aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-30cmake: Prepare for release.release-0-5-0Andreas Schneider2-3/+5
2011-05-28session: Fix return code of ssh_blocking_flush().Andreas Schneider1-2/+2
2011-05-27remove "0.5.0 is dev" in the docAris Adamantiadis1-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 Schneider3-14/+16
2011-05-25Replace clock_gettime with gettimeofday when missingAris Adamantiadis1-1/+10
2011-05-25Introduced ssh_timeout_elapsed functionsAris Adamantiadis7-16/+162
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-17tests: Fixed some cppcheck warnings.Oliver Stöneberg2-2/+4
2011-05-17examples: Use the right cleanup functions.Oliver Stöneberg2-6/+9
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_...milo2-8/+10
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-05-01examples: Removed unnecessary \n from ssh_log() calls in samplessh.Oliver Stöneberg1-10/+10
2011-05-01examples: Fixed memory leak in samplessh when using commands.Oliver Stöneberg1-1/+4
2011-04-15poll: Fix poll input events.Andreas Schneider3-3/+4
2011-04-15examples: Fix some memory leaks.Andreas Schneider3-2/+16
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-14examples: Call correct functions on exit.Andreas Schneider2-1/+9
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-08cmake: Fixed a typo.Andreas Schneider1-1/+2
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