summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
Commit message (Expand)AuthorAgeFilesLines
...
* Complete ssh client agent support.Andreas Schneider2009-02-061-0/+2
* channel_get_exit_status()Aris Adamantiadis2009-02-031-0/+1
* Moved ssh_crypto_init to priv.h file and added a note.Andreas Schneider2009-02-021-3/+0
* Fix the build.Andreas Schneider2009-02-021-1/+1
* Fix build warnings in session code.Andreas Schneider2009-02-021-3/+6
* Fix several build warnings.Andreas Schneider2009-02-021-3/+5
* Fix compiler warnings.Andreas Schneider2009-02-021-1/+1
* Use unsigned values for length in buffer functions.Andreas Schneider2009-02-021-1/+1
* Fix build warnings in channel code.Andreas Schneider2009-02-021-3/+5
* 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
* Fix compiler warnings in buffer implementation.Andreas Schneider2009-02-021-1/+1
* Fix build warnings of the auth code.Andreas Schneider2009-02-021-1/+2
* Cleanup the define check in the libssh header file.Andreas Schneider2009-02-021-8/+7
* Start with ssh agent implementation.Andreas Schneider2009-02-021-0/+1
* Add a more generic auth callback function.Andreas Schneider2008-12-291-2/+29
* Change version numbers to 0.3.Andreas Schneider2008-12-221-1/+1
* patches 0001-Save-the-last-error-and-provide-a-function-to-get-it.patch,Aris Adamantiadis2008-11-241-20/+26
* Big changes :Aris Adamantiadis2008-06-161-6/+28
* big changes :Aris Adamantiadis2008-06-121-5/+13
* libssh.h now can be included from visual studioAris Adamantiadis2008-05-221-1/+11
* Resolved the string_free issue by coding it. I also made some Aris Adamantiadis2008-05-121-0/+1
* fixed wrong prototypes for socket_tAris Adamantiadis2008-03-121-2/+2
* changed version number to 0.2.1-svnAris Adamantiadis2008-03-071-1/+1
* first part of win32 patchesAris Adamantiadis2008-03-071-1/+13
* Rodolphe Rocca fixesAris Adamantiadis2008-03-031-1/+2
* trunk to 0.2Aris Adamantiadis2006-12-261-1/+1
* -rc releaseAris Adamantiadis2006-12-151-1/+1
* doxygen documentation for option moduleAris Adamantiadis2006-11-061-0/+3
* at least I get a working doxygen documentation.Aris Adamantiadis2006-11-061-0/+2
* added bases for nonblocking packet sending and receiving. packet_send Aris Adamantiadis2005-11-221-0/+4
* patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis2005-10-261-3/+2
* channel_select(). this function rocks !Aris Adamantiadis2005-10-251-0/+7
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-6/+5
* write supportAris Adamantiadis2005-08-291-0/+1
* pam samples files to put into /etc/pam.dAris Adamantiadis2005-08-291-0/+1
* stdint.patch, debug_output.patch, ssh_12_select.patch,Aris Adamantiadis2005-08-191-5/+8
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-101-0/+2
* server kex done :)Aris Adamantiadis2005-08-071-6/+7
* Beginning of the SSH_BIND implementationAris Adamantiadis2005-07-051-2/+2
* first importAris Adamantiadis2005-07-051-0/+234