summaryrefslogtreecommitdiffstats
path: root/libssh
Commit message (Collapse)AuthorAgeFilesLines
* Made the server DH asynchronous.Aris Adamantiadis2010-01-062-63/+76
| | | | | | 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-062-19/+87
| | | | | 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-031-2/+2
|
* Removed channel_handle now unused functionAris Adamantiadis2010-01-031-26/+0
|
* Channel requests are asynchronousAris Adamantiadis2010-01-031-13/+77
| | | | Exec example also runs perfectly now.
* Explicitely use the packet buffer arg in channelsAris Adamantiadis2010-01-031-20/+23
|
* Some work for async channel requestsAris Adamantiadis2010-01-032-7/+29
|
* Add new API function ssh_userauth_privatekey_file().Vic Lee2009-12-301-0/+66
| | | | | 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-272-42/+67
|
* Fix a few log strings and levels in auth.cAris Adamantiadis2009-12-261-13/+13
|
* Asynchronous authentication works !Aris Adamantiadis2009-12-262-100/+145
|
* New packet handler for SSH_USERAUTH_BANNERAris Adamantiadis2009-12-262-18/+30
|
* Fix tricky bug within packet decodingAris Adamantiadis2009-12-261-0/+1
|
* Asynchronous service requestAris Adamantiadis2009-12-263-49/+73
|
* 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 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>
* Fixed ssh_get_user_home_dir() to be thread safe.Andreas Schneider2009-12-211-4/+11
|
* Some options functions did not show up in doxygenAris Adamantiadis2009-12-201-214/+216
|
* added ssh_message_auth_reply_pk_ok_simpleAris Adamantiadis2009-12-201-0/+13
|
* Add key validation in server side authenticationAris Adamantiadis2009-12-202-5/+12
|
* Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis2009-12-191-61/+64
|\
| * Improved doxygen output of ssh_options_set().Andreas Schneider2009-12-191-61/+64
| |
* | Documentation callbacks.h + standardizationAris Adamantiadis2009-12-183-8/+8
|/
* Fixed documentation of ssh_options_copy().Andreas Schneider2009-12-181-2/+4
|
* Fixed the doxygen documentation.Andreas Schneider2009-12-181-0/+10
|
* Made packet_wait issue warningsAris Adamantiadis2009-12-133-87/+11
|
* Key exchange currently done asynchronouslyAris Adamantiadis2009-12-132-136/+158
| | | | 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-124-56/+62
| | | | Resolved some bugs in the callback mechanism as well
* Async connection + banner fetch is workingAris Adamantiadis2009-12-113-35/+37
|
* Fix logging problem in match_known_hostAris Adamantiadis2009-12-111-0/+1
|
* Added a global poll contextAris Adamantiadis2009-12-113-27/+54
|
* 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-091-1/+1
|
* Moved #defines into an enumAris Adamantiadis2009-12-061-6/+9
|
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-064-42/+42
|
* More callback stuff in connectionAris Adamantiadis2009-12-052-92/+96
| | | | | 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-031-45/+70
|
* Asynchronous sockets work !Aris Adamantiadis2009-12-011-4/+31
| | | | | Still need a bit of tuning but it's stable enough for our current needs
* Fixed indent.Andreas Schneider2009-12-011-2/+2
|
* Added gettimeofday for Windows.Andreas Schneider2009-12-012-0/+18
| | | | Thanks to Patrick Spendrin.
* Fixed uint* to work on Windows.Andreas Schneider2009-12-013-21/+21
| | | | Thanks to Patrick Spendrin.
* More loggingAris Adamantiadis2009-11-301-0/+1
|
* Fix stupid bug which stops log_verbosity workingAris Adamantiadis2009-11-301-0/+1
|