Commit Graph

  • 887d201bd3 server: Added missing include files for getaddrinfo on Windows. Andreas Schneider 2010-12-29 20:53:28 +01:00
  • 1267240810 connect: Added and improved regex for ip detection. Andreas Schneider 2010-12-29 20:44:07 +01:00
  • 296767afc4 server: Added include files for getaddrinfo. Andreas Schneider 2010-12-29 20:36:14 +01:00
  • 13f3679b2f tests: Fixed torture_get_user_home_dir on Windows. Andreas Schneider 2010-12-29 20:35:55 +01:00
  • f3a6c3152c cmake: Don't build torture_rand on Windows. Andreas Schneider 2010-12-29 20:33:32 +01:00
  • 80d7ccb522 cmake: Added missing include dirs for libssh. Andreas Schneider 2010-12-29 20:18:18 +01:00
  • 78abf5a88d cmake: Added include and library deps to torture. Andreas Schneider 2010-12-29 20:17:36 +01:00
  • ad231ccd30 cmake: Fixed test includes and libraries. Andreas Schneider 2010-12-29 20:11:00 +01:00
  • d4a6c27a83 cmake: Only set profile GCC flags on UNIX systems. Andreas Schneider 2010-12-29 20:02:03 +01:00
  • e7a06ad3b4 cmake: Find cmockery on Windows. Andreas Schneider 2010-12-29 19:51:46 +01:00
  • d2bf90c982 build: Fixed include directories for torture lib. Andreas Schneider 2010-12-29 19:49:07 +01:00
  • 69ac51dfaa connect: Added missing $ in IPREGEX. Andreas Schneider 2010-12-29 19:47:27 +01:00
  • 3e2f714248 tests: Fixed a assert bug in torture_auth. Andreas Schneider 2010-12-29 09:12:12 +01:00
  • 530c17e2ef First real benchmark : raw SSH speed Aris Adamantiadis 2010-12-29 00:16:34 +01:00
  • 31043334f4 Export and document timestamp functions Aris Adamantiadis 2010-12-28 22:11:02 +01:00
  • 361e37dc66 tests: Added a torture_sftp_static test. Andreas Schneider 2010-12-28 18:57:02 +01:00
  • df55918a41 tests: Migrated torture_proxycommand to cmockery. Andreas Schneider 2010-12-28 16:59:07 +01:00
  • e6329c72d1 tests: Migrated torture_knownhosts to cmockery. Andreas Schneider 2010-12-28 16:55:18 +01:00
  • 8bd29736d2 tests: Migrated torture_auth to cmockery. Andreas Schneider 2010-12-28 16:41:14 +01:00
  • 0b2cf70622 tests: Migrated torture_algorithms to cmockery. Andreas Schneider 2010-12-28 16:25:49 +01:00
  • b0446ad55d tests: Migrated torture_rand to cmockery. Andreas Schneider 2010-12-28 15:10:34 +01:00
  • d04ce30b03 tests: Migrated torture_options to cmockery. Andreas Schneider 2010-12-28 15:05:56 +01:00
  • 512b776245 tests: Migrated torture_misc to cmockery. Andreas Schneider 2010-12-28 14:57:42 +01:00
  • d44919dfd4 tests: Migrated torture_list to cmockery. Andreas Schneider 2010-12-28 14:47:19 +01:00
  • 99d45c686c tests: Moved torture_knownhosts to client tests. Andreas Schneider 2010-12-28 14:41:46 +01:00
  • 2bc03d22a1 tests: Migrated torture_keyfiles to cmockery. Andreas Schneider 2010-12-28 14:37:45 +01:00
  • fa17f33d2b tests: Migrated torture_init to cmockery. Andreas Schneider 2010-12-28 14:15:32 +01:00
  • 400fc350a7 tests: Migrated torture_callbacks to cmockery. Andreas Schneider 2010-12-28 14:04:44 +01:00
  • 6f65e6ae67 tests: Migrate torture_buffer to cmockery. Andreas Schneider 2010-12-28 13:44:14 +01:00
  • 635a263f64 tests: Migrate the torture library to cmockery. Andreas Schneider 2010-12-28 13:43:32 +01:00
  • 17f592d4dd tests: Start to migrate tests to cmockery. Andreas Schneider 2010-12-28 13:41:33 +01:00
  • 7dc183126a Set variables in the good order Aris Adamantiadis 2010-12-28 13:50:34 +01:00
  • 4fe1656cf8 Moved benchmarks to the tests/ directory Aris Adamantiadis 2010-12-28 13:17:27 +01:00
  • a883330101 New benchmark framework Aris Adamantiadis 2010-12-28 02:18:27 +01:00
  • f0d811edc6 ctest: Added more valgrind suppressions. Andreas Schneider 2010-12-28 00:35:08 +01:00
  • 438083542d connect: Use a better IP regex. Andreas Schneider 2010-12-28 00:24:47 +01:00
  • 4fa2e4dde1 Added compression options and allow "yes/no" setting Aris Adamantiadis 2010-12-27 23:28:39 +01:00
  • 32c0e1c99a test: Added openssh checks to the compression tests. Andreas Schneider 2010-12-27 22:47:37 +01:00
  • b4c62ac9ea server: Replace gethostbyname() with getaddrinfo(). Andreas Schneider 2010-12-27 21:40:18 +01:00
  • 4362d76416 build: Prepare libssh 0.4.7 release. release-0-4-7 Andreas Schneider 2010-12-27 20:08:58 +01:00
  • da3b2d68a3 misc: Fixed a possible memory leak. (cherry picked from commit a0e98f585a) Andreas Schneider 2010-12-27 18:08:30 +01:00
  • a0e98f585a misc: Fixed a possible memory leak. Andreas Schneider 2010-12-27 18:08:30 +01:00
  • 4638b353d5 sftp: Fixed a memory leak in sftp_xstat. Andreas Schneider 2010-12-27 17:52:24 +01:00
  • 7c728acd12 sftp: Fixed a memory leak in sftp_xstat. Andreas Schneider 2010-12-27 17:52:24 +01:00
  • 38b87aab08 channels: Fixed a build warning. Andreas Schneider 2010-12-23 10:18:09 +01:00
  • 33c41074a7 libsshpp: Fixed return of non-void function. Andreas Schneider 2010-12-23 08:54:39 +01:00
  • 936c65f03e options: Remove unused variable. Andreas Schneider 2010-12-21 21:29:22 +01:00
  • 825581d0dc packet1: Fixed dead assignments. Andreas Schneider 2010-12-21 16:27:55 +01:00
  • 942b993f57 Add log verbosity to some testcases Aris Adamantiadis 2010-12-21 16:20:17 +01:00
  • e6bc4b4ff9 doc: Added samplessh hint to INSTALL. Andreas Schneider 2010-12-21 16:21:02 +01:00
  • 04e224c3b4 doc: Updated Changelog. Andreas Schneider 2010-12-21 15:51:07 +01:00
  • 19ab9a015f doc: Added copyright policy section. Andreas Schneider 2010-12-21 15:40:36 +01:00
  • 94fe52870b doc: Update README. Andreas Schneider 2010-12-21 15:24:38 +01:00
  • 55470aaaf1 doc: Remove the note. Andreas Schneider 2010-12-21 15:13:18 +01:00
  • 6a26335158 doc: Some fixes for linking howto. Andreas Schneider 2010-12-21 15:07:42 +01:00
  • 256e88690d doc: Make the warning bold. Andreas Schneider 2010-12-21 15:03:13 +01:00
  • 3a94c94f20 doc: More linking details. Andreas Schneider 2010-12-21 14:55:39 +01:00
  • 473d3e0b3a ctest: Set the suppression file correctly. Andreas Schneider 2010-12-21 14:43:14 +01:00
  • d5df18a14f build: Fixed build warning on FreeBSD. Andreas Schneider 2010-12-20 15:49:29 +01:00
  • bffaa86664 build: Fixed some build warnings on FreeBSD. Andreas Schneider 2010-12-20 15:45:49 +01:00
  • 1922341e2a New benchmarks directory Aris Adamantiadis 2010-12-19 17:29:17 +01:00
  • bcfab67daf ctest: Set the memcheck suppression file correctly. Andreas Schneider 2010-12-19 16:30:23 +01:00
  • 27f170011e ctest: Set suppression file only in CTestConfig. Andreas Schneider 2010-12-19 12:54:11 +01:00
  • 5cb4c9451f ctest: Make sure we have a clean source tree for each build. Andreas Schneider 2010-12-19 12:49:04 +01:00
  • 80408d5357 Fixed memory leak reported by valgrind Aris Adamantiadis 2010-12-19 12:37:21 +01:00
  • 47d11734e1 Fix free() on uninitialized data on some cases. Aris Adamantiadis 2010-12-19 12:33:31 +01:00
  • 14d6b8856f example: Fixed gcc warning. Andreas Schneider 2010-12-18 14:05:06 +01:00
  • 48e4df4ac0 TODO server: Fixed server support. Andreas Schneider 2010-12-18 14:02:53 +01:00
  • f5d0f232c8 ctest: Fixed git URL. Andreas Schneider 2010-12-18 12:15:14 +01:00
  • d6a5e5cb68 test: Fixed the default ctest file. Andreas Schneider 2010-12-15 19:15:02 +01:00
  • 751f202f56 doc: Follow the current naming convention. Andreas Schneider 2010-12-10 20:28:59 +01:00
  • 37eeb854e4 doc: Started to write a linking howto. Andreas Schneider 2010-12-10 20:17:57 +01:00
  • 57d752a1c3 include: Only require LIBSSH_STATIC on Windows. Andreas Schneider 2010-12-10 20:02:15 +01:00
  • ef1cfbea70 build: Use the same name for static and shared library. Andreas Schneider 2010-12-10 20:00:23 +01:00
  • a9f3a2f103 socket: Fixed uninitialized fd->revents member. Vic Lee 2010-10-22 13:08:13 +08:00
  • 038c764055 server: Remove channel_write_stderr. Andreas Schneider 2010-12-08 10:50:08 +01:00
  • 3ea33f9ab6 doc: Some small fixes in server.h. Andreas Schneider 2010-12-07 21:43:26 +01:00
  • 1758c172a2 doc: Fixed pki doc group. Andreas Schneider 2010-12-07 21:28:50 +01:00
  • 2a6cbed121 doc: Define a doc group for the callbacks. Andreas Schneider 2010-12-07 21:25:53 +01:00
  • 92fc2d6993 doc: Added buzzword. Andreas Schneider 2010-12-07 12:31:09 +01:00
  • 2dba4839ad Fix from Oleksandr Shneyder Aris Adamantiadis 2010-12-07 16:13:40 +01:00
  • 59f0293576 Fix from Oleksandr Shneyder Aris Adamantiadis 2010-12-07 16:10:34 +01:00
  • 0825abd03a doc: Fixed doc namespace to be able to install manpages. Andreas Schneider 2010-12-05 10:53:39 +01:00
  • f58441f474 Moved declarations from auth.h to various headers Aris Adamantiadis 2010-10-30 22:38:09 +02:00
  • 0e82cdeadc Moved includes from priv.h to bind.h Aris Adamantiadis 2010-10-27 23:06:38 +02:00
  • b6901ec4b9 Fix senddata.c for 32bits machines Aris Adamantiadis 2010-10-27 22:53:20 +02:00
  • ea4aa26dbb Split ssh_bind functions in a new .c file Aris Adamantiadis 2010-10-20 16:54:22 +02:00
  • 98221f4e36 Fixed a bunch of smallish bugs Aris Adamantiadis 2010-10-20 14:47:11 +02:00
  • 8e2699e161 start of work to have callbackbased ssh_bind Aris Adamantiadis 2010-10-19 23:51:07 +02:00
  • 01eb20e13f cmake: Fixed a problem with ccache. Andreas Schneider 2010-10-19 11:50:01 +02:00
  • b129181809 Adapt comments in options to give parameters types Aris Adamantiadis 2010-10-15 16:53:18 +02:00
  • 3253ece2a2 Oops, libssh.h did not compile anymore Aris Adamantiadis 2010-10-15 16:43:38 +02:00
  • 4b462449cf Fix OPTIONS_BINDADDR, PROXYCOMMAND constant change Aris Adamantiadis 2010-10-14 11:53:30 +02:00
  • 4f8907a524 Removed the global poll ctx in fav. of /session ctx Aris Adamantiadis 2010-10-12 17:57:15 +02:00
  • 7b1359042c Add zlib@openssh.com on the list of compression Aris Adamantiadis 2010-10-04 16:23:43 +02:00
  • da9cd2e64d Implemented zlib@openssh.com compression Aris Adamantiadis 2010-10-04 16:19:20 +02:00
  • 5d1636985b Resolved the server blocked bug Aris Adamantiadis 2010-10-03 21:36:03 +02:00
  • 088b86d4fe Fix doxygen warnings Aris Adamantiadis 2010-10-03 16:16:30 +02:00
  • 9a89fba332 resolve memory consumption bug Aris Adamantiadis 2010-10-03 13:31:02 +02:00
  • 0bc032726d Fix prepend bug Aris Adamantiadis 2010-10-03 13:01:21 +02:00