aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
AgeCommit message (Expand)AuthorFilesLines
2010-05-12Fixed Windows build.Andreas Schneider1-2/+3
2010-05-11Use the new expand functions.Andreas Schneider1-1/+1
2010-05-11Added a function to expand an escaped string.Andreas Schneider1-0/+1
2010-05-11Added a function to expand the tilde from a path.Andreas Schneider1-0/+2
2010-05-10Some grammarnazi things + fix int->socket_tAris Adamantiadis1-3/+4
2010-05-10Use configure checks to define vsnprintf and strncpy.Andreas Schneider1-2/+10
2010-05-10Fixed building libssh with VC9.Andreas Schneider1-8/+17
2010-05-10Fixed a MSVC build error.Andreas Schneider1-0/+1
2010-05-10Added more defines to use secure VC functions.Andreas Schneider1-1/+10
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis3-4/+11
2010-05-02Forgot the pki filesAris Adamantiadis1-0/+28
2010-05-01Added pki.[ch] files as a new standard API for PKsAris Adamantiadis1-1/+2
2010-05-01First implementation of known_hosts with port readAris Adamantiadis1-0/+1
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