summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
* Fixed stupid "can't parse known host key" bugAris Adamantiadis2009-08-101-0/+1
* Fix possible memory corruption (#14)milo2009-08-077-24/+24
* Cleanup the libssh.map file and order it alphabetically.Andreas Schneider2009-07-301-53/+176
* Add ssh_init to the map file.Andreas Schneider2009-07-291-1/+1
* ssh_init()Aris Adamantiadis2009-07-293-12/+20
* Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2009-07-292-5/+59
* Fix SSH1 compilation.Andreas Schneider2009-07-296-26/+30
* Update map file.Andreas Schneider2009-07-251-0/+1
* Add sftp_readlink function.Andreas Schneider2009-07-251-0/+74
* Add sftp_symlink function.Andreas Schneider2009-07-251-0/+83
* Fix a segfault if a NULL pointer is passed to ssh_disconnect().Andreas Schneider2009-07-231-3/+2
* Don't segfault if the session or the answer is NULL.Andreas Schneider2009-07-231-1/+1
* Fix ssh_write_knownhost() which always returned -1.Andreas Schneider2009-07-231-1/+1
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-231-3/+3
* Fix build on windows, missing include.release-0-3-1Andreas Schneider2009-07-141-0/+2
* Fix doxygen to match SSH_SERVER_FILE_NOT_FOUND fixAris Adamantiadis2009-07-141-1/+4
* Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis2009-07-131-2/+2
* Fixed Could not write as much data as expected msgAris Adamantiadis2009-07-021-1/+1
* Fixed memory leak in ssh_is_server_known()Aris Adamantiadis2009-06-231-0/+2
* Fixed yet another read-after-free bugAris Adamantiadis2009-06-231-2/+3
* Fixed a use-after-free in match_hashed_host()Aris Adamantiadis2009-06-211-1/+1
* Fix doublefree bug found by CyrilAris Adamantiadis2009-06-211-10/+20
* Fix a memory leak in ssh_message_free().Andreas Schneider2009-06-201-0/+2
* Fixed potential format string attacksAris Adamantiadis2009-06-201-4/+4
* Simply leave the function, this should prevent a segfault.Andreas Schneider2009-06-101-1/+2
* Fix a infinite loop on error.Andreas Schneider2009-06-101-1/+3
* Fix a possible crash bug.Andreas Schneider2009-06-091-4/+4
* Fix build warnings.Andreas Schneider2009-06-0915-2/+65
* Make use of poll() and add a poll-emulation for win32.Andreas Schneider2009-06-043-96/+208
* Fix compilation of SSHv1.Andreas Schneider2009-05-231-2/+2
* Add missing vim modeline.Andreas Schneider2009-05-131-0/+1
* Fix some compiler warnings on windows.Andreas Schneider2009-05-132-7/+8
* Fix the vim modeline and place it at the end of the file.Andreas Schneider2009-05-1232-78/+35
* Fix a double free corruption.Andreas Schneider2009-05-111-2/+2
* Remove a wrong NULL check.Andreas Schneider2009-05-111-4/+0
* Initialize the return value to fix a build warning.Andreas Schneider2009-05-111-1/+1
* Added a ssh_bind_set_fd() function.Andreas Schneider2009-05-111-1/+5
* Change variable names of the keys_struct to avoid conflicts.Andreas Schneider2009-05-112-20/+20
* Fix compilation on windows.Andreas Schneider2009-05-051-0/+6
* Improve bin_to_base64() and use const for source.Andreas Schneider2009-05-051-18/+29
* Format alphabet table.Andreas Schneider2009-05-051-3/+5
* Fix the macros.Andreas Schneider2009-05-051-9/+9
* Format _bin_to_base64().Andreas Schneider2009-05-051-22/+24
* Improve get_equals().Andreas Schneider2009-05-051-10/+11
* Fix the prototype.Andreas Schneider2009-05-051-1/+1
* Improve _base64_to_bin().Andreas Schneider2009-05-051-8/+11
* Improve to_block4().Andreas Schneider2009-05-051-20/+31
* Improve base64_to_bin().Andreas Schneider2009-05-051-77/+108
* Improve channel_write1().Andreas Schneider2009-05-051-4/+2
* Improve channel_request_exec1().Andreas Schneider2009-05-051-5/+2