aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/libsshpp.hpp
AgeCommit message (Expand)AuthorFilesLines
2018-10-24libsshpp: Pass username and submethods to ssh_userauth_kbdint()Andreas Schneider1-1/+1
2018-10-19libsshpp: Use ssh_session_update_known_hosts()Andreas Schneider1-1/+1
2018-09-04libsshpp: Initialize the string returned by getIssueBanner()Andreas Schneider1-5/+4
2018-08-22libsshpp: Match documentation with the codeAndreas Schneider1-9/+28
2018-08-20include: Fix shadow variables in libsshppAndreas Schneider1-5/+5
2018-08-07include: Fix segfault in getIssueBanner, add missing wrappers in libsshppMarcin Szalowicz1-11/+62
2018-06-27include: Fix reference to ssh_session_update_known_hostsAndreas Schneider1-1/+1
2018-06-04libsshpp: Use new known hosts functionsAndreas Schneider1-3/+3
2014-04-09libsshpp: include required <string> header for std::stringPetar Koretic1-0/+1
2014-03-27libssh: libhpp: overload read function to support timeout parameterPetar Koretic1-1/+19
2014-03-27libssh: libhpp: avoid unnecessary call to ssh_channel_readPetar Koretic1-1/+1
2014-03-27libssh: libhpp: fix multiple definitions for acceptForward functionPetar Koretic1-4/+3
2014-01-16channel: Fix the name scheme of the forward functions.Andreas Schneider1-4/+4
2013-07-21log: Make _ssh_log() public.Andreas Schneider1-1/+1
2013-01-23include: Fix the LGPL header.Andreas Schneider1-12/+11
2011-08-27libsshpp: Remove type argument from doc.Andreas Schneider1-1/+0
2011-08-25auth: Make ssh_userauth_autopubkey legacy.Andreas Schneider1-2/+2
2011-08-23auth: Make ssh_userauth_pubkey legacy.Andreas Schneider1-8/+2
2011-08-23auth: Make ssh_userauth_try_publickey() legacy.Andreas Schneider1-3/+3
2011-01-24libsshpp: Removed unused variable.Andreas Schneider1-1/+0
2011-01-05Fix the missing returns in C++ wrapperAris Adamantiadis1-1/+20
2010-12-23libsshpp: Fixed return of non-void function.Andreas Schneider1-1/+4
2010-12-08server: Remove channel_write_stderr.Andreas Schneider1-1/+1
2010-08-28ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis1-3/+3
2010-08-28libsshpp: do not use deprecated functionsAris Adamantiadis1-0/+3
2010-08-28Fixed missing libsshpp methodsAris Adamantiadis1-23/+60
2010-08-28Fix a few documentation issuesAris Adamantiadis1-1/+1
2010-08-28Near to end of implementation of the C++ wrapperAris Adamantiadis1-19/+124
2010-08-27Fix C++ documentation about the exceptionsAris Adamantiadis1-0/+7
2010-08-27Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.hAris Adamantiadis1-9/+26
2010-08-23Doxygen fixesAris Adamantiadis1-1/+4
2010-08-23lot of C++ wrapper workAris Adamantiadis1-29/+194
2010-06-02cpp: Fixed return value of userauthAutopubkey.Andreas Schneider1-1/+1
2010-05-14Sanitize libssh namespace + legacy wrappersAris Adamantiadis1-3/+3
2010-04-04Fixed the doxygen group of the libssh c++ wrapper.Andreas Schneider1-5/+7
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-02Update c++ prototypesAris Adamantiadis1-0/+11
2010-01-21stub of C++ wrapper for libsshAris Adamantiadis1-0/+65