summaryrefslogtreecommitdiff
path: root/internal/command
Commit message (Expand)AuthorAgeFilesLines
* Configure a default ttl for personal access tokensJoe Woodward2023-05-112-6/+3
* Perform HTTP request to primary on Geo pushIgor Drozdov2023-03-034-0/+274
* Add DNS discovery support for Gitaly/PraefectQuang-Minh Nguyen2023-02-143-152/+170
* feat: make retryable http default clientSteve Azzopardi2023-01-305-36/+30
* Add support for the gssapi-with-mic auth methodMarin Hannache2023-01-231-6/+7
* Use blocking reader to fix race in testPatrick Bajao2022-11-281-1/+1
* 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-053-6/+6
|/
* Simplify 2FA Push auth processingIgor Drozdov2022-07-204-405/+228
* Implement Push Auth support for 2FA verificationkmcknight2022-07-183-36/+307
* go: Bump major version to v14Patrick Steinhardt2022-07-0535-153/+153
* Always use Gitaly sidechannel connectionsJacob Vosmaer2022-05-024-77/+9
* Reuse Gitaly conns and SidechannelIgor Drozdov2022-03-074-34/+19
* Handle and log unhandled errorsIgor Drozdov2022-02-022-7/+11
* Optionally use SSHUploadPackWithSidechannelJacob Vosmaer2022-01-254-3/+76
* Relax key and username matching for sshdsh-improve-key-matching-sshdStan Hu2021-11-101-11/+15
* Improve logging for non-git commands499-log-non-git-commandsNick Thomas2021-10-134-9/+37
* Resolve an error-swallowing issue499-log-me-more-moreNick Thomas2021-09-301-0/+7
* Don't swallow an error parsing SSH_ORIGINAL_COMMANDNick Thomas2021-09-271-9/+4
* Add context fields to loggingid-context-fieldsIgor Drozdov2021-09-151-1/+1
* refactor: rearchitect command and executable Go modulesfeistel2021-09-084-467/+0
* Merge branch 'remove/generic-args' into 'main'Nick Thomas2021-09-085-28/+28
|\
| * refactor: add acceptargs field to executablefeistel2021-09-083-9/+11
| * refactor: improve unknown executable error messagefeistel2021-09-081-1/+2
| * refactor: remove commandargs.GenericArgsfeistel2021-08-113-21/+18
* | refactor: move away from ioutil (deprecated)feistel2021-08-196-16/+16
|/
* Merge branch 'security-300265' into 'main'Patrick Bajao2021-08-042-4/+9
|\
| * Modify regex to prevent partial matchesRobert May2021-06-292-4/+9
* | Remove some unreliable testsNick Thomas2021-07-303-46/+76
* | Switch to labkit/log for logging functionalityIgor Drozdov2021-07-221-1/+2
* | Fix the Geo SSH push proxy hangingValery Sizov2021-07-012-5/+27
|/
* fix: upgrade of the gitaly dependencyPavlo Strokov2021-06-023-6/+6
* Fix opentracing setup for gitlab-sshdNick Thomas2021-05-175-17/+39
* Merge branch '501-gitaly-respect-parent-context' into 'main'Nick Thomas2021-05-109-15/+21
|\
| * Respect parent context for Gitaly callsNick Thomas2021-05-059-15/+21
* | Merge branch '516-handle-ssl-cert-dir-correctly' into 'main'Nick Thomas2021-05-042-87/+60
|\ \
| * | gitlab-sshd: Respect the ssl_cert_dir config516-handle-ssl-cert-dir-correctlyNick Thomas2021-04-302-87/+60
| |/
* | Don't finish the opentracing span earlydont-close-span-earlyNick Thomas2021-04-301-1/+0
|/
* Replace cleanup functions with t.CleanupIgor Drozdov2021-03-1715-57/+32
* chore: Refactor env introspection to rely on command initialization496-move-env-introspection-to-sshenvLucas Charles2021-03-1511-173/+100
* Use eventually to assert log entriesJaime Martinez2021-02-221-6/+11
* Read limited input for yes answerIgor Drozdov2021-02-052-1/+12
* Remove session duration information from output of 2fa_verify command504-remove-the-session-duration-information-from-the-output-of-2fa_verify-commandManoj M J2021-01-292-2/+2
* RFC: Simple built-in SSH serverLorenz Brun2021-01-186-13/+33
* Add 2fa_verify commandImre Farkas2020-12-105-0/+190
* Fix incorrect actor used to check permissions for SSH receive-packsh-fix-wrong-user-deploy-key-checkStan Hu2020-10-192-25/+49
* Set SSL_CERT_DIR env var when building commandashmckenzie/set-ssl-cert-dir-env-varAsh McKenzie2020-10-192-46/+84
* Remove prefixing with SSL_CERT_DIRAsh McKenzie2020-10-192-28/+2