aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis2-6/+8
2010-04-28Added ssh_privatekey_type public functionAris Adamantiadis1-0/+3
2010-04-14Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis1-0/+5
2010-04-07First experiment at trying to make libssh c89Aris Adamantiadis1-3/+3
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara2-3/+3
2010-04-07Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara2-3/+4
2010-04-04Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider1-1/+15
2010-04-04Fixed the group of the server functions.Andreas Schneider1-2/+2
2010-04-04Fixed the doxygen group of the libssh c++ wrapper.Andreas Schneider1-5/+7
2010-04-04Fixed the documentation of log.cAndreas Schneider1-5/+7
2010-03-25Fixed spelling.Andreas Schneider1-1/+1
2010-03-04Fixed and added support for several identity files.Andreas Schneider3-1/+7
2010-03-04Rename ssh_list_add to ssh_list_append.Andreas Schneider1-1/+1
2010-03-04Added a prepend function for ssh_list.Andreas Schneider1-0/+1
2010-03-01renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis1-8/+4
2010-02-23Added owner and group information in sftp attributes.Andreas Schneider1-4/+3
2010-02-12Small doc fixAris Adamantiadis1-0/+4
2010-02-12More C++ workAris Adamantiadis1-8/+61
2010-02-11More C++ wrapper work.Aris Adamantiadis1-13/+124
2010-02-07Rename the libssh sftp documentation group.Andreas Schneider1-1/+1
2010-02-05Increase version number.Andreas Schneider1-1/+1
2010-02-02Update c++ prototypesAris Adamantiadis1-0/+11
2010-01-25Hacked SSH1 to get past authenticationAris Adamantiadis1-1/+2
2010-01-24Correctly handle channel failures and chan statesAris Adamantiadis1-1/+8
2010-01-24Few function name changesAris Adamantiadis1-1/+1
2010-01-24Made ssh_packet_read asynchronousAris Adamantiadis1-5/+1
2010-01-24Removed last calls to packet_readAris Adamantiadis1-0/+4
2010-01-24Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis4-2/+14
2010-01-24Beginning of async solution for SSH1Aris Adamantiadis1-0/+2
2010-01-23Move SSH-1 specific packet functions in packet1.cAris Adamantiadis1-0/+12
2010-01-21stub of C++ wrapper for libsshAris Adamantiadis1-0/+65
2010-01-10SSH-1 cleanup and compileAris Adamantiadis1-1/+3
2010-01-08Set socket blocking after connexionAris Adamantiadis1-1/+3
2010-01-08Fixed blocking bug in channel_pollAris Adamantiadis1-1/+1
2010-01-08No more packet_read2() !Aris Adamantiadis1-0/+3
2010-01-08Prefix message_handle_channel_request with ssh_Aris Adamantiadis1-1/+1
2010-01-08Dequeue the processed messagesAris Adamantiadis1-0/+1
2010-01-08Renamed message_queue to ssh_message_queueAris Adamantiadis1-1/+1
2010-01-08Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis2-2/+2
2010-01-08ssh_packet_userauth_request with new systemAris Adamantiadis1-0/+1
2010-01-07Converted message handlers to new systemAris Adamantiadis1-0/+2
2010-01-07Changes to messages for async message handlingAris Adamantiadis1-0/+1
2010-01-06Removed packet_wait for SSH2Aris Adamantiadis1-0/+2
2010-01-06Made the server DH asynchronous.Aris Adamantiadis2-0/+9
2010-01-06Add support for async global requestsAris Adamantiadis2-1/+4
2010-01-03Remove some references to packet_wait()Aris Adamantiadis1-0/+1
2010-01-03Removed channel_handle now unused functionAris Adamantiadis1-1/+0
2010-01-03Some work for async channel requestsAris Adamantiadis1-0/+20
2009-12-30Add new API function ssh_userauth_privatekey_file().Vic Lee1-0/+2
2009-12-27Made channel_open_session partially asynchronousAris Adamantiadis1-0/+3