summaryrefslogtreecommitdiffstats
path: root/include/libssh/libssh.h
Commit message (Collapse)AuthorAgeFilesLines
* build: Increase version number.libssh-0.5.2Andreas Schneider2011-09-161-1/+1
|
* build: Set libssh version to 0.5.1.libssh-0.5.1Andreas Schneider2011-08-091-1/+1
|
* [channels] Added ssh_channel_window_size() and avoided reentrancy in ↵milo2011-05-021-0/+1
| | | | | | channel_write_common() (cherry picked from commit 7ba09388464f0437da2833b81e268744b20a68fe)
* Implement ssh_blocking_flush()Aris Adamantiadis2011-03-231-0/+1
| | | | | Based on code from Jan Willamowius (cherry picked from commit dff4e4e6d3a56123b00df48fdcd7a6de0a275aef)
* session: Added ssh_is_connected().Andreas Schneider2011-02-061-0/+1
|
* misc: Added multiplatform ssh_getpass() fuction.Andreas Schneider2011-01-241-0/+3
|
* 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
| | | | SSH_OPTION_COMPRESSION and SSH_OPTION_COMPRESSION_LEVEL options have been added. Now, end-level apps may simply choose to enable compression without knowing the relevant algorithms behind it.
* 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
| | | | | Looks like people are confused by the name and think this is normal host key checking.
* ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis2010-08-281-3/+3
| | | | Fixes bug #108
* 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
| | | | Thanks to Donatello Boccaforno <donatello.boccaforno@gmail.com>.
* 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
| | | | | | Right now it's just a wrapper to the existing calls but soon it's gona be the effective implementation and other calls will be wrappers.
* Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis2010-04-281-0/+8
| | | | Also made this enum public
* 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
| | | | | | | | | | | | | | | | Added OpenSSH parameters to libssh: - StrictHostKeyChecking - UserKnownHostsFile This parameters are useful to avoid checking the fingerprint. Eg: ~/.ssh/config: Host 192.10.20.30 StrictHostKeyChecking no UserKnownHostsFile /dev/null Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fixed solaris compilation warning and ignore case at host parameter.Ruben Garcia Azuara2010-04-071-3/+3
| | | | | | | | | - Suppress compilation warning in solaris caused by a comma at the end of the last value. - Ignore case at host parameter in config file Signed-off-by: Ruben Garcia Azuara <rubenga@tid.es> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* 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
| | | | | Signed-off-by: Vic Lee <llyzs@163.com> Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Add key validation in server side authenticationAris Adamantiadis2009-12-201-0/+7
|
* Remove socklen_t definition.Andreas Schneider2009-12-091-3/+0
| | | | | | Tthe problem is that winsock2.h defines socklen_t as a typedef, not as a define, so depending on the order of includes you can get errors in ws2tcpip.h with msvc.
* Fixed uint* to work on Windows.Andreas Schneider2009-12-011-0/+4
| | | | Thanks to Patrick Spendrin.
* 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
| | | | Patch by Patrick Spendrin from KDE.
* 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
|