summaryrefslogtreecommitdiff
path: root/internal/sshd/session.go
Commit message (Collapse)AuthorAgeFilesLines
* Log command invocation499-log-command-invocationNick Thomas2021-10-071-0/+7
| | | | | | | | Use reflection to log the command we are about to execute, both in gitlab-shell and gitlab-sshd. Include the environment, which has all the context we need to understand what the command is expected to do. Changelog: added
* Add debug logging to gitlab-sshd sessionNick Thomas2021-09-281-11/+35
|
* refactor: unify instantiation of command.Shellfeistel2021-09-201-17/+14
|
* refactor: rearchitect command and executable Go modulesfeistel2021-09-081-2/+2
|
* Extract sshd connections and sessions into their own files and structsNick Thomas2021-04-231-0/+151