teleport/lib/web
Russell Jones 77e8b63470 Enhanced Session Recording.
Added package cgroup to orchestrate cgroups. Only support for cgroup2
was added to utilize because cgroup2 cgroups have unique IDs that can be
used correlated with BPF events.

Added bpf package that contains three BPF programs: execsnoop,
opensnoop, and tcpconnect. The bpf package starts and stops these
programs as well  correlating their output with Teleport sessions
and emitting them to the audit log.

Added support for Teleport to re-exec itself before launching a shell.
This allows Teleport to start a child process, capture it's PID, place
the PID in a cgroup, and then continue to process. Once the process is
continued it can be tracked by it's cgroup ID.

Reduced the total number of connections to a host so Teleport does not
quickly exhaust all file descriptors. Exhausting all file descriptors
happens very quickly when disk events are emitted to the audit log which
are emitted at a very high rate.

Added tarballs for exec sessions. Updated session.start and session.end
events with additional metadata. Updated the format of session tarballs
to include enhanced events.

Added file configuration for enhanced session recording. Added code to
startup enhanced session recording and pass package to SSH nodes.
2019-12-02 15:10:39 -08:00
..
ui Add Tunnel indicator to IP Address cell (#2775) 2019-06-14 15:29:59 -04:00
apiserver.go Remove blacklisted FIPS ciphersuites, fix local_auth (#3103) 2019-10-23 13:55:40 -07:00
apiserver_test.go Enhanced Session Recording. 2019-12-02 15:10:39 -08:00
cookie.go Added license headers to some files where they were missing 2016-12-31 01:20:51 -08:00
envelope.pb.go Use protobufs to communicate between proxy and web client. 2018-07-16 14:44:50 -07:00
envelope.proto Use protobufs to communicate between proxy and web client. 2018-07-16 14:44:50 -07:00
files.go Pass site name along in fileTransferRequest. 2018-10-29 10:29:06 -07:00
password.go improve error messages and error types for OTP checks 2018-02-22 18:28:06 -05:00
plugin.go add plugin system 2017-02-27 17:56:05 -08:00
saml.go Better error message for IdP initated logins. 2019-08-06 16:40:29 -07:00
sessions.go fix web session ID generation 2019-09-17 13:19:03 -07:00
static.go Migrate to golang/dep for dependency management 2017-08-22 15:30:30 -07:00
static_test.go (web) adding CSRF protection to OIDC and SAML callbacks 2017-10-06 16:19:05 -04:00
terminal.go do not close websocket connection on empty string (#2351) 2018-11-08 17:54:59 -05:00