summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enforce NULL ptr verification in scp.cAris Adamantiadis2010-01-081-0/+34
|
* Fixed blocking bug in channel_pollAris Adamantiadis2010-01-087-21/+26
|
* Cosmetics for packet numberingAris Adamantiadis2010-01-081-44/+49
|
* Oops, forgot the callback for server DHAris Adamantiadis2010-01-081-1/+1
|
* No more packet_read2() !Aris Adamantiadis2010-01-082-197/+7
|
* Prefix message_new with ssh_Aris Adamantiadis2010-01-081-5/+5
|
* Prefix message_handle_channel_request with ssh_Aris Adamantiadis2010-01-083-3/+3
|
* Dequeue the processed messagesAris Adamantiadis2010-01-083-3/+28
|
* Renamed message_queue to ssh_message_queueAris Adamantiadis2010-01-082-6/+6
|
* Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis2010-01-084-167/+60
|
* ssh_packet_userauth_request with new systemAris Adamantiadis2010-01-083-23/+30
|
* Converted message handlers to new systemAris Adamantiadis2010-01-073-53/+55
|
* Changes to messages for async message handlingAris Adamantiadis2010-01-072-10/+24
|
* Removed packet_wait for SSH2Aris Adamantiadis2010-01-062-21/+3
|
* Made the server DH asynchronous.Aris Adamantiadis2010-01-064-63/+85
| | | | | | It still needs testing and cleanup, it was done with less care than the client-side. The socket listening and connexion is still synchronous
* Add support for async global requestsAris Adamantiadis2010-01-064-20/+91
| | | | | Normally the infamous packet_wait() synchronous call is gone in all SSH2 client code.
* Fixed typos from a* to error.cAris Adamantiadis2010-01-068-29/+29
|
* Fix build when WITH_SSH1 undefinedAris Adamantiadis2010-01-061-0/+3
|
* Part of kex.c is SSH-1 specificAris Adamantiadis2010-01-031-0/+3
|
* Remove some references to packet_wait()Aris Adamantiadis2010-01-032-2/+3
|
* Removed channel_handle now unused functionAris Adamantiadis2010-01-032-27/+0
|
* Channel requests are asynchronousAris Adamantiadis2010-01-031-13/+77
| | | | Exec example also runs perfectly now.
* Fix infinite loop in exec exampleAris Adamantiadis2010-01-031-1/+1
|
* Explicitely use the packet buffer arg in channelsAris Adamantiadis2010-01-031-20/+23
|
* Some work for async channel requestsAris Adamantiadis2010-01-033-7/+49
|
* Fixed cmake warning.Andreas Schneider2009-12-301-4/+0
| | | | | There is no CMakeLists.txt in tests and we don't build something in the root CMakeLists.txt.
* Add pkg-config file libssh.pcVic Lee2009-12-302-0/+17
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Add new API function ssh_userauth_privatekey_file().Vic Lee2009-12-302-0/+68
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* In ssh_userauth_pubkey, if publickey argument is NULL, generate it from ↵Vic Lee2009-12-301-2/+18
| | | | | | | privatekey. Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* 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
| | | | | 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
|\