aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-27server: Replace gethostbyname() with getaddrinfo().Andreas Schneider3-52/+56
Fixes rlo#13.
2010-12-27misc: Fixed a possible memory leak.Andreas Schneider1-1/+2
2010-12-27sftp: Fixed a memory leak in sftp_xstat.Andreas Schneider1-1/+4
Thanks to dsc for the bug report.
2010-12-23channels: Fixed a build warning.Andreas Schneider1-1/+1
2010-12-23libsshpp: Fixed return of non-void function.Andreas Schneider1-1/+4
2010-12-21options: Remove unused variable.Andreas Schneider1-4/+0
2010-12-21packet1: Fixed dead assignments.Andreas Schneider1-3/+1
Found by http://test.libssh.org/scan-build/
2010-12-21Add log verbosity to some testcasesAris Adamantiadis1-0/+2
2010-12-21doc: Added samplessh hint to INSTALL.Andreas Schneider1-0/+2
2010-12-21doc: Updated Changelog.Andreas Schneider1-3/+81
2010-12-21doc: Added copyright policy section.Andreas Schneider1-0/+17
2010-12-21doc: Update README.Andreas Schneider1-0/+6
2010-12-21doc: Remove the note.Andreas Schneider1-1/+1
2010-12-21doc: Some fixes for linking howto.Andreas Schneider1-7/+3
2010-12-21doc: Make the warning bold.Andreas Schneider1-2/+2
2010-12-21doc: More linking details.Andreas Schneider1-0/+4
2010-12-21ctest: Set the suppression file correctly.Andreas Schneider1-5/+5
2010-12-20build: Fixed build warning on FreeBSD.Andreas Schneider1-0/+5
2010-12-20build: Fixed some build warnings on FreeBSD.Andreas Schneider2-0/+4
2010-12-19New benchmarks directoryAris Adamantiadis6-1/+58
2010-12-19ctest: Set the memcheck suppression file correctly.Andreas Schneider2-3/+3
2010-12-19ctest: Set suppression file only in CTestConfig.Andreas Schneider2-2/+1
2010-12-19ctest: Make sure we have a clean source tree for each build.Andreas Schneider1-2/+4
2010-12-19Fixed memory leak reported by valgrindAris Adamantiadis1-2/+5
2010-12-19Fix free() on uninitialized data on some cases.Aris Adamantiadis1-2/+1
2010-12-18example: Fixed gcc warning.Andreas Schneider1-1/+1
2010-12-18TODO server: Fixed server support.Andreas Schneider3-190/+203
2010-12-18ctest: Fixed git URL.Andreas Schneider1-1/+1
2010-12-15test: Fixed the default ctest file.Andreas Schneider1-1/+1
2010-12-10doc: Follow the current naming convention.Andreas Schneider2-2/+2
2010-12-10doc: Started to write a linking howto.Andreas Schneider2-0/+29
2010-12-10include: Only require LIBSSH_STATIC on Windows.Andreas Schneider2-11/+18
2010-12-10build: Use the same name for static and shared library.Andreas Schneider1-0/+2
2010-12-08server: Remove channel_write_stderr.Andreas Schneider3-21/+1
2010-12-07doc: Some small fixes in server.h.Andreas Schneider1-11/+6
2010-12-07doc: Fixed pki doc group.Andreas Schneider1-1/+2
2010-12-07doc: Define a doc group for the callbacks.Andreas Schneider1-0/+11
2010-12-07doc: Added buzzword.Andreas Schneider1-1/+1
2010-12-07Fix from Oleksandr ShneyderAris Adamantiadis1-2/+4
http://www.libssh.org/archive/libssh/2010-11/0000005.html
2010-12-05doc: Fixed doc namespace to be able to install manpages.Andreas Schneider11-20/+20
2010-10-30Moved declarations from auth.h to various headersAris Adamantiadis3-22/+25
2010-10-27Moved includes from priv.h to bind.hAris Adamantiadis4-25/+57
2010-10-27Fix senddata.c for 32bits machinesAris Adamantiadis1-3/+3
2010-10-20Split ssh_bind functions in a new .c fileAris Adamantiadis3-322/+373
2010-10-20Fixed a bunch of smallish bugsAris Adamantiadis5-17/+56
http://linuxtesting.org/upstream-tracker/test_results/libssh/current/test_results.html for a whole list
2010-10-19start of work to have callbackbased ssh_bindAris Adamantiadis4-36/+139
2010-10-19cmake: Fixed a problem with ccache.Andreas Schneider1-1/+5
2010-10-15Adapt comments in options to give parameters typesAris Adamantiadis1-161/+161
2010-10-15Oops, libssh.h did not compile anymoreAris Adamantiadis1-2/+2
2010-10-14Fix OPTIONS_BINDADDR, PROXYCOMMAND constant changeAris Adamantiadis1-1/+1