Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log: Make _ssh_log() public. | Andreas Schneider | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | include: Fix the LGPL header. | Andreas Schneider | 2013-01-23 | 1 | -12/+11 |
| | | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h | ||||
* | libsshpp: Remove type argument from doc. | Andreas Schneider | 2011-08-27 | 1 | -1/+0 |
| | |||||
* | auth: Make ssh_userauth_autopubkey legacy. | Andreas Schneider | 2011-08-25 | 1 | -2/+2 |
| | |||||
* | auth: Make ssh_userauth_pubkey legacy. | Andreas Schneider | 2011-08-23 | 1 | -8/+2 |
| | |||||
* | auth: Make ssh_userauth_try_publickey() legacy. | Andreas Schneider | 2011-08-23 | 1 | -3/+3 |
| | |||||
* | libsshpp: Removed unused variable. | Andreas Schneider | 2011-01-24 | 1 | -1/+0 |
| | |||||
* | Fix the missing returns in C++ wrapper | Aris Adamantiadis | 2011-01-05 | 1 | -1/+20 |
| | |||||
* | libsshpp: Fixed return of non-void function. | Andreas Schneider | 2010-12-23 | 1 | -1/+4 |
| | |||||
* | server: Remove channel_write_stderr. | Andreas Schneider | 2010-12-08 | 1 | -1/+1 |
| | |||||
* | ssh_channel_forward_* -> ssh_forward_* | Aris Adamantiadis | 2010-08-28 | 1 | -3/+3 |
| | | | | Fixes bug #108 | ||||
* | libsshpp: do not use deprecated functions | Aris Adamantiadis | 2010-08-28 | 1 | -0/+3 |
| | |||||
* | Fixed missing libsshpp methods | Aris Adamantiadis | 2010-08-28 | 1 | -23/+60 |
| | |||||
* | Fix a few documentation issues | Aris Adamantiadis | 2010-08-28 | 1 | -1/+1 |
| | |||||
* | Near to end of implementation of the C++ wrapper | Aris Adamantiadis | 2010-08-28 | 1 | -19/+124 |
| | |||||
* | Fix C++ documentation about the exceptions | Aris Adamantiadis | 2010-08-27 | 1 | -0/+7 |
| | |||||
* | Added a SSH_NO_CPP_EXCEPTIONS mode to libsshpp.h | Aris Adamantiadis | 2010-08-27 | 1 | -9/+26 |
| | |||||
* | Doxygen fixes | Aris Adamantiadis | 2010-08-23 | 1 | -1/+4 |
| | |||||
* | lot of C++ wrapper work | Aris Adamantiadis | 2010-08-23 | 1 | -29/+194 |
| | |||||
* | cpp: Fixed return value of userauthAutopubkey. | Andreas Schneider | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | Sanitize libssh namespace + legacy wrappers | Aris Adamantiadis | 2010-05-14 | 1 | -3/+3 |
| | |||||
* | Fixed the doxygen group of the libssh c++ wrapper. | Andreas Schneider | 2010-04-04 | 1 | -5/+7 |
| | |||||
* | Small doc fix | Aris Adamantiadis | 2010-02-12 | 1 | -0/+4 |
| | |||||
* | More C++ work | Aris Adamantiadis | 2010-02-12 | 1 | -8/+61 |
| | |||||
* | More C++ wrapper work. | Aris Adamantiadis | 2010-02-11 | 1 | -13/+124 |
| | | | | | | Wrote stubs of functions needed in the wrapper Created an Exception class which greatly simplifies the use of libssh in C++ | ||||
* | Update c++ prototypes | Aris Adamantiadis | 2010-02-02 | 1 | -0/+11 |
| | |||||
* | stub of C++ wrapper for libssh | Aris Adamantiadis | 2010-01-21 | 1 | -0/+65 |