summaryrefslogtreecommitdiff
path: root/internal/sshd
Commit message (Expand)AuthorAgeFilesLines
* Log command invocation499-log-command-invocationNick Thomas2021-10-071-0/+7
* Fix logging channel typefix-logging-channel-typeNick Thomas2021-10-061-1/+1
* Add gitlab-sshd connection loggingNick Thomas2021-09-282-6/+18
* Add debug logging to gitlab-sshd sessionNick Thomas2021-09-282-12/+36
* Don't swallow an error parsing SSH_ORIGINAL_COMMANDNick Thomas2021-09-271-1/+1
* refactor: unify instantiation of command.Shellfeistel2021-09-202-18/+15
* Add context fields to loggingid-context-fieldsIgor Drozdov2021-09-153-10/+10
* Extract server config related code out of sshd.goIgor Drozdov2021-09-154-73/+217
* Unit test exit-codes for sshd/session.goid-session-test-2Igor Drozdov2021-09-151-0/+145
* Unit test sshd.handleEnv functionIgor Drozdov2021-09-151-0/+44
* Add TestInvalidClientConfig and TestNewServerWithoutHosts for sshd.goid-sshd-testsIgor Drozdov2021-09-151-0/+16
* refactor: rearchitect command and executable Go modulesfeistel2021-09-081-2/+2
* refactor: move away from ioutil (deprecated)feistel2021-08-192-5/+5
* Sshd: Log same correlation_id on auth keysIgor Drozdov2021-07-272-54/+151
* Merge branch 'sh-update-go-proxyproto' into 'main'Nick Thomas2021-07-271-1/+5
|\
| * Set a 90-second timeout on proxy headersStan Hu2021-07-261-9/+12
* | Fix formatting via make fmtStan Hu2021-07-262-12/+11
|/
* Merge branch 'id-switch-logging-to-labkit' into 'main'Patrick Bajao2021-07-232-11/+12
|\
| * Switch to labkit/log for logging functionalityIgor Drozdov2021-07-222-11/+12
* | Unit tests for internal/sshd/connection.goNick Thomas2021-07-221-5/+73
|/
* Prometheus metrics for HTTP requestsIgor Drozdov2021-07-211-39/+3
* Provide liveness and readiness probesIgor Drozdov2021-07-192-14/+109
* Shutdown sshd gracefullyIgor Drozdov2021-07-152-22/+125
* Unit test wrong channel typeIgor Drozdov2021-06-011-4/+34
* Fix opentracing setup for gitlab-sshdNick Thomas2021-05-171-5/+5
* Respect parent context for Gitaly callsNick Thomas2021-05-051-1/+2
* sshd: Recover from per-session and per-connection panics511-be-safe-against-panicsNick Thomas2021-04-233-3/+71
* Extract sshd connections and sessions into their own files and structsNick Thomas2021-04-233-175/+257
* gitlab-sshd: Support the PROXY protocolNick Thomas2021-04-121-3/+12
* Merge branch '500-gitlab-sshd-acceptance-tests' into 'main'Igor Drozdov2021-03-171-0/+2
|\
| * gitlab-sshd: Acceptance test for the discover commandNick Thomas2021-03-171-0/+2
* | chore: Refactor env introspection to rely on command initialization496-move-env-introspection-to-sshenvLucas Charles2021-03-151-4/+9
|/
* Add basic metrics to sshdbjk/monitoringBen Kochie2021-02-161-0/+48
* RFC: Simple built-in SSH serverLorenz Brun2021-01-181-0/+214