teleport/lib
Zac Bergquist 84a60baa3c
Desktop access improvements (#26356)
* Change the filters used to query a Windows user's SID

The sAMAccount type is always indexed, so this is a more efficient
query than using the object class attribute.

* Don't attempt DNS resolution for an empty hostname

If we discover LDAP entries with a mising hostname, just skip
over them. This generates less noise in the logs.

* Improve desktop error messaging

Prefer a user-friendly message over "RDP Connection Failed"
where possible.
2023-05-16 22:47:08 +00:00
..
agentless fix connecting to agentless leaf nodes (#25206) 2023-05-02 17:39:47 +00:00
ai Rename ChatGPT to GPT-4 (#26272) 2023-05-16 06:20:22 +00:00
asciitable Fix panic when printing ascii table while running in debugger (#19930) 2023-01-05 23:02:51 +00:00
assist Add rate limiting to Assist (#26011) 2023-05-15 15:48:52 +00:00
auditd Do not return error from Auditd when process lacks privileges (#17319) 2022-10-17 18:27:24 +00:00
auth Desktop access improvements (#26356) 2023-05-16 22:47:08 +00:00
authz Remove Read permission to SAML IdP CA from proxy. (#26131) 2023-05-12 15:40:05 +00:00
automaticupgrades Use stable/cloud when Automatic Upgrades is on. (#23395) 2023-03-28 16:05:09 +00:00
backend athena audit logs - run on single auth (#25639) 2023-05-15 10:05:21 +00:00
benchmark Reuse resources for tsh bench ssh --random (#25584) 2023-05-05 13:05:33 +00:00
bpf Temporary disable BPF tests (#23428) 2023-03-22 13:12:36 +00:00
cache Simplify Okta assignment statuses. (#25166) 2023-04-26 13:30:10 +00:00
cgroup Currently, our BPF modules send all events from the kernel to the userspace, where we filter them and log only the ones related to our process. Sending the events between the user and kernel space is expensive, and most of the events are discarded after. (#19354) 2023-02-07 19:20:55 +00:00
circleci Add InstanceJoin/BotJoin audit events (#19044) 2022-12-13 17:04:15 +00:00
client Add connection tester for SQL Server databases (#24690) 2023-05-15 23:37:05 +00:00
cloud Support ElastiCache Redis IAM auth (#25967) 2023-05-16 01:40:37 +00:00
config Assist - Configuration and usage (#25953) 2023-05-11 01:56:55 +00:00
configurators Go spell fixes (#25033) 2023-04-24 09:21:26 +00:00
darwin Implement macOS device enrollment methods (#19079) 2022-12-07 18:11:21 +00:00
defaults Add sshserver file transfer handlers (#24580) 2023-05-03 20:53:57 +00:00
devicetrust Proto and Go module changes for Windows TPM support (#26325) 2023-05-16 09:59:59 +00:00
events athena audit logs - integration tests (#25248) 2023-05-16 09:11:49 +00:00
fixtures Move ALPN dialer, ALPN conn upgrade, Ping conn to api (#23860) 2023-04-03 14:16:30 +00:00
fuzz Cleanup lint targets 2021-10-19 09:21:55 -06:00
gcp Add GCP join method (#24493) 2023-05-10 23:56:59 +00:00
githubactions This change adds validation for ID tokens generated for GCP VMs. (#24492) 2023-05-03 19:06:54 +00:00
gitlab This change adds validation for ID tokens generated for GCP VMs. (#24492) 2023-05-03 19:06:54 +00:00
httplib add Stripe to Teleport CSP (#25814) 2023-05-09 15:57:33 +00:00
integrations/awsoidc Improve AWS OIDC Integration extensibility (#25327) 2023-05-11 07:36:39 +00:00
inventory Introduce inventory service counts. (#25755) 2023-05-09 18:20:30 +00:00
joinserver Add Azure join method (#20019) 2023-02-08 17:21:11 +00:00
jwt This change adds validation for ID tokens generated for GCP VMs. (#24492) 2023-05-03 19:06:54 +00:00
kube Fix debug message for handling user (#26274) 2023-05-15 18:47:34 +00:00
kubernetestoken Fix Kubernetes version detection on EKS (#19188) 2022-12-08 19:01:23 +00:00
labels Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
limiter Add metrics to track connection ingress (#19734) 2023-02-01 23:45:34 +00:00
loginrule feat: add login rule evaluator to auth.Server (#20514) 2023-01-24 18:48:55 +00:00
loglimit Deduplicate multiplexer detection errors over 1-minute windows (#20694) 2023-03-08 20:32:44 +00:00
modules Assist - Configuration and usage (#25953) 2023-05-11 01:56:55 +00:00
multiplexer Make ProtoPostgres support PROXY protocol (#25526) 2023-05-03 03:26:30 +00:00
observability Allow custom trace exporter for tsh (#19405) 2022-12-21 18:40:52 +00:00
pam Refactor tctl's dependencies (#22693) 2023-03-09 17:48:36 +00:00
plugin Add recovery codes flag to modules and web config (#19046) 2022-12-06 18:07:33 +00:00
proxy fix connecting to agentless leaf nodes (#25206) 2023-05-02 17:39:47 +00:00
release Add ListReleases and GetLicense endpoints (#19565) 2023-01-03 12:52:22 +00:00
restrictedsession Partial cache healthiness (#24080) 2023-04-15 20:07:43 +00:00
reversetunnel Provide client address information in transport request (#25853) 2023-05-10 14:19:57 +00:00
secret Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
service Assist - Web endpoints (#26046) 2023-05-13 05:00:44 +00:00
services athena audit logs - run on single auth (#25639) 2023-05-15 10:05:21 +00:00
session Add sshserver file transfer handlers (#24580) 2023-05-03 20:53:57 +00:00
shell Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
srv Desktop access improvements (#26356) 2023-05-16 22:47:08 +00:00
sshca Fixes dissonance between disconnect_expired_cert vs require_session_mfa (#18607) 2022-12-07 17:00:38 +00:00
sshutils fix: use errors.Is for all EOF comparisons (#26012) 2023-05-10 19:27:39 +00:00
system Refactor tctl's dependencies (#22693) 2023-03-09 17:48:36 +00:00
tbot Add pprof diagnostics endpoints to tbot (#26106) 2023-05-12 07:43:15 +00:00
teleagent Enable GCI linter (#17894) 2022-10-28 20:20:28 +00:00
teleterm Replace GetConnectCommandNoAbsPath with os.exec.Cmd.Args (#26121) 2023-05-15 15:30:17 +00:00
tlsca Windows user creation (#24780) 2023-04-28 18:11:44 +00:00
usagereporter Split ssh_port into ssh_port_v2, k8s_port (#25987) 2023-05-11 10:36:39 +00:00
utils check for empty name part in role arn (#26315) 2023-05-16 17:04:34 +00:00
versioncontrol don't delete unit schedule file (#24631) 2023-05-09 18:17:52 +00:00
web Fix Assist rate-limiting in Cloud (#26342) 2023-05-16 15:14:10 +00:00
runtimeflags.go