1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-10-29 00:54:50 +03:00

Commit Graph

  • 455f062236 GHA: run fuzzer on master commits, bump upload-artifacts master Viktor Szakats 2025-10-25 00:26:44 +02:00
  • d4ebb524c5 GHA: replace deprecated set-output command with $GITHUB_OUTPUT Viktor Szakats 2025-10-24 14:33:33 +02:00
  • da6dec9319 GHA: set concurrency, zizmor Dependabot, set cooldown Viktor Szakats 2025-10-24 14:15:28 +02:00
  • 3969991b68 cmake: small tidy-ups Viktor Szakats 2025-10-20 23:36:40 +02:00
  • 4ed26f5740 Fix sftp_symlink when getting SSH_FXP_STATUS response (#1731) Will Cosgrove 2025-10-20 14:04:52 -07:00
  • 8dd9da3261 GHA: drop HOMEBREW_NO_AUTO_UPDATE=1 [ci skip] Viktor Szakats 2025-10-20 15:06:16 +02:00
  • bb7b68dee8 build: quote a cmake variable, drop redundant step in Cygwin CI jobs Viktor Szakats 2025-10-19 17:05:51 +02:00
  • 16ce0ec89b mbedtls: fix using garbage value (reported by clang-tidy) Viktor Szakats 2025-10-18 22:59:49 +02:00
  • 7c92792fed GHA: bump crypto lib dependencies Viktor Szakats 2025-10-18 04:30:50 +02:00
  • 6c6ea30d3d GHA/dependabot: minor fixes to prev Viktor Szakats 2025-10-14 11:38:51 +02:00
  • 557611f92b checksrc: update, update local config, fix toctou in examples Viktor Szakats 2025-10-13 13:40:18 +02:00
  • 45d52d16c3 GHA: bump components dependabot[bot] 2025-10-14 01:06:24 +00:00
  • d1ba043d0a GHA/dependabot: fix Dockerfile path Viktor Szakats 2025-10-14 02:55:17 +02:00
  • d223094467 Dockerfile: pin Debian trixie image, enable Dependabot Viktor Szakats 2025-10-13 18:49:15 +02:00
  • 51f6259d18 GHA: stop running tests with Libgcrypt Viktor Szakats 2025-10-13 18:49:15 +02:00
  • b807dac921 wolfssl: fix detecting ECDSA support Viktor Szakats 2025-10-13 23:57:49 +02:00
  • f2838c7674 cmake: link wolfSSL macOS/Unix system lib dependencies Viktor Szakats 2025-10-13 23:55:09 +02:00
  • 0f5843874b appveyor: enable WinCrypt ECDSA in tests, move to Windows 2016 Viktor Szakats 2025-10-13 20:45:28 +02:00
  • 4f9e6e0bfb REUSE: add copyright headers to more files, and .gitignore updates Viktor Szakats 2025-10-13 12:10:47 +02:00
  • 2dae302489 Update sftp_symlink to avoid out of bounds read on malformed packet #1705 (#1717) Will Cosgrove 2025-10-10 08:26:20 -07:00
  • 31ec5a8b55 packet: authagent_open: fix failure packet length (#1701) Joshua Rogers 2025-10-10 01:18:53 +08:00
  • 13a7145184 Fix type mismatch in "reason code" (#1706) Joshua Rogers 2025-10-10 01:03:39 +08:00
  • 4266904092 Fix error code on agent recv error (#1710) Joshua Rogers 2025-10-10 01:01:10 +08:00
  • b889b39945 docs: convert man page sources to "curldown" format Viktor Szakats 2025-09-14 18:22:27 +02:00
  • cea796fc2d openssl: drop support for OpenSSL <1.1.1, LibreSSL <2.7 (2018-03-21) Viktor Szakats 2025-09-19 18:20:51 +02:00
  • 9abb4e7872 GHA: bump reuse from 5.1.1 to 6.1.2 dependabot[bot] 2025-10-08 12:22:35 +00:00
  • aa334c77d7 GHA: bump github/codeql-action from 3.30.5 to 4.30.7 dependabot[bot] 2025-10-08 12:20:12 +00:00
  • 5dd317fa19 GHA/dependabot: fix pip directory Viktor Szakats 2025-10-08 14:15:58 +02:00
  • c3d8976c03 Remove unused kex state variable exchange_hash (#1713) Joshua Rogers 2025-10-08 01:18:00 +08:00
  • c097c6811c Downcast packet length checks #1707 (#1714) Will Cosgrove 2025-10-07 10:16:38 -07:00
  • f29de5870b ci/GHA: show full versions next to pinned actions Viktor Szakats 2025-10-03 14:17:39 +02:00
  • ab7dd8999a ci/GHA: pass zizmor a GH token, fix warnings found Viktor Szakats 2025-10-03 11:41:54 +02:00
  • af2de52f59 ci/GHA: bump actions dependabot[bot] 2025-10-01 16:39:00 +00:00
  • 61d51cb449 cmake: tidy up passing compiler and linker options Viktor Szakats 2025-09-28 02:04:32 +02:00
  • a7b3fdb416 ci/GHA: use --enable-option-checking=fatal, fix fallout Viktor Szakats 2025-09-27 23:12:24 +02:00
  • 549d90b83e cmake: enable picky warnings for MSC_VERSION=1944 Viktor Szakats 2025-09-27 21:51:57 +02:00
  • 31f23ac017 ci/GHA: sync MSVC job names with others [ci skip] Viktor Szakats 2025-09-27 21:53:44 +02:00
  • 14a709a72f cmake: pass picky C options to C targets only (and not to C++ ossfuzz) Viktor Szakats 2025-09-27 21:07:16 +02:00
  • 1f79b00505 ci/GHA: fix Linux autotools jobs to honor their zlib settings Viktor Szakats 2025-09-27 20:37:09 +02:00
  • 9ce9909df5 ci/GHA: merge cmake/autotools steps, other misc updates Viktor Szakats 2025-09-27 12:55:59 +02:00
  • ff50682c23 Add input bounds checking to SFTP API (#1679) Will Cosgrove 2025-09-26 08:03:28 -07:00
  • 08f5df3c0e ci/GHA: bump github/codeql-action and actions/cache dependabot[bot] 2025-09-25 19:45:04 +00:00
  • cd37b7047f ci/GHA: enable Dependabot pip updates Viktor Szakats 2025-09-25 21:37:50 +02:00
  • e990562281 ci/GHA: drop spaces from requirements.txt Viktor Szakats 2025-09-25 13:53:08 +02:00
  • ec5ba06276 GHA: use reuse linter tool directly, merge linters into a single workflow Viktor Szakats 2025-09-25 11:23:37 +02:00
  • d414292370 ci/GHA: pin codespell, use venv Viktor Szakats 2025-09-24 23:08:28 +02:00
  • af679ecc79 cmake: use modern alternative for get_filename_component() Viktor Szakats 2025-09-22 18:51:05 +02:00
  • a30ea29bc3 ci/GHA: merge Linux CodeQL jobs into one Viktor Szakats 2025-09-19 14:22:24 +02:00
  • b200b656b0 ci/GHA: disable trap-caching in CodeQL Viktor Szakats 2025-09-19 13:56:14 +02:00
  • 3389a125f3 ci/GHA: fixup comments after actions bump [ci skip] Viktor Szakats 2025-09-16 14:01:26 +02:00
  • 5bd1baed82 SECURITY.md: mention GitHub PVR as an option Viktor Szakats 2025-09-15 19:09:04 +02:00
  • 765c102f32 ci/GHA: bump actions/checkout from 4.2.2 to 5.0.0 (#1665) dependabot[bot] 2025-09-15 21:48:49 +02:00
  • 629904e4e4 ci/GHA: rename GHA CodeQL configuration Viktor Szakats 2025-09-15 15:16:35 +02:00
  • 51b35d1b7a fix two NULL checks Viktor Szakats 2025-09-14 00:38:47 +02:00
  • 199526f941 tidy-up: Makefile.am comments and copyright header Viktor Szakats 2025-09-14 18:31:48 +02:00
  • fdd6aa2cfa cmake: initialize __runtime_dependencies variable Viktor Szakats 2025-09-14 22:30:47 +02:00
  • 746de2ad88 ci/GHA: test WinCNG with CodeQL Viktor Szakats 2025-09-14 13:01:29 +02:00
  • 664d7654c5 build: fix/extend Apple clang and mainline llvm version translations Viktor Szakats 2025-09-14 11:24:06 +02:00
  • 63ae236f28 ci/GHA: extend CodeQL to libgcrypt, mbedTLS, wolfSSL, zlib builds Viktor Szakats 2025-09-14 01:04:56 +02:00
  • 1ec4e27f85 ci/GHA: add CodeQL jobs for GHA and C Viktor Szakats 2025-09-13 22:54:34 +02:00
  • c3e6dbd469 tidy-up: fix typos found by typos-cli 1.36.2 Viktor Szakats 2025-09-13 22:30:34 +02:00
  • 4cb8398fa7 ci/GHA: document permissions as required by zizmor 1.13.0 Viktor Szakats 2025-09-13 17:41:18 +02:00
  • a0dafb3197 ci/GHA: bump actions dependabot[bot] 2025-09-09 07:20:41 +00:00
  • 60c528be07 ci/GHA: enable Dependabot to bump GitHub Actions Viktor Szakats 2025-09-09 09:18:47 +02:00
  • 09eb59e3bb cmake: use C compiler version (not C++), fix a fallout Viktor Szakats 2025-09-03 15:00:30 +02:00
  • 25ed4d74de cmake: make clean-coverage target portable Viktor Szakats 2025-09-03 10:12:36 +02:00
  • 2fcba30a7e GHA: stay on windows-2022 runners Viktor Szakats 2025-08-30 10:02:36 +02:00
  • d1c0e14d2a Improve known_hosts parsing and harden _libssh2_base64_encode() (#1641) Will Cosgrove 2025-08-25 09:36:40 -07:00
  • dd50a41152 cmake: add LIBSSH2_DISABLE_INSTALL option trustytrojan 2025-08-07 08:35:20 -04:00
  • 0ec6b3e842 GHA: bumps, delete two jobs with fallouts Viktor Szakats 2025-08-24 12:17:15 +02:00
  • 714fa876ee cmake: make the ExternalProject test work Viktor Szakats 2025-08-07 09:33:28 +02:00
  • 30203f167b docs: improve man page for libssh2_channel_request_auth_agent Kian Kasad 2024-12-20 14:23:32 -08:00
  • 30befffe04 kex: fix DH-GEX-sha256 bignum initialization Josh Brobst 2025-05-11 14:15:58 -04:00
  • cea8783ed8 Fix small leak in base64_encode() with empty data #1627 (#1630) Will Cosgrove 2025-07-21 11:48:25 -07:00
  • aa4c7b5b96 Handle malformed comments in known_hosts parsing #1628 (#1629) Will Cosgrove 2025-07-21 11:46:58 -07:00
  • 992dafbc7f scp: fix NULL dereference in path arg of send/recv (#1625) Ryan Kelley 2025-07-21 13:02:42 -04:00
  • f46422223f libgcrypt: add support for RSA SHA-256/SHA-512 Josh Brobst 2025-05-11 18:20:13 -04:00
  • ad8e924583 cmake: fixup Libs.private lib order Viktor Szakats 2025-07-14 00:00:59 +02:00
  • e1da7b2cb8 cmake: de-duplicate LIBSSH2_PC_LIBS_PRIVATE more carefully Viktor Szakats 2025-07-13 15:33:58 +02:00
  • 4e08dac73d cmake: tidy up add_feature_info() formatting Viktor Szakats 2025-07-13 19:12:39 +02:00
  • dfe7aca9b0 ci/GHA: allow more time for 'CM integration' job Viktor Szakats 2025-07-13 19:25:13 +02:00
  • 300da4e2ff cmake: pre-fill more, simplify control flow Viktor Szakats 2025-07-13 12:46:42 +02:00
  • 22784a56e2 cmake: drop redundant -lws2_32 meant for libssh2.pc Viktor Szakats 2025-07-13 12:22:06 +02:00
  • e62a72b22f ci/GHA: move CI checks to Linux, other CI tweaks Viktor Szakats 2025-07-13 03:39:38 +02:00
  • 98cd10d1c1 INSTALL_CMAKE: fixes build result directories Lucas Queiroz 2025-07-08 10:47:32 -03:00
  • 723b701715 build: tidy up comments on Makefile.inc variables Viktor Szakats 2025-06-14 15:49:21 +02:00
  • 339ea0f61f GHA: fix new zizmor warnings Viktor Szakats 2025-07-02 01:25:41 +02:00
  • 694b9d964b cmake: add linter, fix issues Viktor Szakats 2025-06-10 22:30:54 +02:00
  • d7cf63bb05 GHA: fix zizmor and shellcheck warnings, verify in CI Viktor Szakats 2025-06-06 10:54:35 +02:00
  • d8ae40bad0 Fixes when server/client uses encryption method with integrated MAC and the other doesn't (#1582) chrisgch 2025-05-21 22:38:11 +02:00
  • 9136cc763b agent: fix byte amount copied for method in libssh2_agent_sign Anders Borum 2025-05-14 14:30:54 +00:00
  • 201c368aa1 ci/GHA: avoid touching GITHUB_ENV Viktor Szakats 2025-05-08 22:59:52 +02:00
  • f522f10c2f cmake: test integration with old cmake (v3.11.4 2018-03-28) Viktor Szakats 2025-04-28 10:35:55 +02:00
  • 72982d1589 build: sync up picky warnings with curl, fix fallouts Viktor Szakats 2025-04-26 15:57:52 +02:00
  • 62ad6a84ce cmake: honor individual picky option overrides found in CMAKE_C_FLAGS Viktor Szakats 2025-04-26 16:03:58 +02:00
  • f89406b50c Dockerfile: switch to Debian stable Viktor Szakats 2025-05-07 00:28:54 +02:00
  • 4e78006c2b cmake: fix copy-paste typo in integration tests for old cmake Viktor Szakats 2025-04-28 14:15:51 +02:00
  • 77df767784 cmake: extend integration tests Viktor Szakats 2025-04-23 09:30:08 +02:00
  • ac80041852 cmake: IMPORTED target improvements and fixes Viktor Szakats 2025-04-21 02:55:53 +02:00
  • a8dd5090d6 cmake: avoid 'target is imported but not globally visible' when consuming libcurl with old cmake Viktor Szakats 2025-04-23 16:25:52 +02:00