fleet/pkg
Lucas Manuel Rodriguez fee21ae2eb
Use pkgutil approach to be more effective at uninstalling (#22618)
#22571

- [X] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [X] Added/updated tests
- [X] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [X] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [X] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [X] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [X] Manual QA for all new/changed functionality
2024-10-03 14:21:23 -03:00
..
buildpkg chore: remove refs to deprecated io/ioutil (#14485) 2023-10-27 15:28:54 -03:00
certificate Fixes to fleetctl debug connection and TLS certs documentation (#20166) 2024-07-09 14:04:23 -03:00
download Fix to not panic if MSRC for current month is not available (#21749) 2024-09-27 16:59:43 -05:00
file Use pkgutil approach to be more effective at uninstalling (#22618) 2024-10-03 14:21:23 -03:00
filepath_windows Allow custom osquery database on fleetd (#16554) 2024-02-05 09:41:06 -03:00
fleetdbase use the latest fleetd-base version for MDM commands (#20078) 2024-06-28 16:35:07 -03:00
fleethttp add CLI and endpoints to set software via fleetctl apply (#18876) 2024-05-14 15:06:33 -03:00
mdm/mdmtest Updating scep package with latest fixes (#22372) 2024-09-27 07:04:11 -05: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 exponential backoff to orbit enroll retries (#17368) 2024-03-13 07:57:00 -03:00
scripts Fix windows installer stuck in pending state forever (#22592) 2024-10-02 16:18:37 -04:00
secure Sync CVE scores periodically (#5838) 2022-06-01 10:06:57 -06:00
spec Fixes for no-team.yml GitOps (#22210) 2024-09-18 14:16:59 -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.