aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-23Fixed memory leak in ssh_is_server_known()Aris Adamantiadis1-0/+2
2009-06-23Fixed yet another read-after-free bugAris Adamantiadis1-2/+3
2009-06-21Fixed a use-after-free in match_hashed_host()Aris Adamantiadis1-1/+1
2009-06-21Fix doublefree bug found by CyrilAris Adamantiadis1-10/+20
2009-06-20Fix a memory leak in ssh_message_free().Andreas Schneider1-0/+2
2009-06-20Fixed 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 a possible crash bug.Andreas Schneider1-4/+4
2009-06-09Fix build warnings.Andreas Schneider15-2/+65
2009-06-09Fix cmake on BSD.Andreas Schneider1-3/+3
2009-06-04Make use of poll() and add a poll-emulation for win32.Andreas Schneider4-96/+233
2009-06-01Drop debian directory, new location: git://git.debian.org/collab-maint/libssh...Laurent Bigonville14-201/+0
2009-05-23Fix compilation of SSHv1.Andreas Schneider1-2/+2
2009-05-21Set version to 0.3.0 and set release date.release-0-3-0Andreas Schneider2-3/+3
2009-05-18updated changelog + authorsAris Adamantiadis2-2/+7
2009-05-14Fix the homepage url and the vendor.Andreas Schneider1-2/+1
2009-05-13Add missing vim modeline.Andreas Schneider1-0/+1
2009-05-13Fix some compiler warnings on windows.Andreas Schneider2-7/+8
2009-05-12Fix the vim modeline and place it at the end of the file.Andreas Schneider38-88/+41
2009-05-11Add missing changelog entry.Andreas Schneider1-0/+1
2009-05-11Improve some debug statements.Andreas Schneider1-3/+3
2009-05-11Fix a double free corruption.Andreas Schneider1-2/+2
2009-05-11Remove a wrong NULL check.Andreas Schneider1-4/+0
2009-05-11Don't force the CMAKE_BUILD_TYPE or we can't overwrite it.Andreas Schneider1-1/+0
2009-05-11Initialize the return value to fix a build warning.Andreas Schneider1-1/+1
2009-05-11Document the ssh server bind functions.Andreas Schneider1-1/+74
2009-05-11Update changelog.Andreas Schneider1-0/+1
2009-05-11Added a ssh_bind_set_fd() function.Andreas Schneider2-2/+17
2009-05-11Change variable names of the keys_struct to avoid conflicts.Andreas Schneider3-22/+22
2009-05-07Improve OpenSSL cmake checks.Andreas Schneider3-8/+14
2009-05-07Improve GCrypt cmake checks.Andreas Schneider3-5/+5
2009-05-07Improve the INSTALL file.Andreas Schneider1-9/+15
2009-05-07Fix typos.Andreas Schneider1-1/+1
2009-05-06Add channel_read() changes to changelog.Andreas Schneider1-1/+3
2009-05-05Add more changelog entries for 0.3.Andreas Schneider1-1/+11
2009-05-05Update an format ChangeLog.Andreas Schneider1-76/+95
2009-05-05Remove empty file.Andreas Schneider1-0/+0
2009-05-05Fix compilation on windows.Andreas Schneider1-0/+6
2009-05-05Improve bin_to_base64() and use const for source.Andreas Schneider2-19/+30
2009-05-05Format alphabet table.Andreas Schneider1-3/+5
2009-05-05Fix the macros.Andreas Schneider1-9/+9
2009-05-05Format _bin_to_base64().Andreas Schneider1-22/+24
2009-05-05Improve get_equals().Andreas Schneider1-10/+11
2009-05-05Fix the prototype.Andreas Schneider1-1/+1
2009-05-05Improve _base64_to_bin().Andreas Schneider1-8/+11
2009-05-05Improve to_block4().Andreas Schneider1-20/+31
2009-05-05Improve base64_to_bin().Andreas Schneider2-78/+109
2009-05-05Improve channel_write1().Andreas Schneider1-4/+2
2009-05-05Improve channel_request_exec1().Andreas Schneider1-5/+2