teleport/lib/srv
Andrew Lytvynov 5ca68f2351
Remove 'var _ = fmt.Printf' from *_test.go files (#5438)
These declarations serve no purpose, likely leftover from old debugging.
2021-01-29 17:01:10 -08:00
..
app Refactor API Dependencies - clockwork (#5253) 2021-01-20 15:55:32 -08:00
db Refactor db access audit logger for better reuse (#5421) 2021-01-27 13:43:09 -08:00
forward Fixed panic when NewServerContext returns error. 2021-01-15 17:11:01 -08:00
regular Refactor API Dependencies - clockwork (#5253) 2021-01-20 15:55:32 -08:00
authhandlers.go api dependency reduction - ssh (#5379) 2021-01-29 10:28:24 -08:00
ctx.go Add config option to gate pam_authenticate calls 2020-10-16 17:36:19 -07:00
exec.go Augment session events with cluster name (#4994) 2020-12-08 13:33:44 +01:00
exec_test.go Remove 'var _ = fmt.Printf' from *_test.go files (#5438) 2021-01-29 17:01:10 -08:00
heartbeat.go Database access (#5005) 2021-01-14 18:21:38 -08:00
heartbeat_test.go Refactor API Dependencies - clockwork (#5253) 2021-01-20 15:55:32 -08:00
keepalive.go Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
keepalive_test.go Remove 'var _ = fmt.Printf' from *_test.go files (#5438) 2021-01-29 17:01:10 -08:00
monitor.go flaky tests: consistent logging (#4849) 2020-12-07 15:35:15 +01:00
reexec.go Add config option to gate pam_authenticate calls 2020-10-16 17:36:19 -07:00
reexec_linux.go Set PDEATHSIG to SIGKILL on child processes after reexec 2020-04-16 16:56:22 +00:00
reexec_other.go Set PDEATHSIG to SIGKILL on child processes after reexec 2020-04-16 16:56:22 +00:00
sess.go Augment session events with cluster name (#4994) 2020-12-08 13:33:44 +01:00
subsystem.go Added forwarding SSH server. 2017-12-04 17:01:52 -08:00
term.go Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
term_test.go Remove 'var _ = fmt.Printf' from *_test.go files (#5438) 2021-01-29 17:01:10 -08:00
termhandlers.go Add missing error checks in lib/srv and lib/sshutils 2020-05-15 16:56:44 +00:00