summaryrefslogtreecommitdiff
path: root/internal/sshd/session_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add support for the gssapi-with-mic auth methodMarin Hannache2023-01-231-14/+22
* go: Bump major version to v14Patrick Steinhardt2022-07-051-3/+3
* Display constistently in gitlab-sshd and gitlab-shellIgor Drozdov2022-05-211-4/+12
* Return error from session handlerIgor Drozdov2022-05-161-33/+54
* Add additional metrics to gitlab-sshdIgor Drozdov2022-04-131-0/+4
* Add debug logging to gitlab-sshd sessionNick Thomas2021-09-281-1/+1
* Don't swallow an error parsing SSH_ORIGINAL_COMMANDNick Thomas2021-09-271-1/+1
* refactor: unify instantiation of command.Shellfeistel2021-09-201-1/+1
* 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