Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use user's temp directory as basis for acquisition folder. | Sean Hall | 2021-08-04 | 1 | -29/+61 |
| | | | | Fixes #5830 | ||||
* | Add argument and policy setting to set Burn's base working directory. | Sean Hall | 2021-08-04 | 1 | -9/+56 |
| | | | | Fixes #5856 | ||||
* | Replace static cache internals with a struct. | Sean Hall | 2021-08-04 | 1 | -246/+259 |
| | | | | Initialize them explicitly to make it clearer when that happens. | ||||
* | Get system TEMP path from the registry. | Sean Hall | 2021-08-04 | 1 | -14/+9 |
| | | | | Also, correctly handle return codes from related path APIs. | ||||
* | Bring back Burn's implementation of signature verification. | Sean Hall | 2021-05-11 | 1 | -0/+131 |
| | | | | partial #6447 | ||||
* | Enforce payload and container verification. | Sean Hall | 2021-05-11 | 1 | -15/+80 |
| | |||||
* | Reset the package's cache folder only once. | Sean Hall | 2021-05-11 | 1 | -15/+43 |
| | | | | | | This behavior makes it work similar to the root package cache folder and avoids performance problems when there are many payloads in the package. #4774 | ||||
* | Allow launching approved exes from the original package cache. | Sean Hall | 2021-05-11 | 1 | -20/+71 |
| | |||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+2052 |