summaryrefslogtreecommitdiff
path: root/src/libgit2/transports
Commit message (Expand)AuthorAgeFilesLines
* ssh: introduce GIT_SSH_EXEC for external OpenSSHEdward Thomson2023-04-113-0/+296
* ssh: GIT_SSH_LIBSSH2 is now distinct from GIT_SSHEdward Thomson2023-04-113-6/+6
* ssh: refactor libssh2-specific bits into their own fileEdward Thomson2023-04-114-1106/+1159
* http: add SSPI authentication on WindowsEdward Thomson2023-03-213-4/+345
* utf8: add conversion with size and refactor namesEdward Thomson2023-03-211-12/+12
* http: refactor GSSAPI / negotiate / NTLM authEdward Thomson2023-03-213-46/+46
* Revert "Pass hostkey & port to host verify callback"Edward Thomson2023-02-271-11/+3
* Pass hostkey & port to host verify callbackFrancois-Xavier Coudert2023-02-241-3/+11
* net: parse urls or scp style paths in the same functionEdward Thomson2023-02-241-11/+7
* Make failure to connect to ssh-agent non-fatalFrancois-Xavier Coudert2023-02-221-1/+3
* Merge pull request #6456 from libgit2/ethomson/sha256_experimentalEdward Thomson2023-02-145-46/+243
|\
| * transport: teach transports about oid types and SHA256Edward Thomson2023-02-125-30/+140
| * clone: support sha256Edward Thomson2023-02-123-22/+109
* | Set all SSH hostkey preferences that are availableEric Huss2023-02-091-43/+42
* | ssh: give a realistic error messageEdward Thomson2023-02-091-2/+2
* | ssh: support windows `known_hosts` filesEdward Thomson2023-02-091-8/+8
|/
* Merge pull request #6435 from russell/capabilities-typoEdward Thomson2023-01-201-2/+2
|\
| * transport: fix capabilities calculationRussell Sim2022-11-251-2/+2
* | Merge commit 'e33d7c068' into ssh_key_checkingEdward Thomson2023-01-201-91/+326
|\ \ | |/ |/|
| * ssh: look for a key in known_hosts to set the key type for the handshakeCarlos Martín Nieto2022-11-041-53/+153
| * ssh: verify the remote's host key against known_hosts if it existsCarlos Martín Nieto2022-11-021-87/+222
* | http: Update httpclient options when reusing an existing connection.Sebastian Lackner2022-10-203-7/+27
|/
* winhttp: handle long custom headersKevin Saul2022-07-221-4/+9
* sha256: indirection for experimental functionsEdward Thomson2022-07-131-2/+3
* oid: give oids a typeEdward Thomson2022-06-201-2/+4
* oid: `GIT_OID_*SZ` is now `GIT_OID_SHA1_*SIZE`Edward Thomson2022-06-142-15/+15
* Apply suggestions from code reviewlhchavez2022-06-111-1/+1
* transport: introduce `git_transport_smart_remote_connect_options`lhchavez2022-04-161-0/+12
* http: skip processing when body is null or 0 lengthEdward Thomson2022-02-271-1/+1
* refactor: `src` is now `src/libgit2`Edward Thomson2022-02-2221-0/+9986