aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libssh.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis1-1/+2
2010-05-01Added pki.[ch] files as a new standard API for PKsAris Adamantiadis1-1/+2
2010-04-28Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis1-0/+8
2010-04-28Added ssh_privatekey_type public functionAris Adamantiadis1-0/+3
2010-04-07Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara1-2/+2
2010-04-07Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara1-3/+3
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 Schneider1-0/+5
2010-02-05Increase version number.Andreas Schneider1-1/+1
2010-01-08Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis1-1/+0
2009-12-30Add new API function ssh_userauth_privatekey_file().Vic Lee1-0/+2
2009-12-20Add key validation in server side authenticationAris Adamantiadis1-0/+7
2009-12-09Remove socklen_t definition.Andreas Schneider1-3/+0
2009-12-01Fixed uint* to work on Windows.Andreas Schneider1-0/+4
2009-11-16Pcap: more cleanup and minimalist APIAris Adamantiadis1-1/+6
2009-11-10Added an option to set log verbosity as string.Andreas Schneider1-0/+1
2009-11-06Improve MSVC support. Better binary compatibility.Andreas Schneider1-1/+1
2009-10-09ssh_disconnect doesn't free the session anymoreAris Adamantiadis1-0/+1
2009-10-09Last nail on SSH_OPTIONS, SSH_SESSION etc.Aris Adamantiadis1-14/+1
2009-10-09get rid of the option structureAris Adamantiadis1-5/+4
2009-10-04Fixed ssh_options_copy().Andreas Schneider1-1/+1
2009-10-02Get rid of the options structure.Andreas Schneider1-30/+12
2009-09-29Fix warnings on opensolarisAris Adamantiadis1-1/+1
2009-09-29resolve warning on opensolarisAris Adamantiadis1-1/+1
2009-09-26more priv.h splittingAris Adamantiadis1-2/+0
2009-09-23Change #defines to enums when it makes senseAris Adamantiadis1-48/+63
2009-09-23Get rid of SSH_MESSAGEAris Adamantiadis1-7/+7
2009-09-23get rid of SSH_OPTIONSAris Adamantiadis1-23/+23
2009-09-23get rid of SSH_SESSIONAris Adamantiadis1-39/+39
2009-09-23remove the broken setters for options,cb init macroAris Adamantiadis1-7/+0
2009-09-23Changed the current callback sys to be scalableAris Adamantiadis1-25/+0
2009-09-23Ordered functions in libssh.h alphabeticalyAris Adamantiadis1-242/+179
2009-09-23Fix typos in SSH_OPTIONSAris Adamantiadis1-6/+6
2009-09-22Added a cleaned up interface for setting options.Andreas Schneider1-0/+39
2009-09-22Added a userdata generic pointer to the log callback function.Andreas Schneider1-1/+4
2009-09-21Fixed building libssh with MSVC.Andreas Schneider1-0/+1
2009-09-15Added support for ~/.ssh/config.Andreas Schneider1-0/+1
2009-09-13SCP warning requestAris Adamantiadis1-0/+1
2009-09-13scp recursive modeAris Adamantiadis1-2/+7
2009-09-13Add better error detection + EOF requestAris Adamantiadis1-1/+3
2009-09-13Change scp API to use integers for permsAris Adamantiadis1-9/+9
2009-09-10Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok1-0/+1
2009-09-09Add a portable ssh_mkdir function for Windows.Andreas Schneider1-0/+1
2009-08-23ssh_scp_request_get_{filename,permissions,size}Aris Adamantiadis1-0/+3
2009-08-23added ssh_scp_readAris Adamantiadis1-0/+2
2009-08-23Implementation of ssh_scp_pull_requestAris Adamantiadis1-4/+5
2009-08-23Merge branch 'master' of git://git.libssh.org/projects/libssh/libsshAris Adamantiadis1-0/+18
2009-08-23experimental callback systemAris Adamantiadis1-1/+2
2009-08-23Pending workAris Adamantiadis1-0/+2