summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Enable conditional compiling for IP regex code.Aris Adamantiadis2009-07-133-2/+17
* forgot init.c in copyright updatesAris Adamantiadis2009-07-131-1/+1
* Fixed copyright noticesAris Adamantiadis2009-07-137-7/+8
* typo in sample.cAris Adamantiadis2009-07-131-1/+1
* Reflect the SSH_SERVER_NOT_KNOWN add-on in sampleAris Adamantiadis2009-07-121-0/+4
* Added return code SSH_SERVER_FILE_NOT_FOUNDAris Adamantiadis2009-07-122-2/+3
* Set correct hint when connecting to an IP addressAris Adamantiadis2009-07-123-4/+58
* fix int -> socket_t in SSH_POLLAris Adamantiadis2009-07-042-2/+2
* Temporary move of ssh_poll_* back to priv.hAris Adamantiadis2009-07-042-36/+33
* Move doxygen tags into C filesAris Adamantiadis2009-07-042-123/+115
* Put back the poll declarations into priv.hAris Adamantiadis2009-07-042-7/+9
* Add a generic way to handle sockets asynchronously.Aleksandar Kanchev2009-07-033-8/+389
* Add logging of the sftp flags used to open a fileAris Adamantiadis2009-06-301-1/+1
* Fixed Could not write as much data as expected msgAris Adamantiadis2009-06-301-1/+1
* Fixed make condition in build_make.sh.Aleksandar Kanchev2009-06-251-1/+1
* Fixed memory leak in ssh_is_server_known()Aris Adamantiadis2009-06-221-0/+2
* Fixed yet another read-after-free bugAris Adamantiadis2009-06-211-2/+3
* Fixed a use-after-free in match_hashed_host()Aris Adamantiadis2009-06-211-1/+1
* fix stupid "use unallocated memory" code in sampleAris Adamantiadis2009-06-211-1/+1
* Added a macro to test buffer_struct integrityAris Adamantiadis2009-06-211-9/+50
* Modified the sftp test case so it creates 0700 filAris Adamantiadis2009-06-211-1/+1
* Fix doublefree bug found by CyrilAris Adamantiadis2009-06-211-10/+20
* Remove unneeded printf.Andreas Schneider2009-06-191-1/+0
* 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.release-0-3-0Andreas 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