summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix underflow when leave_function() are unbalancedv0-3Aris Adamantiadis2010-01-262-2/+1
* Fixed SSH1 support.Andreas Schneider2009-09-241-2/+2
* Fixed build with mingw.Andreas Schneider2009-09-151-1/+1
* Update ChangeLog.release-0-3-4Andreas Schneider2009-09-151-0/+1
* Fix a possible stack overflow in agent code.Andreas Schneider2009-09-141-4/+1
* Update ChangeLog.Andreas Schneider2009-09-141-2/+4
* Fix the security bug found by Orange LabsAris Adamantiadis2009-09-131-2/+8
* Update ChangeLog.Andreas Schneider2009-09-091-0/+1
* Add a portable ssh_mkdir function for Windows.Andreas Schneider2009-09-094-1/+30
* Add a sftp_tell64() function.Andreas Schneider2009-09-082-1/+16
* Update ChangeLog.Andreas Schneider2009-09-081-0/+2
* Fix the free calls and use the safe free macro.Andreas Schneider2009-09-081-6/+6
* Add missing NULL pointer checks to crypt_set_algorithms_server.Andreas Schneider2009-09-081-4/+5
* Fix an integer overflow in buffer_get_data().Andreas Schneider2009-09-081-2/+7
* Add ChangeLog entries.Andreas Schneider2009-08-261-0/+4
* Increase version number.Andreas Schneider2009-08-263-5/+5
* Fix ssh_write_knownhost() if ~/.ssh doesn't exist.Andreas Schneider2009-08-261-3/+22
* Added ssh_basename() and ssh_dirname().Andreas Schneider2009-08-262-0/+112
* Increase version number and update Changelog.release-0-3-3Andreas Schneider2009-08-184-5/+14
* Fix double free pointer crash in dsa_public_to_stringVic Lee2009-08-161-1/+0
* Fix channel_get_exit_status bug reported by VicLeeAris Adamantiadis2009-08-161-1/+3
* fix ssh_finalize which didn't clear the flagAris Adamantiadis2009-08-131-0/+1
* Fix memory leak introduced by previous bugfixAris Adamantiadis2009-08-121-2/+3
* Fixed channel_poll broken when delayed EOF recvdAris Adamantiadis2009-08-101-0/+3
* Fixed stupid "can't parse known host key" bugAris Adamantiadis2009-08-101-0/+1
* Fix possible memory corruption (#14)milo2009-08-077-24/+24
* Update ChangeLog.release-0-3-2Andreas Schneider2009-08-041-0/+8
* Update version number of the package.Andreas Schneider2009-08-041-1/+1
* Update version numbers.Andreas Schneider2009-08-011-3/+3
* Cleanup the libssh.map file and order it alphabetically.Andreas Schneider2009-07-301-53/+176
* Add gitignore file to branch.Andreas Schneider2009-07-291-0/+6
* Add ssh_init to the map file.Andreas Schneider2009-07-291-1/+1
* ssh_init()Aris Adamantiadis2009-07-294-12/+21
* moved try_publickey_from_file in priv.hAndreas Schneider2009-07-292-4/+3
* Check for OpenSSH and implement sftp_symlink correct.Andreas Schneider2009-07-294-5/+61
* 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-252-0/+85
* Add sftp_symlink function.Andreas Schneider2009-07-252-0/+96
* 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-232-4/+6
* Add compile flags and test for compiler options only if we use gcc.Andreas Schneider2009-07-231-42/+41
* Only add additional warnings if we have a GNU compiler.Andreas Schneider2009-07-231-1/+3
* Make the ssh_userauth_kbdint functions to get the prompts const.Andreas Schneider2009-07-233-7/+8
* Fix sol8 + ss11 compile errors.Andreas Schneider2009-07-232-2/+14
* 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
* Add changelog entries for 0.3.1.Andreas Schneider2009-07-141-0/+9
* Set version to 0.3.1.Andreas Schneider2009-07-143-4/+4