teleport/lib/utils
Sasha Klizhentas 7b8bfe4f60 Backoff on network errors and mark corrupted records.
Uploader retries slower on network errors and picks the pace
after any upload has succeeded.

Records that were corrupted, will never get uploaded.

The uploader will create streams indefinitely, clogging the auth server
with streams. Now uploader writes marker for bad session uploads
and does not attempt to reupload.
2020-10-21 14:33:04 -07:00
..
agentconn Added tsh for Windows. 2018-08-03 11:06:08 -07:00
parse RFD 1: user testify/require instead of testify/assert 2020-10-16 00:15:25 +00:00
proxy Enable more Go linters: varcheck,bodyclose,structcheck 2020-04-24 15:52:43 +00:00
socks Fix remaining gosimple findings 2020-05-27 19:36:38 +00:00
testlog Improve error logging for identity file parsing 2020-10-02 17:05:19 +00:00
workpool Fix common misspellings detected by misspell linter 2020-05-11 16:44:27 +00:00
addr.go Remove unused functions and methods throughout lib/... 2020-05-06 00:02:53 +00:00
addr_test.go Remote tctl execution. (#2991) 2019-09-24 14:01:30 -07:00
anonymizer.go Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
anonymizer_test.go Add anonymizer 2018-01-09 10:30:19 -08:00
broadcaster.go add resize sync and detection on tsh on both sides, fixes #235 2016-03-15 17:16:58 -07:00
buf.go Fix a data race in utils.SyncBuffer 2020-04-17 20:05:38 +00:00
cap.go Better error message for IdP initated logins. 2019-08-06 16:40:29 -07:00
certs.go Fix remaining gosimple findings 2020-05-27 19:36:38 +00:00
certs_test.go Always validate certificate (or key) algorithm. 2019-03-19 17:47:53 -07:00
checker.go Only check certificate algorithms in FIPS mode. 2019-07-26 13:25:18 -07:00
checker_test.go Only check certificate algorithms in FIPS mode. 2019-07-26 13:25:18 -07:00
cli.go Updated message when user without ~/.tsh logs out (#4200) 2020-09-09 22:44:30 +00:00
cli_test.go Fix scp client vulnerabilities. 2019-02-11 14:57:57 -08:00
conn.go Session streaming 2020-09-28 23:08:56 -07:00
conv.go Remove unnecessary type conversions 2020-05-11 16:44:27 +00:00
copy.go Remove unused functions and methods throughout lib/... 2020-05-06 00:02:53 +00:00
disk.go Build fixes to support Windows. 2019-05-07 14:17:11 -07:00
disk_windows.go Build fixes to support Windows. 2019-05-07 14:17:11 -07:00
environment.go Migrate to golang/dep for dependency management 2017-08-22 15:30:30 -07:00
environment_test.go Added support for allowing the reading of a users environment when 2017-05-26 17:06:49 -07:00
equals.go Remove unused functions and methods throughout lib/... 2020-05-06 00:02:53 +00:00
fakeconn.go Remove unused functions and methods throughout lib/... 2020-05-06 00:02:53 +00:00
fs.go Remove unused functions and methods throughout lib/... 2020-05-06 00:02:53 +00:00
fs_unix.go Improves logging and error handling in filesessions. 2020-10-06 13:41:17 -07:00
fs_windows.go Added tsh for Windows. 2018-08-03 11:06:08 -07:00
jsontools.go Fix common misspellings detected by misspell linter 2020-05-11 16:44:27 +00:00
kernel.go Fix kernel verson lookup for RHEL/CentOS 8. 2020-01-20 14:04:36 -08:00
kernel_test.go Fix kernel verson lookup for RHEL/CentOS 8. 2020-01-20 14:04:36 -08:00
linking.go Use pagination when pulling back list of teams from GitHub. 2018-03-21 23:58:31 +00:00
linking_test.go Use pagination when pulling back list of teams from GitHub. 2018-03-21 23:58:31 +00:00
listener.go Teleport signal handling and live reload. 2018-02-13 15:18:47 -08:00
loadbalancer.go Auto-assign ports in utils.LoadBalancer tests 2020-05-21 20:38:37 +00:00
loadbalancer_test.go Auto-assign ports in utils.LoadBalancer tests 2020-05-21 20:38:37 +00:00
node.go continue work on roles 2016-12-08 18:43:37 -08:00
otp.go Moved Check* methods into auth package. 2017-01-17 14:17:03 -08:00
proxyjump.go Allow user with at sign in name (#4002) 2020-07-21 10:41:31 -03:00
proxyjump_test.go Allow user with at sign in name (#4002) 2020-07-21 10:41:31 -03:00
rand.go add resize sync and detection on tsh on both sides, fixes #235 2016-03-15 17:16:58 -07:00
repeat.go Session streaming 2020-09-28 23:08:56 -07:00
replace.go Partial revert of negative regexps in RBAC labels 2020-10-15 21:46:06 +00:00
retry.go Backoff on network errors and mark corrupted records. 2020-10-21 14:33:04 -07:00
roles_test.go Mutual TLS Auth server and clients. 2017-12-27 11:37:19 -08:00
round.go Build fixes to support legacy builds. 2019-05-07 14:17:11 -07:00
schema.go continue work on roles 2016-12-08 18:43:37 -08:00
slice.go Session streaming 2020-09-28 23:08:56 -07:00
slice_test.go RFD 1: user testify/require instead of testify/assert 2020-10-16 00:15:25 +00:00
spki.go Improved error when CA pin does not match. 2019-03-12 17:57:19 +00:00
syslog.go Do not override syslog target, fixes #2550 (#2551) 2019-02-09 21:39:40 -08:00
time.go Removed namespaces and expires from user interface. 2017-08-30 18:11:13 +00:00
timeout.go Semi-serious connection overhaul of Teleport SSH 2016-12-30 01:21:28 -08:00
timeout_test.go Fix remaining staticcheck findings in lib/... 2020-04-28 15:17:44 +00:00
tls.go Remove unused functions and methods throughout lib/... 2020-05-06 00:02:53 +00:00
tlsdial.go Add framework for trusted cluster K8s access 2018-06-22 12:56:58 -07:00
token.go Read join tokens from file, fixes #2515. (#2864) 2019-07-17 12:51:18 -07:00
uid.go [Forward-port] Add unique ids to all audit events. (#2606) 2019-03-18 15:08:43 -07:00
unpack.go Validate incoming events against x509 identity. 2019-09-03 13:44:20 -07:00
unpack_test.go Sanitize tar paths before extraction. 2019-09-03 13:44:20 -07:00
uri.go Added S3 third party support (#3054) 2020-01-02 17:56:53 -08:00
utils.go Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
utils_test.go Session streaming 2020-09-28 23:08:56 -07:00
ver.go Advertise a minimum version for clients. 2018-11-16 16:34:19 -08:00
writer.go Initial implementation of Kubernetes support 2018-06-03 12:55:13 -07:00