1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-07-29 13:01:14 +03:00

Commit Graph

  • 896154bc17 cmake: enable shared libssh2 library by default Viktor Szakats 2023-05-07 17:34:22 +00:00
  • 837fa4b8b7 cmake: tweak static/import lib name collision avoidance logic Viktor Szakats 2023-05-08 18:07:49 +00:00
  • a791c0b26a cmake: add IMPORT_LIB_SUFFIX (like STATIC_LIB_SUFFIX) Viktor Szakats 2023-05-08 17:31:41 +00:00
  • 9bd4d94a0c ci: do not disable shared lib with msys2/autotools in GHA Viktor Szakats 2023-05-08 22:08:52 +00:00
  • 4fcb97bde5 Makefile.mk: fix DYN=1 test by skipping tests needing static lib Viktor Szakats 2023-05-08 23:22:29 +00:00
  • 86eaec4a1e ci: make one of the AppVeyor CMake jobs shared-only Viktor Szakats 2023-05-08 13:32:21 +00:00
  • bc2445e56e cmake: allow tests with BUILD_STATIC_LIBS=OFF Viktor Szakats 2023-05-07 23:34:22 +00:00
  • 4296fccd1a build: fix to set -DLIBSSH2DEBUG for tests Viktor Szakats 2023-05-08 02:05:30 +00:00
  • 84d31d0ca7 test_auth_keyboard_info_request: fix to return failure Viktor Szakats 2023-05-08 00:38:30 +00:00
  • 731e74e26b test_auth_keyboard_info_request: fix indentation Viktor Szakats 2023-05-08 01:30:07 +00:00
  • b48ae2db9f tidy-up: move comment off from copyright header Viktor Szakats 2023-05-08 01:20:58 +00:00
  • 231bd8fae7 ci: enable shared libs in msys2/macOS cmake builds Viktor Szakats 2023-05-07 10:47:58 +00:00
  • 34b6549fe7 ci: add missed --parallel 3 from msys2 cmake builds Viktor Szakats 2023-05-07 11:28:09 +00:00
  • 7129ea9ca8 cmake: add and test "unity" builds Viktor Szakats 2023-05-07 00:38:55 +00:00
  • cdd7fc009d tests: simplify passing srcdir to tests Viktor Szakats 2023-05-03 23:40:46 +00:00
  • ebf644fb6a src: fix libssh2_store_*() for >u32 inputs Viktor Szakats 2023-05-03 21:17:01 +00:00
  • e36b21df91 cmake: limit WinCNG to Windows Viktor Szakats 2023-05-05 13:26:43 +00:00
  • 1458e28f36 cmake: move CMAKE_VS_GLOBALS setting to CI configs Viktor Szakats 2023-05-04 22:17:03 +00:00
  • f12e25af30 cmake: prefill for faster config phase on Windows Viktor Szakats 2023-05-04 21:04:30 +00:00
  • 62acef1c44 libssh2_setup.h: set HAVE_INTTYPES_H for MSVC Viktor Szakats 2023-05-04 22:18:53 +00:00
  • a190503e8e cmake: re-add select() detection (regression) Viktor Szakats 2023-05-04 22:55:38 +00:00
  • b9eafb9625 ci: merge make job into msys2 section, enable zlib + openssl Viktor Szakats 2023-05-04 17:32:42 +00:00
  • fd97eccecc ci: add missing timeouts for autotools tests Viktor Szakats 2023-05-04 17:28:28 +00:00
  • 3d64a3f510 ci: add mingw-w64 clang and gcc CMake jobs Viktor Szakats 2023-05-04 12:50:54 +00:00
  • 1289033598 cmake: assume bcrypt.h with WinCNG Viktor Szakats 2023-05-04 09:10:37 +00:00
  • a9f1acabe3 cmake: do not check for poll() on Windows Viktor Szakats 2023-05-04 11:47:44 +00:00
  • 0287961682 agent_win: make a struct static and other build improvements Viktor Szakats 2023-05-04 12:40:57 +00:00
  • fc003d4dc3 tidy-up: formatting nits Viktor Szakats 2023-05-04 11:31:40 +00:00
  • 272a17ce26 sftp: parse attribute extensions, if present, to avoid stream parsing errors (#1019) Nick Woodruff 2023-05-03 16:39:25 -04:00
  • d4690e9509 tests: merge sshd_fixture.sh into test_sshd.test Viktor Szakats 2023-05-03 17:43:56 +00:00
  • 8aa1ca859f ci: make sure to run tests after all builds in GHA Viktor Szakats 2023-05-03 14:52:43 +00:00
  • 8d076c0f0c tests: disable sshd tests on Windows via new options Viktor Szakats 2023-05-03 14:44:13 +00:00
  • 62178a367a tests: add cmake/autotools options to disable running tests Viktor Szakats 2023-05-03 14:30:02 +00:00
  • 54e8d02169 ci: add make distcheck job Viktor Szakats 2023-05-03 14:13:24 +00:00
  • 0c57c56fce ci: switch to out-of-tree autotools builds Viktor Szakats 2023-05-03 14:12:16 +00:00
  • 03ee8d3cc4 ci: restore parallel builds with cmake Viktor Szakats 2023-05-03 14:06:43 +00:00
  • c01ccf898b ci: sync names, steps, syntax, build dirname between jobs Viktor Szakats 2023-05-03 13:57:18 +00:00
  • dd62576627 ci: add Makefile.mk test, with LIBSSH2_NO_* options Viktor Szakats 2023-05-03 12:52:16 +00:00
  • 875bc599e5 Makefile.mk: use Makefile.inc from example and tests Viktor Szakats 2023-05-01 19:49:58 +00:00
  • 8270633eeb example, tests: fix ssh2 to correctly return failure Viktor Szakats 2023-05-03 13:05:35 +00:00
  • 0a29a63ca6 tests: set -e -u in shell scripts Viktor Szakats 2023-05-03 12:55:59 +00:00
  • 612ca85aaa cmake: use shared libs again in example and tests Viktor Szakats 2023-05-02 22:21:01 +00:00
  • bc120a343b tests: retry KEX failures when using the WinCNG backend Viktor Szakats 2023-04-28 23:24:26 +00:00
  • d70919fb00 example, test_ssh2: shutdown socket before close Viktor Szakats 2023-05-02 11:25:49 +00:00
  • e99c84f682 ci.yml: fix indentation [ci skip] Viktor Szakats 2023-04-30 17:34:52 +00:00
  • baecb5eb68 Makefile.mk: make tests depend on runner lib Viktor Szakats 2023-05-01 21:14:56 +00:00
  • 1c1317cb76 build: compile agent_win.c via agent.c Viktor Szakats 2023-05-01 19:43:46 +00:00
  • 74ffa1e01d cmake: delete obsolete comment Viktor Szakats 2023-05-02 22:17:47 +00:00
  • b87fbc91cb checksrc.sh: fix it to run from any current directory Viktor Szakats 2023-05-02 11:47:01 +00:00
  • ce9d789689 ISSUE_TEMPLATE: ask for crypto backend version Viktor Szakats 2023-05-02 14:03:39 +00:00
  • 33f3260a4a tests: fix newlines in test keys for sshd on Windows Viktor Szakats 2023-04-30 20:39:50 +00:00
  • ec8689b264 cmake: move option descriptions next to definition Viktor Szakats 2023-04-30 19:43:15 +00:00
  • d964289e54 checksrc: sync with curl Viktor Szakats 2023-05-01 13:16:59 +00:00
  • df513c0128 openssl: enable AES-GCM with wolfSSL Viktor Szakats 2023-05-01 10:23:59 +00:00
  • 82ef89611a appveyor: add a UWP OpenSSL 3 build Viktor Szakats 2023-05-01 01:57:40 +00:00
  • 5ca2d638e8 appveyor: skip before_test when not doing tests Viktor Szakats 2023-05-01 01:55:54 +00:00
  • dee8ec9270 docs: delete two stray characters Viktor Szakats 2023-05-02 10:12:13 +00:00
  • 5ee6d0ffbc tidy-up: avoid expression 'of course' Viktor Szakats 2023-04-30 11:36:39 +00:00
  • 31851511bf tidy-up: avoid word 'just' Viktor Szakats 2023-04-30 11:27:48 +00:00
  • 081c04571b tidy-up: avoid word 'simply' Viktor Szakats 2023-04-30 11:23:34 +00:00
  • cda41f7cb8 tests: teach to use the USERNAME envvar on Windows Viktor Szakats 2023-04-30 00:03:16 +00:00
  • 3f3236eb08 test_ssh2: support FIXTURE_TRACE_ALL* envvars Viktor Szakats 2023-04-29 22:40:31 +00:00
  • efdacfc791 tidy-up: add missing newline to error msg, formatting Viktor Szakats 2023-04-29 12:53:32 +00:00
  • 7c98234790 appveyor: wait more for SSH connection from GHA Viktor Szakats 2023-04-29 07:53:34 +00:00
  • 6972eb158e ci: restrict permissions in GitHub Actions Viktor Szakats 2023-04-28 21:00:34 +00:00
  • 7aab5bd6f9 build: fix autoreconf warnings Viktor Szakats 2023-04-28 20:55:48 +00:00
  • 738cbf5503 docker-bridge.ps1: use native newlines Viktor Szakats 2023-05-03 01:05:27 +00:00
  • fc7e79e442 sftp: remove packet limit for directory reading (#791) Zenju 2023-05-01 22:17:18 +02:00
  • ccac522260 checksrc: update and apply fixes Viktor Szakats 2023-04-28 14:10:11 +00:00
  • d93ccf4901 ci: add macOS CI jobs + fix issues revealed Viktor Szakats 2023-04-27 16:25:25 +00:00
  • f36edf94e7 ci: convert docker-bridge.bat to shell script Viktor Szakats 2023-04-28 13:58:26 +00:00
  • 59ed0a784e kex: use distinctive error strings Viktor Szakats 2023-04-17 11:07:21 +00:00
  • a683133dfe tidy-up: C header use Viktor Szakats 2023-04-24 21:45:28 +00:00
  • d67aaaffc4 tidy-up: text nits, English contractions [ci skip] Viktor Szakats 2023-04-27 14:17:52 +00:00
  • f4a4c05dc3 ci: add MSVC and UWP builds to GitHub Actions Viktor Szakats 2023-04-26 21:43:45 +00:00
  • 23029a9d36 session_fixture: avoid no-op chdir(getcwd()) Viktor Szakats 2023-04-26 20:25:04 +00:00
  • 8890fb455f tests/sshd_fixture.sh: convert back to POSIX Viktor Szakats 2023-04-26 18:22:17 +00:00
  • 33dddd2f8a If SFTP fails to initialize, do not busy loop waiting for IO to happen (#720) Miguel de Icaza 2023-04-26 14:51:19 -04:00
  • 592e2b37fa docs: simplify .TH header & other cleanups [ci skip] Viktor Szakats 2023-04-26 17:49:01 +00:00
  • d7bec41df3 tidy-up: formatting nits [ci skip] Viktor Szakats 2023-04-26 17:55:27 +00:00
  • 6c6bf4e5c0 vms: fix to include sys/socket.h Viktor Szakats 2023-04-26 13:00:39 +00:00
  • 2c18b6fc8d build: fix make distcheck regressions Viktor Szakats 2023-04-26 09:57:49 +00:00
  • 5db836b2a8 libssh2_priv.h: assume HAVE_LONGLONG Viktor Szakats 2023-04-25 19:15:00 +00:00
  • 5981bcb19b fix a couple of small regressions (#1004) Miguel de Icaza 2023-04-26 08:50:50 -04:00
  • e53aae0e16 tidy-up: gettimeofday() fallback and use Viktor Szakats 2023-04-25 17:46:45 +00:00
  • 55dfb7e051 libssh2_priv.h: fix checksrc warning [ci skip] Viktor Szakats 2023-04-25 18:33:17 +00:00
  • 9ef75298fa libssh2_priv.h: whitespace fixes cont. [ci skip] Viktor Szakats 2023-04-25 15:56:36 +00:00
  • 6939f08a88 libssh2_priv.h: whitespace fixes [ci skip] Viktor Szakats 2023-04-25 15:50:37 +00:00
  • f2de2fda4e cmake: use portable mkdir for tests/coverage target [ci skip] Viktor Szakats 2023-04-25 14:45:07 +00:00
  • 437af7e88f kex: fix overlapping memcpy() to memmove() Viktor Szakats 2023-04-20 22:55:49 +00:00
  • 4e256cf18a test/CMakeLists.txt: reuse Makefile.am librunner source list Viktor Szakats 2023-04-25 09:27:17 +00:00
  • 097c8f0dae openssl: fix misleading error message if wrong passphrase (#789) Zenju 2023-04-25 12:45:49 +02:00
  • 66fa286779 tidy-up: tiny nits [ci skip] Viktor Szakats 2023-04-25 10:18:38 +00:00
  • a459a25302 tests: improve running tests Viktor Szakats 2023-04-21 20:06:30 +00:00
  • fdf824d6f4 ci: reduce algo test runtime on AppVeyor Viktor Szakats 2023-04-22 08:58:57 +00:00
  • bc4e619e76 Agent forwarding implementation (#752) Michael Buckley 2023-04-22 01:54:20 -07:00
  • fba0b52b6a ci: add Windows Server 2016 into the test mix Viktor Szakats 2023-04-21 13:34:26 +00:00
  • f7e889b627 build: add autotools test_read support and more Viktor Szakats 2023-04-20 20:24:42 +00:00
  • cd5977deac cmake: restore a dash char in comment [ci skip] Viktor Szakats 2023-04-21 14:01:31 +00:00
  • 7b21ef300c tests: add AES-GCM protocol read tests (#992) Dan Fandrich 2023-04-21 03:09:04 -07:00