teleport/lib/srv
Krzysztof Skrzętnicki 5d4f5da9e7
Reduce TestDatabaseServerAutoDisconnect flakiness (#34060)
* Reduce TestDatabaseServerAutoDisconnect flakyness

* Emit event after actual disconnection.

* Add EmitterContext instead of ad-hoc context.

* Add missing EmitterContext.

* Address review feedback
2023-11-16 12:59:18 +00:00
..
alpnproxy Enable testify lint (#34222) 2023-11-06 20:38:38 +00:00
app Disable AWS IMDSv1 fallback and enforce use of FIPS endpoints (#34170) 2023-11-09 21:53:25 +00:00
db Reduce TestDatabaseServerAutoDisconnect flakiness (#34060) 2023-11-16 12:59:18 +00:00
desktop Reduce TestDatabaseServerAutoDisconnect flakiness (#34060) 2023-11-16 12:59:18 +00:00
discovery Dynamic Discovery Matchers for Databases (#33472) 2023-10-19 13:15:38 +00:00
forward feat: cached auto-refreshing AWS credentials for BYOBucket (#34380) 2023-11-14 20:16:14 +00:00
ingress Fix authenticated conn metrics for http reporter (#24058) 2023-04-13 20:15:30 +00:00
regular Use maps.{Clone,Copy} instead of manual loops (#34318) 2023-11-08 14:41:31 +00:00
server Expose ServerInfo resource in tctl (#34008) 2023-11-01 20:59:21 +00:00
transport/transportv1 Add gRPC error interceptors to API client (#30578) 2023-08-24 23:27:06 +00:00
uacc Add btmp support for user accounting (#31546) 2023-09-16 00:13:53 +00:00
authhandlers.go Have hardware_key_touch count towards MFA verification instead of replacing the normal MFA verification flow. (#31663) 2023-09-18 16:47:34 +00:00
authhandlers_test.go split recording session events and emitting audit events (#27873) 2023-07-11 19:53:33 +00:00
ctx.go Reduce TestDatabaseServerAutoDisconnect flakiness (#34060) 2023-11-16 12:59:18 +00:00
ctx_test.go refactor web UI file transfers to use sftp package (#24260) 2023-04-12 13:48:15 +00:00
exec.go Add Hardware Key login audit event fields (#33254) 2023-10-16 19:48:11 +00:00
exec_linux_test.go Defer setting up enhanced recording until after PAM has completed (#29279) 2023-07-25 14:54:15 +00:00
exec_test.go split recording session events and emitting audit events (#27873) 2023-07-11 19:53:33 +00:00
heartbeat.go Pass context through UpsertAuthServer (#27867) 2023-06-15 14:52:21 +00:00
heartbeat_test.go Enable testify lint (#34222) 2023-11-06 20:38:38 +00:00
heartbeatv2.go reduce log spam (#31208) 2023-09-28 22:26:21 +00:00
heartbeatv2_test.go Fetch metadata for heartbeat in background (#30528) 2023-08-24 18:08:49 +00:00
keepalive.go Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
keepalive_test.go Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
mock.go Allow sudoer files to be created separately from host user creation (#31793) 2023-09-22 15:00:48 +00:00
monitor.go Reduce TestDatabaseServerAutoDisconnect flakiness (#34060) 2023-11-16 12:59:18 +00:00
monitor_test.go Reduce TestDatabaseServerAutoDisconnect flakiness (#34060) 2023-11-16 12:59:18 +00:00
reexec.go Prevent .tsh/environment values from overloading prior set values (#34277) 2023-11-15 16:49:50 +00:00
reexec_linux.go Set OOM score to 0 for child processes (#19383) 2022-12-20 02:50:27 +00:00
reexec_other.go Set OOM score to 0 for child processes (#19383) 2022-12-20 02:50:27 +00:00
reexec_test.go Enable testify lint (#34222) 2023-11-06 20:38:38 +00:00
sess.go Add Hardware Key login audit event fields (#33254) 2023-10-16 19:48:11 +00:00
sess_test.go Enable testify lint (#34222) 2023-11-06 20:38:38 +00:00
session_control.go Add support for Hardware Key PIN (#31743) 2023-10-13 19:07:43 +00:00
session_control_test.go Add support for Hardware Key PIN (#31743) 2023-10-13 19:07:43 +00:00
sessiontracker.go Improve session tracker participant tracking (#25298) 2023-05-12 20:02:47 +00:00
sessiontracker_test.go Update jonboulle/clockwork to 0.4.0 (#24099) 2023-04-13 20:04:38 +00:00
subsystem.go Add tracing instrumentation for ssh clients/servers (#12434) 2022-05-25 12:24:02 +00:00
term.go utils.RecursiveChown: Fix for Privilege Escalation due to following symlinks (#33244) 2023-10-10 21:32:19 +00:00
term_test.go Defer setting up enhanced recording until after PAM has completed (#29279) 2023-07-25 14:54:15 +00:00
termhandlers.go Add sshserver file transfer handlers (#24580) 2023-05-03 20:53:57 +00:00
termmanager.go Terminate sessions when peers disconnect (#18552) 2022-11-22 16:12:48 +00:00
termmanager_test.go Enable testify lint (#34222) 2023-11-06 20:38:38 +00:00
usermgmt.go Allow sudoer files to be created separately from host user creation (#31793) 2023-09-22 15:00:48 +00:00
usermgmt_linux.go Allow sudoer files to be created separately from host user creation (#31793) 2023-09-22 15:00:48 +00:00
usermgmt_other.go Allow sudoer files to be created separately from host user creation (#31793) 2023-09-22 15:00:48 +00:00
usermgmt_test.go Allow sudoer files to be created separately from host user creation (#31793) 2023-09-22 15:00:48 +00:00