summaryrefslogtreecommitdiff
path: root/internal
Commit message (Expand)AuthorAgeFilesLines
* Configure a default ttl for personal access tokensJoe Woodward2023-05-112-6/+3
* Update golang-crypto fork versionIgor Drozdov2023-05-041-2/+2
* Acceptance test for Geo pushIgor Drozdov2023-03-171-0/+29
* Configure Gitaly storage acceptance testsPatrick Cyiza2023-03-151-1/+1
* Perform HTTP request to primary on Geo pushIgor Drozdov2023-03-039-7/+431
* sshd: exclude gssapi when building without cgoLorenz Brun2023-02-233-0/+38
* Add DNS discovery support for Gitaly/PraefectQuang-Minh Nguyen2023-02-144-152/+180
* feat: make retryable http default clientSteve Azzopardi2023-01-308-81/+59
* Merge branch '196-add-kerberos-support' into 'main'Igor Drozdov2023-01-2313-39/+332
|\
| * Add support for the gssapi-with-mic auth methodMarin Hannache2023-01-2313-39/+332
* | feat: put retryablehttp.Client behind feature flagSteve Azzopardi2023-01-128-57/+81
* | feat: retry on errorSteve Azzopardi2023-01-127-39/+33
|/
* Use blocking reader to fix race in testPatrick Bajao2022-11-281-1/+1
* Merge branch 'id-add-sshd-dev-docs' into 'main'Ash McKenzie2022-11-242-0/+48
|\
| * Add developer documentation to sshd packageIgor Drozdov2022-11-232-0/+48
* | sshd: Return error when proxy policy is misconfiguredJames Fargher2022-11-231-7/+12
* | sshd: Add ProxyAllowed setting to limit PROXY protocol IP addressesJames Fargher2022-11-233-6/+66
* | sshd: Extract static proxy policy handlerJames Fargher2022-11-231-7/+13
* | Fix broken Gitaly integration testsPatrick Bajao2022-11-231-2/+2
|/
* Improve error message for Gitaly `LimitError`sAlejandro Rodríguez2022-10-242-1/+50
* Merge branch 'id-add-documentation-to-command' into 'main'Patrick Bajao2022-09-211-0/+30
|\
| * Specify all packages that use commandsPatrick Bajao2022-08-031-1/+5
| * Add developer documentation to command packageIgor Drozdov2022-08-031-0/+26
* | Update Gitaly to v15Igor Drozdov2022-08-058-13/+13
|/
* Simplify 2FA Push auth processingIgor Drozdov2022-07-208-707/+448
* Implement Push Auth support for 2FA verificationkmcknight2022-07-186-59/+484
* Fix flaky race testStan Hu2022-07-141-1/+2
* go: Bump major version to v14Patrick Steinhardt2022-07-0573-271/+271
* Pass original IP from PROXY requests to internal API callsAlejandro Rodríguez2022-06-304-20/+46
* gitlab-sshd: Add support for configuring host certificatesStan Hu2022-06-2611-8/+187
* Ignore "not our ref" errors from gitlab-sshd error metricsStan Hu2022-06-062-1/+7
* Exclude disallowed command from error rateIgor Drozdov2022-06-012-26/+26
* Calculate session start after the connection is establishedIgor Drozdov2022-05-251-2/+1
* Merge branch 'id-session-duration' into 'main'Stan Hu2022-05-253-19/+20
|\
| * Improve establish session duration metricsIgor Drozdov2022-05-253-19/+20
* | Log gitlab-sshd session level indicator errorsStan Hu2022-05-241-2/+4
|/
* Add missing SshdSessionEstablishedDuration metricsIgor Drozdov2022-05-231-0/+1
* Abort long-running unauthenticated SSH connectionsIgor Drozdov2022-05-234-11/+50
* Close the connection when context is canceledIgor Drozdov2022-05-232-6/+43
* Move connection init into connection.goIgor Drozdov2022-05-233-69/+78
* Return support for diffie-hellman-group14-sha1Igor Drozdov2022-05-231-0/+1
* Downgrade auth EOF messages from warning to debugIgor Drozdov2022-05-211-1/+1
* Exclude Gitaly unavailable error from error rateIgor Drozdov2022-05-214-24/+26
* Display constistently in gitlab-sshd and gitlab-shellIgor Drozdov2022-05-214-18/+31
* Merge branch 'sh-downgrade-host-key-errors' into 'main'Igor Drozdov2022-05-211-2/+15
|\
| * Downgrade handleConn start message to debugStan Hu2022-05-201-1/+1
| * Downgrade host key mismatch messages from warning to debugStan Hu2022-05-201-1/+14
* | Introduce a GitLab-SSHD server version during handshakeHendrik Meyer2022-05-211-0/+1
|/
* Narrow supported kex algorithmsIgor Drozdov2022-05-202-19/+22
* Make ProxyHeaderTimeout configurableIgor Drozdov2022-05-194-8/+11