summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6450 from libgit2/1.5_sshv1.5.1Edward Thomson2023-01-207-97/+348
|\
| * meta: add changelog for v1.5.1Edward Thomson2023-01-181-0/+11
| * meta: update version numbers to 1.5.1Edward Thomson2023-01-183-4/+4
| * ssh: look for a key in known_hosts to set the key type for the handshakeCarlos Martín Nieto2023-01-181-53/+153
| * tests: move online::clone::ssh_auth_methods into the ssh test suiteCarlos Martín Nieto2023-01-181-2/+2
| * tests: append the github.com ssh keys so we have access during testsCarlos Martín Nieto2023-01-181-0/+5
| * ssh: verify the remote's host key against known_hosts if it existsCarlos Martín Nieto2023-01-181-87/+222
|/
* Merge pull request #6351 from libgit2/ethomson/v1.5.0v1.5.0Edward Thomson2022-07-133-3/+80
|\
| * v1.5: update version numbersEdward Thomson2022-07-132-3/+3
| * v1.5: update the changelogEdward Thomson2022-07-131-0/+77
|/
* meta: update release.yml for security informationEdward Thomson2022-07-131-1/+4
* Merge pull request #6348 from lya001/fix-invalid-branch-nameEdward Thomson2022-07-134-14/+56
|\
| * Update src/libgit2/tag.cEdward Thomson2022-07-121-0/+2
| * Apply suggestions from code reviewEdward Thomson2022-07-122-6/+6
| * Merge branch 'main' into fix-invalid-branch-nameyuangli2022-07-121570-197319/+209051
| |\
| * | tests: free resources in invalid tag name testyuangli2022-07-111-0/+3
| * | tests: error when create tag with invalid nameyuangli2022-07-111-0/+16
| * | tag: refactor tag name validity checksyuangli2022-07-111-5/+15
| * | branches: fix error message for invalid nameyuangli2022-07-111-7/+7
| * | tests: rename to follow clar naming conventionyuangli2022-07-111-1/+1
| * | tests: rename test for consistencyyuangli2022-07-111-1/+1
| * | branch: refactor branch name validity checksyuangli2022-07-111-2/+7
| * | tests: error when create branch with invalid nameyuangli2022-07-111-0/+8
| * | tests: follow clar naming conventionyuangli2022-07-111-1/+1
* | | Merge pull request #6347 from libgit2/ethomson/no_pack_v3Edward Thomson2022-07-122-3/+3
|\ \ \
| * | | pack: don't pretend we support pack files v3Edward Thomson2022-07-082-3/+3
| | |/ | |/|
* | | Merge pull request #6350 from libgit2/ethomson/zlibEdward Thomson2022-07-1215-959/+10749
|\ \ \
| * | | zlib: Silence some warnings from Visual Studio C.Mark Adler2022-07-122-5/+5
| * | | zlib: slide_hash: add MSAN annotation to suppress known read from uninitialis...Andrzej Hunt2022-07-121-0/+5
| * | | zlib: declare prototypes for new functionsEdward Thomson2022-07-122-1/+10
| * | | zlib: updated bundled zlib to v1.2.12Edward Thomson2022-07-1215-959/+10735
* | | | Merge pull request #6349 from libgit2/ethomson/cve-2022-29187Edward Thomson2022-07-123-46/+122
|\ \ \ \ | |/ / / |/| | |
| * | | repo: allow users running with sudo to access their repositoriesEdward Thomson2022-07-123-16/+45
| * | | repo: validate gitdir and gitlink ownershipEdward Thomson2022-07-121-30/+77
|/ / /
* | | Merge pull request #6341 from libgit2/ethomson/ownership2Edward Thomson2022-07-125-109/+174
|\ \ \ | |/ / |/| |
| * | repo: allow admin owned configs by admin usersEdward Thomson2022-07-072-1/+18
| * | fs: allow ownership match if user is in admin groupEdward Thomson2022-07-072-7/+26
| * | fs: refactor file ownership checksEdward Thomson2022-07-073-103/+53
| * | fs: remove mock naming from change ownership constantsEdward Thomson2022-07-073-28/+41
| * | repo: add tests for bare repo permissionsEdward Thomson2022-07-071-0/+67
| * | Revert "repo: allow administrator to own the configuration"Edward Thomson2022-07-072-4/+3
|/ /
* | Merge pull request #6333 from jpalus/pcre2-detectionEdward Thomson2022-07-072-5/+4
|\ \
| * | cmake: drop posix dependency from pcre* detectionJan Palus2022-07-072-5/+4
* | | Merge pull request #6334 from i-tengfei/fix-rebase-interactiveEdward Thomson2022-07-071-1/+11
|\ \ \
| * | | rebase: formatting fixesEdward Thomson2022-07-061-3/+4
| * | | fix interactive rebase detect.Tengfei2022-06-281-1/+10
| |/ /
* | | Merge pull request #6335 from kcsaul/fix/config-find-system-fileEdward Thomson2022-07-061-2/+2
|\ \ \
| * | | config: use correct git_sysdir_find* function within git_config_find* functionsKevin Saul2022-06-281-2/+2
| |/ /
* | | Merge pull request #6340 from vishwin/mainEdward Thomson2022-07-061-1/+3
|\ \ \
| * | | ntlmclient: LibreSSL 3.5 removed HMAC_CTX_cleanupCharlie Li2022-07-031-1/+3
| |/ /