summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unit test exit-codes for sshd/session.goid-session-test-2Igor Drozdov2021-09-151-0/+145
* Merge branch 'id-session-test' into 'main'Nick Thomas2021-09-151-0/+44
|\
| * Unit test sshd.handleEnv functionIgor Drozdov2021-09-151-0/+44
|/
* Merge branch 'id-sshd-tests' into 'main'Nick Thomas2021-09-151-0/+16
|\
| * Add TestInvalidClientConfig and TestNewServerWithoutHosts for sshd.goid-sshd-testsIgor Drozdov2021-09-151-0/+16
|/
* Merge branch 'refactor/cmd' into 'main'Nick Thomas2021-09-1419-489/+737
|\
| * Merge branch 'main' into refactor/cmdNick Thomas2021-09-144-3/+6
| |\ | |/ |/|
* | Merge branch 'fix-bad-spec' into 'main'Igor Drozdov2021-09-141-1/+1
|\ \
| * | Fix a flaky testNick Thomas2021-09-141-1/+1
|/ /
* | Merge branch 'eread/update-project-tool-versions' into 'main'Ash McKenzie2021-09-142-1/+3
|\ \
| * | Update Ruby version to 2.7.4 and add Go version 1.16.8 for toolingEvan Read2021-09-142-1/+3
|/ /
* | Merge branch 'build/make' into 'main'Igor Drozdov2021-09-091-1/+2
|\ \
| * | build: move build task to the top of the Makefilefeistel2021-09-071-1/+2
| | * refactor: fix style issuesfeistel2021-09-082-5/+4
| | * refactor: cleanup func signature and remove unused argsfeistel2021-09-089-29/+22
| | * refactor: rearchitect command and executable Go modulesfeistel2021-09-0819-483/+739
| |/ |/|
* | Merge branch 'remove/generic-args' into 'main'Nick Thomas2021-09-0811-39/+41
|\ \
| * | refactor: add acceptargs field to executablefeistel2021-09-089-20/+24
| * | refactor: improve unknown executable error messagefeistel2021-09-081-1/+2
| * | refactor: remove commandargs.GenericArgsfeistel2021-08-113-21/+18
* | | Merge branch 'remove/ioutil' into 'main'Igor Drozdov2021-09-0824-73/+68
|\ \ \ | |_|/ |/| |
| * | refactor: move away from ioutil (deprecated)feistel2021-08-1924-73/+68
* | | Merge branch 'release-13-21' into 'main'v13.21.0Nick Thomas2021-08-252-1/+19
|\ \ \ | |/ / |/| |
| * | Version 3.21.0Nick Thomas2021-08-252-1/+11
| * | Add missing CHANGELOG entriesNick Thomas2021-08-251-0/+8
|/ /
* | Merge branch 'bump/go-1.16' into 'main'Nick Thomas2021-08-193-17/+1
|\ \
| * | ci: remove go 1.15 test jobfeistel2021-08-191-7/+0
| * | build: bump go version to 1.16feistel2021-08-192-10/+1
* | | Merge branch 'test/go-1.17' into 'main'Patrick Bajao2021-08-191-1/+8
|\ \ \ | |/ / |/| |
| * | ci: start integrating go 1.17 into the CI pipelinesfeistel2021-08-191-1/+8
|/ /
* | Merge branch 'verify/cafile' into 'main'Ash McKenzie2021-08-182-29/+47
|\ \
| * | test: move os.stat check before the hcc creationAsh McKenzie2021-08-171-7/+7
| * | fix: make sure ErrCafileNotFound is returned only when the file doesn't existfeistel2021-08-111-1/+4
| * | fix: validate client cert paths exist on disk before proceedingfeistel2021-08-112-29/+44
| |/
* | Merge branch 'update/newclientopts' into 'main'Nick Thomas2021-08-135-9/+22
|\ \
| * | refactor: change httpclient to return an errorfeistel2021-08-133-7/+12
| * | refactor: update usage of NewHTTPClient to NewHTTPClientWithOptsfeistel2021-08-113-4/+12
| |/
* | Merge branch 'bump/go1.15' into 'main'Patrick Bajao2021-08-123-9/+1
|\ \ | |/ |/|
| * test: remove go 1.14 test jobfeistel2021-08-111-7/+0
| * build: bump go to 1.15feistel2021-08-112-2/+1
|/
* Merge branch '499-use-labkit-logging-initialize' into 'main'Patrick Bajao2021-08-0410-43/+98
|\
| * Switch to labkit for logging system setupNick Thomas2021-08-0410-43/+98
* | Merge branch 'security-300265' into 'main'Patrick Bajao2021-08-042-4/+9
|\ \ | |/ |/|
| * Modify regex to prevent partial matchesRobert May2021-06-292-4/+9
* | Merge branch '477-remove-logrus-tests' into 'main'Igor Drozdov2021-08-025-136/+77
|\ \
| * | Remove some unreliable testsNick Thomas2021-07-305-136/+77
|/ /
* | Merge branch 'id-ctx-for-auth-check' into 'main'Nick Thomas2021-07-274-56/+157
|\ \
| * | Sshd: Log same correlation_id on auth keysIgor Drozdov2021-07-274-56/+157
|/ /
* | Merge branch 'sh-update-go-proxyproto' into 'main'Nick Thomas2021-07-273-4/+8
|\ \
| * | Set a 90-second timeout on proxy headersStan Hu2021-07-261-9/+12