summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6477 from libgit2/ethomson/v1.5.2v1.5.2maint/v1.5Edward Thomson2023-02-154-4/+17
|\
| * meta: add changelog for v1.5.2Edward Thomson2023-02-141-0/+13
| * meta: update version numbers to 1.5.2Edward Thomson2023-02-143-4/+4
|/
* Merge pull request #6474 from libgit2/ethomson/v1.5.2Edward Thomson2023-02-1418-431/+676
|\
| * test: isolate home directory separately from global configEdward Thomson2023-02-146-23/+66
| * Set all SSH hostkey preferences that are availableEric Huss2023-02-141-43/+42
| * ci: convert PATH correctly to Cygwin format on WindowsEdward Thomson2023-02-142-4/+28
| * ci: limit test runner to build pathEdward Thomson2023-02-141-2/+20
| * ci: run clone tests in onlineEdward Thomson2023-02-141-1/+1
| * tests: known_hosts manipulating ssh clone testsEdward Thomson2023-02-142-22/+145
| * ci: compile against libssh2 on windowsEdward Thomson2023-02-142-2/+35
| * ssh: give a realistic error messageEdward Thomson2023-02-141-2/+2
| * ssh: support windows `known_hosts` filesEdward Thomson2023-02-141-8/+8
| * sysdir: provide actual home directoryEdward Thomson2023-02-142-10/+58
| * sysdir: move windows sysdir functions out of shared utilEdward Thomson2023-02-146-318/+275
|/
* 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
|\ \ \ | |/ / |/| |