summaryrefslogtreecommitdiffstats
path: root/include/libssh
Commit message (Expand)AuthorAgeFilesLines
* First implementation of known_hosts with port readAris Adamantiadis2010-05-011-0/+1
* Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis2010-04-282-6/+8
* Added ssh_privatekey_type public functionAris Adamantiadis2010-04-281-0/+3
* Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis2010-04-141-0/+5
* First experiment at trying to make libssh c89Aris Adamantiadis2010-04-071-3/+3
* Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara2010-04-072-3/+3
* Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara2010-04-072-3/+4
* Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider2010-04-041-1/+15
* Fixed the group of the server functions.Andreas Schneider2010-04-041-2/+2
* Fixed the doxygen group of the libssh c++ wrapper.Andreas Schneider2010-04-041-5/+7
* Fixed the documentation of log.cAndreas Schneider2010-04-041-5/+7
* Fixed spelling.Andreas Schneider2010-03-251-1/+1
* Fixed and added support for several identity files.Andreas Schneider2010-03-043-1/+7
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-041-1/+1
* Added a prepend function for ssh_list.Andreas Schneider2010-03-041-0/+1
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-011-8/+4
* Added owner and group information in sftp attributes.Andreas Schneider2010-02-231-4/+3
* Small doc fixAris Adamantiadis2010-02-121-0/+4
* More C++ workAris Adamantiadis2010-02-121-8/+61
* More C++ wrapper work.Aris Adamantiadis2010-02-111-13/+124
* Rename the libssh sftp documentation group.Andreas Schneider2010-02-071-1/+1
* Increase version number.Andreas Schneider2010-02-051-1/+1
* Update c++ prototypesAris Adamantiadis2010-02-021-0/+11
* Hacked SSH1 to get past authenticationAris Adamantiadis2010-01-251-1/+2
* Correctly handle channel failures and chan statesAris Adamantiadis2010-01-241-1/+8
* Few function name changesAris Adamantiadis2010-01-241-1/+1
* Made ssh_packet_read asynchronousAris Adamantiadis2010-01-241-5/+1
* Removed last calls to packet_readAris Adamantiadis2010-01-241-0/+4
* Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis2010-01-244-2/+14
* Beginning of async solution for SSH1Aris Adamantiadis2010-01-241-0/+2
* Move SSH-1 specific packet functions in packet1.cAris Adamantiadis2010-01-231-0/+12
* stub of C++ wrapper for libsshAris Adamantiadis2010-01-211-0/+65
* SSH-1 cleanup and compileAris Adamantiadis2010-01-101-1/+3
* Set socket blocking after connexionAris Adamantiadis2010-01-081-1/+3
* Fixed blocking bug in channel_pollAris Adamantiadis2010-01-081-1/+1
* No more packet_read2() !Aris Adamantiadis2010-01-081-0/+3
* Prefix message_handle_channel_request with ssh_Aris Adamantiadis2010-01-081-1/+1
* Dequeue the processed messagesAris Adamantiadis2010-01-081-0/+1
* Renamed message_queue to ssh_message_queueAris Adamantiadis2010-01-081-1/+1
* Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis2010-01-082-2/+2
* ssh_packet_userauth_request with new systemAris Adamantiadis2010-01-081-0/+1
* Converted message handlers to new systemAris Adamantiadis2010-01-071-0/+2
* Changes to messages for async message handlingAris Adamantiadis2010-01-071-0/+1
* Removed packet_wait for SSH2Aris Adamantiadis2010-01-061-0/+2
* Made the server DH asynchronous.Aris Adamantiadis2010-01-062-0/+9
* Add support for async global requestsAris Adamantiadis2010-01-062-1/+4
* Remove some references to packet_wait()Aris Adamantiadis2010-01-031-0/+1
* Removed channel_handle now unused functionAris Adamantiadis2010-01-031-1/+0
* Some work for async channel requestsAris Adamantiadis2010-01-031-0/+20
* Add new API function ssh_userauth_privatekey_file().Vic Lee2009-12-301-0/+2