Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libsshpp: Fixed return of non-void function. | Andreas Schneider | 2010-12-23 | 1 | -1/+4 |
| | |||||
* | options: Remove unused variable. | Andreas Schneider | 2010-12-21 | 1 | -4/+0 |
| | |||||
* | packet1: Fixed dead assignments. | Andreas Schneider | 2010-12-21 | 1 | -3/+1 |
| | | | | Found by http://test.libssh.org/scan-build/ | ||||
* | Add log verbosity to some testcases | Aris Adamantiadis | 2010-12-21 | 1 | -0/+2 |
| | |||||
* | doc: Added samplessh hint to INSTALL. | Andreas Schneider | 2010-12-21 | 1 | -0/+2 |
| | |||||
* | doc: Updated Changelog. | Andreas Schneider | 2010-12-21 | 1 | -3/+81 |
| | |||||
* | doc: Added copyright policy section. | Andreas Schneider | 2010-12-21 | 1 | -0/+17 |
| | |||||
* | doc: Update README. | Andreas Schneider | 2010-12-21 | 1 | -0/+6 |
| | |||||
* | doc: Remove the note. | Andreas Schneider | 2010-12-21 | 1 | -1/+1 |
| | |||||
* | doc: Some fixes for linking howto. | Andreas Schneider | 2010-12-21 | 1 | -7/+3 |
| | |||||
* | doc: Make the warning bold. | Andreas Schneider | 2010-12-21 | 1 | -2/+2 |
| | |||||
* | doc: More linking details. | Andreas Schneider | 2010-12-21 | 1 | -0/+4 |
| | |||||
* | ctest: Set the suppression file correctly. | Andreas Schneider | 2010-12-21 | 1 | -5/+5 |
| | |||||
* | build: Fixed build warning on FreeBSD. | Andreas Schneider | 2010-12-20 | 1 | -0/+5 |
| | |||||
* | build: Fixed some build warnings on FreeBSD. | Andreas Schneider | 2010-12-20 | 2 | -0/+4 |
| | |||||
* | New benchmarks directory | Aris Adamantiadis | 2010-12-19 | 6 | -1/+58 |
| | |||||
* | ctest: Set the memcheck suppression file correctly. | Andreas Schneider | 2010-12-19 | 2 | -3/+3 |
| | |||||
* | ctest: Set suppression file only in CTestConfig. | Andreas Schneider | 2010-12-19 | 2 | -2/+1 |
| | |||||
* | ctest: Make sure we have a clean source tree for each build. | Andreas Schneider | 2010-12-19 | 1 | -2/+4 |
| | |||||
* | Fixed memory leak reported by valgrind | Aris Adamantiadis | 2010-12-19 | 1 | -2/+5 |
| | |||||
* | Fix free() on uninitialized data on some cases. | Aris Adamantiadis | 2010-12-19 | 1 | -2/+1 |
| | |||||
* | example: Fixed gcc warning. | Andreas Schneider | 2010-12-18 | 1 | -1/+1 |
| | |||||
* | TODO server: Fixed server support. | Andreas Schneider | 2010-12-18 | 3 | -190/+203 |
| | |||||
* | ctest: Fixed git URL. | Andreas Schneider | 2010-12-18 | 1 | -1/+1 |
| | |||||
* | test: Fixed the default ctest file. | Andreas Schneider | 2010-12-15 | 1 | -1/+1 |
| | |||||
* | doc: Follow the current naming convention. | Andreas Schneider | 2010-12-10 | 2 | -2/+2 |
| | |||||
* | doc: Started to write a linking howto. | Andreas Schneider | 2010-12-10 | 2 | -0/+29 |
| | |||||
* | include: Only require LIBSSH_STATIC on Windows. | Andreas Schneider | 2010-12-10 | 2 | -11/+18 |
| | |||||
* | build: Use the same name for static and shared library. | Andreas Schneider | 2010-12-10 | 1 | -0/+2 |
| | |||||
* | server: Remove channel_write_stderr. | Andreas Schneider | 2010-12-08 | 3 | -21/+1 |
| | |||||
* | doc: Some small fixes in server.h. | Andreas Schneider | 2010-12-07 | 1 | -11/+6 |
| | |||||
* | doc: Fixed pki doc group. | Andreas Schneider | 2010-12-07 | 1 | -1/+2 |
| | |||||
* | doc: Define a doc group for the callbacks. | Andreas Schneider | 2010-12-07 | 1 | -0/+11 |
| | |||||
* | doc: Added buzzword. | Andreas Schneider | 2010-12-07 | 1 | -1/+1 |
| | |||||
* | Fix from Oleksandr Shneyder | Aris Adamantiadis | 2010-12-07 | 1 | -2/+4 |
| | | | | http://www.libssh.org/archive/libssh/2010-11/0000005.html | ||||
* | doc: Fixed doc namespace to be able to install manpages. | Andreas Schneider | 2010-12-05 | 11 | -20/+20 |
| | |||||
* | Moved declarations from auth.h to various headers | Aris Adamantiadis | 2010-10-30 | 3 | -22/+25 |
| | |||||
* | Moved includes from priv.h to bind.h | Aris Adamantiadis | 2010-10-27 | 4 | -25/+57 |
| | |||||
* | Fix senddata.c for 32bits machines | Aris Adamantiadis | 2010-10-27 | 1 | -3/+3 |
| | |||||
* | Split ssh_bind functions in a new .c file | Aris Adamantiadis | 2010-10-20 | 3 | -322/+373 |
| | |||||
* | Fixed a bunch of smallish bugs | Aris Adamantiadis | 2010-10-20 | 5 | -17/+56 |
| | | | | | http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list | ||||
* | start of work to have callbackbased ssh_bind | Aris Adamantiadis | 2010-10-19 | 4 | -36/+139 |
| | |||||
* | cmake: Fixed a problem with ccache. | Andreas Schneider | 2010-10-19 | 1 | -1/+5 |
| | |||||
* | Adapt comments in options to give parameters types | Aris Adamantiadis | 2010-10-15 | 1 | -161/+161 |
| | |||||
* | Oops, libssh.h did not compile anymore | Aris Adamantiadis | 2010-10-15 | 1 | -2/+2 |
| | |||||
* | Fix OPTIONS_BINDADDR, PROXYCOMMAND constant change | Aris Adamantiadis | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | Removed the global poll ctx in fav. of /session ctx | Aris Adamantiadis | 2010-10-12 | 5 | -35/+21 |
| | |||||
* | Add zlib@openssh.com on the list of compression | Aris Adamantiadis | 2010-10-04 | 1 | -2/+2 |
| | |||||
* | Implemented zlib@openssh.com compression | Aris Adamantiadis | 2010-10-04 | 6 | -8/+48 |
| | |||||
* | Resolved the server blocked bug | Aris Adamantiadis | 2010-10-03 | 1 | -0/+1 |
| |