summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set all SSH hostkey preferences that are availableEric Huss2023-02-141-43/+42
* 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
* ssh: look for a key in known_hosts to set the key type for the handshakeCarlos Martín Nieto2023-01-181-53/+153
* ssh: verify the remote's host key against known_hosts if it existsCarlos Martín Nieto2023-01-181-87/+222
* repo: allow users running with sudo to access their repositoriesEdward Thomson2022-07-063-16/+45
* repo: validate gitdir and gitlink ownershipEdward Thomson2022-07-061-30/+77
* repo: allow admin owned configs by admin usersEdward Thomson2022-07-061-1/+4
* fs: allow ownership match if user is in admin groupEdward Thomson2022-07-062-7/+26
* fs: refactor file ownership checksEdward Thomson2022-07-063-103/+53
* fs: remove mock naming from change ownership constantsEdward Thomson2022-07-062-18/+31
* Merge pull request #6273 from apnadkarni/describe-crash-fixEdward Thomson2022-04-181-1/+1
|\
| * Makes sense.apnadkarni2022-04-141-2/+1
| * Bug #6272 - fix crash in git_describe_commit.Ashok P. Nadkarni2022-04-131-2/+3
* | Update src/libgit2/diff_print.cEdward Thomson2022-04-121-3/+2
* | diff_delta_format_path: handle null filenameIliyas Jorio2022-04-121-0/+6
* | [midx] Fix an undefined behavior (left-shift signed overflow)lhchavez2022-04-121-3/+8
* | fetch: support OID refspec without dstEdward Thomson2022-04-122-4/+10
* | repo: make ownership checks optionalEdward Thomson2022-04-123-1/+12
* | repo: honor safe.directory during ownership checksEdward Thomson2022-04-121-5/+46
* | repo: refactor global config loader functionEdward Thomson2022-04-121-19/+32
* | fs_path: mock ownership checksEdward Thomson2022-04-122-0/+56
* | repo: ensure that repo dir is owned by current userEdward Thomson2022-04-121-3/+28
* | fs_path: refactor ownership checks into current user and systemEdward Thomson2022-04-123-68/+195
|/
* win32: `find_system_dirs` does not return `GIT_ENOTFOUND`Edward Thomson2022-02-261-1/+1
* remote: do store the update_tips callback error valueCarlos Martín Nieto2022-02-261-1/+1
* xdiff: use xdl_free not freeEdward Thomson2022-02-182-4/+4
* Merge pull request #6204 from boretrk/merge_flagsEdward Thomson2022-02-123-17/+4
|\
| * merge: make the internal flags publicEdward Thomson2022-02-123-14/+4
| * merge: allocate merge flags for internal usePeter Pettersson2022-02-071-9/+6
| * merge: change enum GIT_MERGE_FILE_FAVOR__CONFLICTED to flagPeter Pettersson2022-02-073-3/+3
* | Merge pull request #6208 from jorio/fix-stale-filesize-crashEdward Thomson2022-02-127-9/+53
|\ \
| * | diff: fail generation if a file changes sizeEdward Thomson2022-02-121-4/+4
| * | diff: indicate when the file size is "valid"Edward Thomson2022-02-126-6/+35
| * | oid: make empty tree id globalEdward Thomson2022-02-122-0/+6
| * | diff_file: Apply suggestions from code review Iliyas Jorio2022-02-111-3/+3
| * | diff_file: fix crash if size of diffed file changes in workdirIliyas Jorio2022-02-111-3/+12
* | | Merge pull request #6207 from libgit2/ethomson/prngEdward Thomson2022-02-1214-48/+332
|\ \ \ | |/ / |/| |
| * | util: remove `p_mktemp` / `p_mkstemp`Edward Thomson2022-02-094-17/+0
| * | fs_path: use new mktmp to query unicode supportEdward Thomson2022-02-091-17/+20
| * | futils: use our random function for mktempEdward Thomson2022-02-092-14/+14
| * | str: add hexadigit encoding to stringsEdward Thomson2022-02-092-0/+29
| * | rand: introduce git_rand PRNGEdward Thomson2022-02-095-0/+269
* | | Merge pull request #6203 from libgit2/ethomson/fetch_by_oidEdward Thomson2022-02-118-137/+326
|\ \ \ | |/ / |/| |
| * | fetch: support oids in fetch specsEdward Thomson2022-02-063-15/+98
| * | fetch: add a test for local fetchingEdward Thomson2022-02-061-1/+3
| * | transport: transports can indicate support for fetch by oidEdward Thomson2022-02-064-3/+29
| * | remote: introduce git_remote_capabilitiesEdward Thomson2022-02-062-0/+16
| * | transport: add capabilities query functionEdward Thomson2022-02-062-0/+18