summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Remove all semver.md files to start a fresh release roundIan Jackson2024-02-051-2/+0
|
* fs_mistrust: Provide CheckedDir::make_secure_dirIan Jackson2024-01-291-0/+1
| | | | | | state_dir wants this, to descend into subdirectories. I think the implementation could be improved - see the TODO.
* fs_mistrust: Expose CheckedDir::verifierIan Jackson2024-01-251-0/+1
| | | | | | | | | I'm not sure why this isn't public. It seems like an obviously reasonable transformation. If I as author of !1927 had been an external contributor, I could have worked around the lack of .make_secure_directory() if .verifier() had existed. So I think exposing it would be useful.
* Remove semver.md files.Nick Mathewson2023-12-041-1/+0
|
* fs-mistrust: Add read_directory and remove_file to CheckedDir.Nick Mathewson2023-11-271-0/+1
| | | | Closes #1117.
* Remove semver.md files now that 1.1.7 is out.Nick Mathewson2023-08-011-1/+0
|
* fs-mistrust: impl Hash for TrustedUser and TrustedGroup (config)Ian Jackson2023-07-141-0/+1
|
* Remove semver.md from arti-1.0.0Nick Mathewson2022-09-071-2/+0
|
* fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-311-0/+2
| | | | | | This function transforms `/home/nickm/.config` to `${HOME}/.config/`, so that we can expose the username less in our logs.
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-2/+0
|
* update semver status filetrinity-1686a2022-07-301-0/+1
|
* Semver tweaks from review.Ian Jackson2022-07-191-1/+1
| | | | These aren't user facing comments, but getting them right will help us write better changelogs.
* fs-mistrust: API to disable based on environmentNick Mathewson2022-07-191-0/+1
| | | | | | | By default we look at `$FS_MISTRUST_DISABLE_PERMISSIONS_CHECKS`. Optionally, the user can provide another variable as well, or disable looking at the environment entirely.
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-1/+0
|
* Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-221-0/+1
These changes make sure that the errors conform to our preferred style, and include a description of what exactly we were doing when something went wrong.