summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a git ignore file.Andreas Schneider2009-06-191-0/+6
* Verify memory return codes in ssh_list functionsAris Adamantiadis2009-06-192-3/+8
* added ssh_message_callback support.Aris Adamantiadis2009-06-185-14/+63
* Created general singlelinked list implementationAris Adamantiadis2009-06-182-0/+115
* Begin of asynchronous SSH message parsingAris Adamantiadis2009-06-174-1/+25
* Fixed potential format string attacksAris Adamantiadis2009-06-171-4/+4
* ssh_message_retrieve + memoryleak fixed in ssh_message_freeAris Adamantiadis2009-06-173-55/+86
* Url change in READMEAris Adamantiadis2009-06-161-1/+1
* ssh_init()Aris Adamantiadis2009-06-154-12/+21
* 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
* Fix cmake on BSD.Andreas Schneider2009-06-091-3/+3
* Make use of poll() and add a poll-emulation for win32.Andreas Schneider2009-06-044-96/+233
* Drop debian directory, new location: git://git.debian.org/collab-maint/libssh...Laurent Bigonville2009-06-0114-201/+0
* Fix compilation of SSHv1.Andreas Schneider2009-05-231-2/+2
* Set version to 0.3.0 and set release date.Andreas Schneider2009-05-212-3/+3
* updated changelog + authorsAris Adamantiadis2009-05-182-2/+7
* Fix the homepage url and the vendor.Andreas Schneider2009-05-141-2/+1
* 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-1238-88/+41
* Add missing changelog entry.Andreas Schneider2009-05-111-0/+1
* Improve some debug statements.Andreas Schneider2009-05-111-3/+3
* Fix a double free corruption.Andreas Schneider2009-05-111-2/+2
* Remove a wrong NULL check.Andreas Schneider2009-05-111-4/+0
* Don't force the CMAKE_BUILD_TYPE or we can't overwrite it.Andreas Schneider2009-05-111-1/+0
* Initialize the return value to fix a build warning.Andreas Schneider2009-05-111-1/+1
* Document the ssh server bind functions.Andreas Schneider2009-05-111-1/+74
* Update changelog.Andreas Schneider2009-05-111-0/+1
* Added a ssh_bind_set_fd() function.Andreas Schneider2009-05-112-2/+17
* Change variable names of the keys_struct to avoid conflicts.Andreas Schneider2009-05-113-22/+22
* Improve OpenSSL cmake checks.Andreas Schneider2009-05-073-8/+14
* Improve GCrypt cmake checks.Andreas Schneider2009-05-073-5/+5
* Improve the INSTALL file.Andreas Schneider2009-05-071-9/+15
* Fix typos.Andreas Schneider2009-05-071-1/+1
* Add channel_read() changes to changelog.Andreas Schneider2009-05-061-1/+3
* Add more changelog entries for 0.3.Andreas Schneider2009-05-051-1/+11
* Update an format ChangeLog.Andreas Schneider2009-05-051-76/+95
* Remove empty file.Andreas Schneider2009-05-051-0/+0
* Fix compilation on windows.Andreas Schneider2009-05-051-0/+6
* Improve bin_to_base64() and use const for source.Andreas Schneider2009-05-052-19/+30
* 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