summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add pkg-config file libssh.pcVic Lee2009-12-302-0/+17
* Add new API function ssh_userauth_privatekey_file().Vic Lee2009-12-302-0/+68
* In ssh_userauth_pubkey, if publickey argument is NULL, generate it from priva...Vic Lee2009-12-301-2/+18
* Fix use-without-initializationAris Adamantiadis2009-12-281-13/+15
* Made channel_open_session partially asynchronousAris Adamantiadis2009-12-273-42/+70
* Fix a few log strings and levels in auth.cAris Adamantiadis2009-12-261-13/+13
* Asynchronous authentication works !Aris Adamantiadis2009-12-264-114/+188
* New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis2009-12-264-19/+59
* Fix tricky bug within packet decodingAris Adamantiadis2009-12-261-0/+1
* Asynchronous service requestAris Adamantiadis2009-12-265-50/+90
* Simplification of the "exec" sampleAris Adamantiadis2009-12-241-21/+9
* File handle need to be closed in case of errors in privatekey_from_fileVic Lee2009-12-231-0/+2
* Added an example for exec.Andreas Schneider2009-12-222-0/+69
* Fix typos in docAris Adamantiadis2009-12-221-2/+2
* Added private key type detection feature in privatekey_from_fileVic Lee2009-12-221-5/+29
* Generate the APPLICATION_VERSION.Andreas Schneider2009-12-211-2/+2
* Fixed ssh_get_user_home_dir() to be thread safe.Andreas Schneider2009-12-211-4/+11
* Tutorial doxyginized and updated up to auth sect.Aris Adamantiadis2009-12-201-25/+290
* Some options functions did not show up in doxygenAris Adamantiadis2009-12-201-214/+216
* added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis2009-12-202-0/+15
* Add key validation in server side authenticationAris Adamantiadis2009-12-204-5/+20
* Started to add the tutorial to doxygen.Andreas Schneider2009-12-191-0/+68
* Deleted obsolete doxygen filesAris Adamantiadis2009-12-192-2544/+0
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-12-192-62/+65
|\
| * Improved doxygen output of ssh_options_set().Andreas Schneider2009-12-191-61/+64
| * Disabled caller graphs as they are only of internal interest.Andreas Schneider2009-12-181-1/+1
* | Documentation callbacks.h + standardizationAris Adamantiadis2009-12-184-9/+29
|/
* Updated the doxygen file.Andreas Schneider2009-12-181-160/+63
* Fixed documentation of buffer struct.Andreas Schneider2009-12-181-2/+1
* Fixed documentation of ssh_options_copy().Andreas Schneider2009-12-181-2/+4
* Moved the doxygen mainpage to doc/mainpage.doxAndreas Schneider2009-12-183-17/+12
* Document the callback structure correctly.Andreas Schneider2009-12-181-12/+23
* Added a mainpage to doxygen.Andreas Schneider2009-12-181-0/+12
* Fixed the doxygen documentation.Andreas Schneider2009-12-181-0/+10
* Optional compilation of developper's docAris Adamantiadis2009-12-163-1/+9
* These docs are outdated tooAris Adamantiadis2009-12-152-1070/+0
* Stub for doxygen main documentationAris Adamantiadis2009-12-151-0/+5
* Doxygen now outputs on stderr, inputs from doc/Aris Adamantiadis2009-12-151-3/+4
* Deleted obsolete documentation draftAris Adamantiadis2009-12-151-385/+0
* Made packet_wait issue warningsAris Adamantiadis2009-12-134-88/+11
* Fix strange error message in sample authenticationAris Adamantiadis2009-12-131-4/+8
* Key exchange currently done asynchronouslyAris Adamantiadis2009-12-133-136/+160
* ssh_poll_handle detaches from context before freeAris Adamantiadis2009-12-131-0/+4
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-127-57/+95
* Async connection + banner fetch is workingAris Adamantiadis2009-12-114-37/+37
* Fix logging problem in match_known_hostAris Adamantiadis2009-12-111-0/+1
* Added a global poll contextAris Adamantiadis2009-12-114-28/+56
* Don't install crypto.h which is an internal header file.Andreas Schneider2009-12-101-1/+0
* More doxygen stuffAris Adamantiadis2009-12-092-10/+11
* Resolving doxygen errors in internal modeAris Adamantiadis2009-12-092-14/+20