summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the ifdefs.Andreas Schneider2009-02-062-4/+3
* Add missing ifdef for ssh-agent support.Andreas Schneider2009-02-062-4/+5
* Complete ssh client agent support.Andreas Schneider2009-02-063-46/+374
* exit-status should be -1 when undefinedAris Adamantiadis2009-02-041-3/+3
* channel_get_exit_status()Aris Adamantiadis2009-02-031-0/+12
* added logging for exit-statusAris Adamantiadis2009-02-031-0/+1
* Fix typo.Andreas Schneider2009-02-031-1/+1
* Remove deprecated pubkey_get_hash function.Andreas Schneider2009-02-021-6/+0
* Fix build warnings in the crypto wrapper functions.Andreas Schneider2009-02-021-8/+13
* Fix build warnings in socket code.Andreas Schneider2009-02-021-13/+18
* Return count if the write was successful.Andreas Schneider2009-02-021-2/+1
* Fix build warnings in sftp code.Andreas Schneider2009-02-021-24/+37
* Fix build warnings in session code.Andreas Schneider2009-02-021-2/+3
* Fix build warings in the server code.Andreas Schneider2009-02-021-3/+5
* Fix several build warnings.Andreas Schneider2009-02-028-24/+28
* Fix compiler warnings.Andreas Schneider2009-02-021-3/+3
* Make ssh_connect_ai_timeout static.Andreas Schneider2009-02-021-2/+2
* Use unsigned values for length in buffer functions.Andreas Schneider2009-02-021-4/+4
* Fix build warnings in channel code.Andreas Schneider2009-02-021-12/+16
* The string_len function should return unsigned int.Andreas Schneider2009-02-021-1/+1
* Fix compiler warning in client.c.Andreas Schneider2009-02-021-1/+1
* 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-021-4/+4
* Fix build warnings of the auth code.Andreas Schneider2009-02-021-3/+2
* Add Makefiles for the CMake build system.Andreas Schneider2009-02-021-0/+91
* Add missing agent files.Andreas Schneider2009-02-021-0/+315
* Start with ssh agent implementation.Andreas Schneider2009-02-024-1/+47
* Add a more generic auth callback function.Andreas Schneider2008-12-293-50/+84
* Add doxygen documentation for all public sftp functions.Andreas Schneider2008-12-221-102/+34
* Create POSIX like sftp functions.Andreas Schneider2008-12-221-21/+79
* 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-143-11/+20
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-248-99/+198
* 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-051-94/+169
* 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-022-1/+176
* small changes in doxyfile.Aris Adamantiadis2008-11-012-16/+27
* fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis2008-10-294-29/+17
* poll(2) support for channel_poll. Not yet for channel_select.Aris Adamantiadis2008-10-281-7/+78
* correct O_RDONLY sftp bug with windows systemsAris Adamantiadis2008-10-201-2/+2
* fix bug 0000015 about memory leak in server pathAris Adamantiadis2008-06-303-1/+33
* fix channel performance by changing the window len.Aris Adamantiadis2008-06-301-2/+3
* fixed a problem when a channel blocking read was bigger than size of buffer Aris Adamantiadis2008-06-271-3/+7
* Resolved the unitialized data_except member variable in socket.c, thanks Aris Adamantiadis2008-06-211-0/+3
* fixed a bug in the channel windows.Aris Adamantiadis2008-06-172-11/+13
* gcrypt + SSH1 bug resolvedAris Adamantiadis2008-06-174-10/+9
* oops missed a line in the fixAris Adamantiadis2008-06-171-3/+5
* bug #00006 fixAris Adamantiadis2008-06-171-0/+3