summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
Commit message (Expand)AuthorAgeFilesLines
...
* Made ssh_userauth_none nonblockingAris Adamantiadis2011-01-161-0/+1
* Change blocking parameter to a flagAris Adamantiadis2011-01-101-0/+1
* libssh: Don't use the visibility flag on OS/2.Andreas Schneider2010-12-311-1/+1
* Added compression options and allow "yes/no" settingAris Adamantiadis2010-12-271-1/+3
* include: Only require LIBSSH_STATIC on Windows.Andreas Schneider2010-12-101-9/+9
* Oops, libssh.h did not compile anymoreAris Adamantiadis2010-10-151-2/+2
* Fix OPTIONS_BINDADDR, PROXYCOMMAND constant changeAris Adamantiadis2010-10-141-1/+1
* Handle global requests and reverse forwardingmilo2010-10-021-0/+6
* options: Rename HOSTKEYCHECK to STRICTHOSTKEYCHECK.Andreas Schneider2010-09-281-1/+1
* ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis2010-08-281-3/+3
* Added missing /** in doxygen @}'sAris Adamantiadis2010-08-281-1/+1
* options: Added option to bind a client to an ip address.Andreas Schneider2010-07-071-1/+2
* socket: Rename INVALID_SOCKET_T to SSH_INVALID_SOCKET.Andreas Schneider2010-06-171-1/+1
* socket: Fixed checks for max fd.Andreas Schneider2010-06-171-0/+2
* poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider2010-06-171-2/+6
* string: Added a function to delete a char basesd stirng object.Andreas Schneider2010-06-111-0/+1
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-59/+45
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-091-1/+2
* Added pki.[ch] files as a new standard API for PKsAris Adamantiadis2010-05-011-1/+2
* Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis2010-04-281-0/+8
* Added ssh_privatekey_type public functionAris Adamantiadis2010-04-281-0/+3
* Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara2010-04-071-2/+2
* Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara2010-04-071-3/+3
* 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-041-0/+5
* Increase version number.Andreas Schneider2010-02-051-1/+1
* Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis2010-01-081-1/+0
* Add new API function ssh_userauth_privatekey_file().Vic Lee2009-12-301-0/+2
* Add key validation in server side authenticationAris Adamantiadis2009-12-201-0/+7
* Remove socklen_t definition.Andreas Schneider2009-12-091-3/+0
* Fixed uint* to work on Windows.Andreas Schneider2009-12-011-0/+4
* Pcap: more cleanup and minimalist APIAris Adamantiadis2009-11-161-1/+6
* Added an option to set log verbosity as string.Andreas Schneider2009-11-101-0/+1
* Improve MSVC support. Better binary compatibility.Andreas Schneider2009-11-061-1/+1
* ssh_disconnect doesn't free the session anymoreAris Adamantiadis2009-10-091-0/+1
* Last nail on SSH_OPTIONS, SSH_SESSION etc.Aris Adamantiadis2009-10-091-14/+1
* get rid of the option structureAris Adamantiadis2009-10-091-5/+4
* Fixed ssh_options_copy().Andreas Schneider2009-10-041-1/+1
* Get rid of the options structure.Andreas Schneider2009-10-021-30/+12
* Fix warnings on opensolarisAris Adamantiadis2009-09-291-1/+1
* resolve warning on opensolarisAris Adamantiadis2009-09-291-1/+1
* more priv.h splittingAris Adamantiadis2009-09-261-2/+0
* Change #defines to enums when it makes senseAris Adamantiadis2009-09-231-48/+63
* Get rid of SSH_MESSAGEAris Adamantiadis2009-09-231-7/+7
* get rid of SSH_OPTIONSAris Adamantiadis2009-09-231-23/+23
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-39/+39
* remove the broken setters for options,cb init macroAris Adamantiadis2009-09-231-7/+0
* Changed the current callback sys to be scalableAris Adamantiadis2009-09-231-25/+0
* Ordered functions in libssh.h alphabeticalyAris Adamantiadis2009-09-231-242/+179