summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* 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
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* 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
| | | | Fixed an important bug in packet buffering (two packets received in the same recv would'nt be processed correctly)
* ssh_poll_handle detaches from context before freeAris Adamantiadis2009-12-131-0/+4
|
* packet SSH_KEXINIT received and parsedAris Adamantiadis2009-12-127-57/+95
| | | | Resolved some bugs in the callback mechanism as well
* 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
|
* Fix some doxygen errorsAris Adamantiadis2009-12-092-4/+7
|
* Remove socklen_t definition.Andreas Schneider2009-12-091-3/+0
| | | | | | Tthe problem is that winsock2.h defines socklen_t as a typedef, not as a define, so depending on the order of includes you can get errors in ws2tcpip.h with msvc.
* Moved #defines into an enumAris Adamantiadis2009-12-061-6/+9
|
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-0610-76/+78
|
* More callback stuff in connectionAris Adamantiadis2009-12-054-93/+97
| | | | | I have coded it, not actually tested it :) It still needs work to get past the banner exchange.
* Trying to adapt client.c to use callbacksAris Adamantiadis2009-12-032-45/+82
|
* Asynchronous sockets work !Aris Adamantiadis2009-12-013-16/+56
| | | | | Still need a bit of tuning but it's stable enough for our current needs
* Fixed indent.Andreas Schneider2009-12-011-2/+2
|