fleet/pkg
Roberto Dip 3b00b70786
fix unreleased bugs for the increased script timeout (#15897)
for https://github.com/fleetdm/fleet/issues/15196. The main problem was
that we have two timeouts:

1. The timeout used by the host to kill the script execution
2. The timeout used by the server to wait for the script results

Before the changes in https://github.com/fleetdm/fleet/pull/15779, the
server timeout was longer than the host timeout, but we inadvertently
set both values to 5 minutes, which breaks the logic we have to handle
both kinds of timeouts.
2024-01-04 10:26:13 -03:00
..
buildpkg chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
certificate chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
download chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
file Consider an empty EULA pdf file the same as an invalid one, returning 400 Bad Request (#12542) 2023-06-28 08:19:42 -04:00
fleethttp fix issues with migration flow (#13297) 2023-08-14 09:56:59 -03:00
mdm/mdmtest implement profile verification for windows (#15348) 2023-11-30 09:17:07 -03:00
nettest fix RunWithNetRetry (#8590) 2022-11-07 16:31:10 +01:00
open Orbit: Add Fleet Desktop support to Windows (#4873) 2022-04-01 17:28:51 -03:00
optjson Implement Windows OS Updates (feature branch). (#15359) 2023-11-29 11:07:24 -05:00
rawjson Merging Bitlocker feature branch (#14350) 2023-10-06 19:04:33 -03:00
retry Add backoff functionality for fleetd updates (#15489) 2023-12-08 19:43:56 -03:00
scripts fix unreleased bugs for the increased script timeout (#15897) 2024-01-04 10:26:13 -03:00
secure Sync CVE scores periodically (#5838) 2022-06-01 10:06:57 -06:00
spec fix various bugs after testing windows MDM profiles (#15264) 2023-11-22 10:48:28 -03:00
README.md Add CentOS parsing+post-processing to reduce false positives in vulnerability processing (#4037) 2022-02-14 15:13:44 -03:00

pkg directory

This top-level pkg directory contains packages that may be shared between all fleet backend components.