summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* exit-status should be -1 when undefinedAris Adamantiadis2009-02-041-3/+3
* adding error status in samplesshAris Adamantiadis2009-02-041-0/+2
* channel_get_exit_status()Aris Adamantiadis2009-02-034-1/+18
* added logging for exit-statusAris Adamantiadis2009-02-032-1/+2
* Fix typo.Andreas Schneider2009-02-031-1/+1
* Update doxygen config file for user documentation.Andreas Schneider2009-02-031-72/+236
* Add a 'make doc' target to create doxygen documentation.Andreas Schneider2009-02-033-0/+1381
* Moved ssh_crypto_init to priv.h file and added a note.Andreas Schneider2009-02-022-3/+4
* Remove deprecated pubkey_get_hash function.Andreas Schneider2009-02-021-6/+0
* Fix build warnings in the crypto wrapper functions.Andreas Schneider2009-02-022-9/+14
* Fix build warnings in socket code.Andreas Schneider2009-02-022-16/+22
* Return count if the write was successful.Andreas Schneider2009-02-021-2/+1
* Fix build warnings in sftp code.Andreas Schneider2009-02-022-26/+43
* Fix the build.Andreas Schneider2009-02-021-1/+1
* Fix build warnings in session code.Andreas Schneider2009-02-022-5/+9
* Fix build warings in the server code.Andreas Schneider2009-02-022-5/+7
* Fix several build warnings.Andreas Schneider2009-02-0210-28/+34
* Fix compiler warnings.Andreas Schneider2009-02-023-5/+5
* Make ssh_connect_ai_timeout static.Andreas Schneider2009-02-021-2/+2
* Use unsigned values for length in buffer functions.Andreas Schneider2009-02-023-8/+8
* Fix build warnings in channel code.Andreas Schneider2009-02-022-15/+21
* The string_len function should return unsigned int.Andreas Schneider2009-02-022-2/+2
* Fix compiler warning in client.c.Andreas Schneider2009-02-022-2/+2
* Make ssh_analyze_banner static as it is only used in this file.Andreas Schneider2009-02-021-1/+1
* Fix compiler warnings in buffer implementation.Andreas Schneider2009-02-023-11/+11
* Fix build warnings of the auth code.Andreas Schneider2009-02-022-4/+4
* Make the build_make shell script executable.Andreas Schneider2009-02-021-0/+0
* Add Makefiles for the CMake build system.Andreas Schneider2009-02-0222-0/+1258
* Add missing agent files.Andreas Schneider2009-02-022-0/+363
* Cleanup the define check in the libssh header file.Andreas Schneider2009-02-021-8/+7
* Start with ssh agent implementation.Andreas Schneider2009-02-026-1/+89
* Add extern C declatrion to server header file.Andreas Schneider2009-01-081-1/+9
* Add a more generic auth callback function.Andreas Schneider2008-12-296-54/+116
* Change version numbers to 0.3.Andreas Schneider2008-12-225-6/+6
* Add doxygen documentation for all public sftp functions.Andreas Schneider2008-12-222-106/+479
* Create POSIX like sftp functions.Andreas Schneider2008-12-224-37/+117
* http://www.cynapses.org/tmp/patches/libssh/0001-Replace-getenv-USER-with-getp...Aris Adamantiadis2008-12-192-61/+25
* some changes to resolve bugs reported by webyogAris Adamantiadis2008-12-144-11/+21
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-2412-133/+253
* commited path 003 and 004 from Andreas SchneiderAris Adamantiadis2008-11-233-4/+9
* oops miscompilationAris Adamantiadis2008-11-051-13/+19
* More doxygen documentation (internal set)Aris Adamantiadis2008-11-054-97/+1449
* doxygen fixes. Mostly typos and some comments.Aris Adamantiadis2008-11-0412-71/+162
* added a file from openssh needed for known host parsingAris Adamantiadis2008-11-023-1/+200
* small changes in doxyfile.Aris Adamantiadis2008-11-013-17/+28
* fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis2008-10-295-31/+19
* poll(2) support for channel_poll. Not yet for channel_select.Aris Adamantiadis2008-10-281-7/+78
* generate latex output in the doxyfile. It doesn't hurt since it won't try to ...Aris Adamantiadis2008-10-281-3/+3
* correct O_RDONLY sftp bug with windows systemsAris Adamantiadis2008-10-201-2/+2
* fix bug 0000015 about memory leak in server pathAris Adamantiadis2008-06-304-1/+35