aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-12-28tests: Migrated torture_algorithms to cmockery.Andreas Schneider2-120/+115
2010-12-28tests: Migrated torture_rand to cmockery.Andreas Schneider2-35/+41
2010-12-28tests: Migrated torture_options to cmockery.Andreas Schneider2-85/+65
2010-12-28tests: Migrated torture_misc to cmockery.Andreas Schneider2-67/+65
2010-12-28tests: Migrated torture_list to cmockery.Andreas Schneider2-45/+44
2010-12-28tests: Moved torture_knownhosts to client tests.Andreas Schneider3-2/+1
2010-12-28tests: Migrated torture_keyfiles to cmockery.Andreas Schneider2-113/+122
2010-12-28tests: Migrated torture_init to cmockery.Andreas Schneider2-17/+15
2010-12-28tests: Migrated torture_callbacks to cmockery.Andreas Schneider2-41/+46
2010-12-28tests: Migrate torture_buffer to cmockery.Andreas Schneider2-41/+39
2010-12-28tests: Migrate the torture library to cmockery.Andreas Schneider3-149/+8
2010-12-28tests: Start to migrate tests to cmockery.Andreas Schneider7-101/+82
https://code.google.com/p/cmockery/wiki/Cmockery_Unit_Testing_Framework
2010-12-28Set variables in the good orderAris Adamantiadis1-3/+5
2010-12-28Moved benchmarks to the tests/ directoryAris Adamantiadis10-3/+8
2010-12-28New benchmark frameworkAris Adamantiadis5-10/+399
with pluggable style benchmarks and an original SSH RTT calculator !
2010-12-28ctest: Added more valgrind suppressions.Andreas Schneider1-0/+25
2010-12-28connect: Use a better IP regex.Andreas Schneider1-1/+3
2010-12-27Added compression options and allow "yes/no" settingAris Adamantiadis6-21/+72
SSH_OPTION_COMPRESSION and SSH_OPTION_COMPRESSION_LEVEL options have been added. Now, end-level apps may simply choose to enable compression without knowing the relevant algorithms behind it.
2010-12-27test: Added openssh checks to the compression tests.Andreas Schneider1-10/+16
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