- Mar 15, 2021
-
-
Ash McKenzie authored
-
- Mar 09, 2021
-
-
Nick Thomas authored
Use Docker 20.10.3 instead of 19.03.0 on build Closes #512 See merge request gitlab-org/gitlab-shell!456
-
- Feb 27, 2021
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Feb 26, 2021
-
-
Nick Thomas authored
Release v13.17.0 See merge request gitlab-org/gitlab-shell!455
-
Stan Hu authored
-
Nick Thomas authored
Fix gitlab-shell panic when log file not writable See merge request gitlab-org/gitlab-shell!453
-
Stan Hu authored
Previously when the gitlab-shell log was not writable, gitlab-shell would attempt to fall back to the syslog to log an error. However, if the syslog logger creation succeeded, gitlab-shell would panic since `err` was `nil`. Relates to https://gitlab.com/gitlab-org/gitlab-shell/-/issues/510
-
- Feb 22, 2021
-
-
Nick Thomas authored
Resolve "Intermittent test failure in TestUploadPack" See merge request gitlab-org/gitlab-shell!452
-
Jaime Martinez authored
-
- Feb 17, 2021
-
-
Nick Thomas authored
Add monitoring endpoint to sshd See merge request gitlab-org/gitlab-shell!449
-
- Feb 16, 2021
-
-
Ben Kochie authored
* Counter for how many times the max concurrent sessions limit was hit. * Histogram for duration of each SSH connection. https://gitlab.com/gitlab-org/gitlab-shell/-/issues/121 Signed-off-by:
Ben Kochie <superq@gmail.com>
-
Ben Kochie authored
Add a basic monitoring endpoint to the sshd command. * Listen on localhost port 9122 by default. * Integrate build/version info. * Update example config. https://gitlab.com/gitlab-org/gitlab-shell/-/issues/121 Signed-off-by:
Ben Kochie <superq@gmail.com>
-
Nick Thomas authored
Refactor Config defaults See merge request gitlab-org/gitlab-shell!450
-
Ben Kochie authored
Use "omitempty" to allow defaults in the config file to be correctly passed. Without this, explicitly setting an empty default like an empty string will not work. Needed in order to allow explicitly disabling some settings. Related to: https://gitlab.com/gitlab-org/gitlab-shell/-/issues/121 Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- Feb 11, 2021
-
-
Nick Thomas authored
Update Go modules See merge request gitlab-org/gitlab-shell!448
-
Ben Kochie authored
Some pre-work for adding Prometheus metrics to SSH server. * Update Go modules to latest. * Add Go 1.15 build. https://gitlab.com/gitlab-org/gitlab-shell/-/issues/121 Signed-off-by:
Ben Kochie <superq@gmail.com>
-
- Feb 05, 2021
-
-
Nick Thomas authored
Read limited input for yes answer See merge request gitlab-org/security/gitlab-shell!1
-
Igor Drozdov authored
-
- Feb 02, 2021
-
-
Patrick Bajao authored
Release v13.16.0 See merge request gitlab-org/gitlab-shell!446
-
Ash McKenzie authored
-
- Feb 01, 2021
-
-
Ash McKenzie authored
Merge branch '504-remove-the-session-duration-information-from-the-output-of-2fa_verify-command' into 'main' Resolve "Remove the session duration information from the output of `2fa_verify` command" See merge request gitlab-org/gitlab-shell!445
-
- Jan 29, 2021
-
-
Manoj Memana Jayakumar authored
This change removes session duration information from output of 2fa_verify command
-
- Jan 19, 2021
-
-
Igor Drozdov authored
Add gitlab-sshd to .gitignore See merge request gitlab-org/gitlab-shell!444
-
- Jan 18, 2021
-
-
Nick Thomas authored
-
Nick Thomas authored
RFC: Simple built-in SSH server Closes #165 See merge request gitlab-org/gitlab-shell!394
-
Lorenz Brun authored
-
- Jan 07, 2021
-
-
Igor Drozdov authored
Remove default branch statement in docs Closes #489 See merge request gitlab-org/gitlab-shell!443
-
- Jan 06, 2021
-
-
Nick Thomas authored
Now `master` is removed, this is no longer needed
-
- Dec 17, 2020
-
-
Patrick Bajao authored
Release v13.15.0 See merge request gitlab-org/gitlab-shell!442
-
Ash McKenzie authored
-
- Dec 16, 2020
-
-
Ash McKenzie authored
Update httpclient.go with TLS 1.2 as minimum version See merge request gitlab-org/gitlab-shell!435
-
- Dec 11, 2020
-
-
Igor Drozdov authored
Release v13.14.0 See merge request gitlab-org/gitlab-shell!441
-
- Dec 10, 2020
-
-
Igor Drozdov authored
-
Igor Drozdov authored
Add 2fa_verify command See merge request gitlab-org/gitlab-shell!440
-
Imre Farkas authored
-
- Nov 23, 2020
-
-
Patrick Bajao authored
Add go:1.15 CI job See merge request gitlab-org/gitlab-shell!439
-
Ash McKenzie authored
-
Ash McKenzie authored
-
- Nov 20, 2020
-
-
Igor Drozdov authored
Fix CI config and README for new default branch See merge request gitlab-org/gitlab-shell!437
-
Nick Thomas authored
-