summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* cpp: Fixed return value of userauthAutopubkey.Andreas Schneider2010-06-021-1/+1
|
* Fixed keyboard-interactive and unit testAris Adamantiadis2010-05-191-1/+4
|
* Install missing legacy header file.Andreas Schneider2010-05-171-0/+1
|
* poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider2010-05-172-0/+2
|
* Separation work between openssl and libgcryptAris Adamantiadis2010-05-143-73/+136
|
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-145-63/+152
|
* Added runtime detection of WSAPoll().Andreas Schneider2010-05-121-0/+1
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Fixed Windows build.Andreas Schneider2010-05-121-2/+3
|
* Use the new expand functions.Andreas Schneider2010-05-111-1/+1
|
* Added a function to expand an escaped string.Andreas Schneider2010-05-111-0/+1
|
* Added a function to expand the tilde from a path.Andreas Schneider2010-05-111-0/+2
|
* Some grammarnazi things + fix int->socket_tAris Adamantiadis2010-05-101-3/+4
|
* Use configure checks to define vsnprintf and strncpy.Andreas Schneider2010-05-101-2/+10
|
* Fixed building libssh with VC9.Andreas Schneider2010-05-101-8/+17
|
* Fixed a MSVC build error.Andreas Schneider2010-05-101-0/+1
|
* Added more defines to use secure VC functions.Andreas Schneider2010-05-101-1/+10
|
* ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis2010-05-093-4/+11
|
* Forgot the pki filesAris Adamantiadis2010-05-021-0/+28
|
* 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.
* First implementation of known_hosts with port readAris Adamantiadis2010-05-011-0/+1
|
* Renamed private type TYPE_RSA to SSH_KEYTYPE_*Aris Adamantiadis2010-04-282-6/+8
| | | | Also made this enum public
* Added ssh_privatekey_type public functionAris Adamantiadis2010-04-281-0/+3
|
* Do not compile aes*-ctr with <=OpenSSL 0.9.7bAris Adamantiadis2010-04-141-0/+5
|
* First experiment at trying to make libssh c89Aris Adamantiadis2010-04-071-3/+3
|
* Added support for StrictHostKeyChecking and UserKnownHostsFile parameters.Ruben Garcia Azuara2010-04-072-3/+3
| | | | | | | | | | | | | | | | 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-072-3/+4
| | | | | | | | | - 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>
* Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider2010-04-041-1/+15
|
* Fixed the group of the server functions.Andreas Schneider2010-04-041-2/+2
|
* Fixed the doxygen group of the libssh c++ wrapper.Andreas Schneider2010-04-041-5/+7
|
* 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-043-1/+7
|
* Rename ssh_list_add to ssh_list_append.Andreas Schneider2010-03-041-1/+1
|
* Added a prepend function for ssh_list.Andreas Schneider2010-03-041-0/+1
|
* renamed ssh_list_get_head to ssh_list_pop_headAris Adamantiadis2010-03-011-8/+4
|
* Added owner and group information in sftp attributes.Andreas Schneider2010-02-231-4/+3
| | | | | Parse the longname which is the output of 'ls -l' and set the owner and group if we are talking to an openssh server.
* Small doc fixAris Adamantiadis2010-02-121-0/+4
|
* More C++ workAris Adamantiadis2010-02-121-8/+61
|
* More C++ wrapper work.Aris Adamantiadis2010-02-111-13/+124
| | | | | | Wrote stubs of functions needed in the wrapper Created an Exception class which greatly simplifies the use of libssh in C++
* Rename the libssh sftp documentation group.Andreas Schneider2010-02-071-1/+1
|
* Increase version number.Andreas Schneider2010-02-051-1/+1
|
* Update c++ prototypesAris Adamantiadis2010-02-021-0/+11
|
* Hacked SSH1 to get past authenticationAris Adamantiadis2010-01-251-1/+2
| | | | Also resolved some bugs that may impact 0.4. need to check
* Correctly handle channel failures and chan statesAris Adamantiadis2010-01-241-1/+8
|
* Few function name changesAris Adamantiadis2010-01-241-1/+1
|
* Made ssh_packet_read asynchronousAris Adamantiadis2010-01-241-5/+1
| | | | | | Normally that's all that was needed into making SSH1 compliant with the new API. Beware, I have only implemented it, not actually tested it.
* Removed last calls to packet_readAris Adamantiadis2010-01-241-0/+4
|
* Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis2010-01-244-2/+14
|
* Beginning of async solution for SSH1Aris Adamantiadis2010-01-241-0/+2
|
* Move SSH-1 specific packet functions in packet1.cAris Adamantiadis2010-01-231-0/+12
|