teleport/lib
Andrew Lytvynov 4c51cd4f46 Fix a data race in reversetunnel.AgentPool
`AgentPool.Counts` was accessing the agents map without holding the
lock. All access to the map must happen under a lock.
2020-04-17 20:05:38 +00:00
..
asciitable Updated "tctl tokens ..." command. 2018-09-04 10:16:29 -07:00
auth Enable linters: deadcode,goimports,govet,typecheck 2020-04-17 17:46:51 +00:00
backend Clean up dead code across the codebase 2020-04-09 21:10:12 +00:00
bpf synchronize bpf watch map reads 2020-04-01 11:41:44 -07:00
cache Adds in-memory cache option, improves scalability for IOT mode. 2020-02-06 09:16:48 -08:00
cgroup Directly call NameToHandleAt for cgroup ID. 2020-01-20 14:04:36 -08:00
client Clean up dead code across the codebase 2020-04-09 21:10:12 +00:00
config Fix tests and remove panic 2020-03-30 18:35:33 -07:00
defaults Merge Teleport V4.3 UI branch to master (#3583) 2020-04-15 15:35:26 -04:00
events Merge Teleport V4.3 UI branch to master (#3583) 2020-04-15 15:35:26 -04:00
fixtures Use roles and traits in certificate for RBAC. 2019-09-03 13:44:20 -07:00
httplib Set SameSite attribute on CSRF cookie 2020-03-13 17:27:42 -07:00
kube Add unit tests for kubeconfig updates 2020-04-16 17:21:02 +00:00
limiter Initial implementation of Kubernetes support 2018-06-03 12:55:13 -07:00
modules Adds support for kubernetes_users, extend interpolation (#3404) (#3418) 2020-03-07 16:32:37 -08:00
multiplexer Handle HTTP connections to TLS socket in a more graceful way (#2886) 2019-08-13 14:03:22 -03:00
pam Fix memory leak and pass variables to PAM. 2020-02-06 11:15:44 -08:00
reversetunnel Fix a data race in reversetunnel.AgentPool 2020-04-17 20:05:38 +00:00
secret Allow tsh to connect to legacy clusters. 2019-06-24 13:39:31 -07:00
service Enable linters: deadcode,goimports,govet,typecheck 2020-04-17 17:46:51 +00:00
services Enable linters: deadcode,goimports,govet,typecheck 2020-04-17 17:46:51 +00:00
session Merge Teleport V4.3 UI branch to master (#3583) 2020-04-15 15:35:26 -04:00
shell Added tsh for Windows. 2018-08-03 11:06:08 -07:00
srv Emit node hostname as part of session.end event (#3595) 2020-04-16 17:14:47 -07:00
sshca Create single instance of keygen per process. Use cache of precomputed 2018-02-15 21:23:30 +00:00
sshutils Enable linters: deadcode,goimports,govet,typecheck 2020-04-17 17:46:51 +00:00
system Map error to errno value and log it 2018-03-26 23:28:58 +02:00
teleagent Migrate to golang/dep for dependency management 2017-08-22 15:30:30 -07:00
tlsca Enable linters: deadcode,goimports,govet,typecheck 2020-04-17 17:46:51 +00:00
utils Fix a data race in utils.SyncBuffer 2020-04-17 20:05:38 +00:00
web Enable linters: deadcode,goimports,govet,typecheck 2020-04-17 17:46:51 +00:00
wrappers Merge Teleport V4.3 UI branch to master (#3583) 2020-04-15 15:35:26 -04:00
runtimeflags.go Correct various typos 2017-10-20 10:20:26 +02:00