summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/dir.rs
Commit message (Expand)AuthorAgeFilesLines
* fs-mistrust: Add read_directory and remove_file to CheckedDir.Nick Mathewson2023-11-271-0/+142
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-221-5/+7
* fs-mistrust: BadPermission(_, _) -> BadPermission(..)Alex Xu (Hello71)2022-05-311-4/+4
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-7/+13
* fs-mistrust: add various methods.Nick Mathewson2022-05-091-4/+128
* Derive Clone and Debug for CheckedDir.Nick Mathewson2022-05-051-0/+1
* fs-mistrust: write a lot about TOCTOU issues.Nick Mathewson2022-05-031-0/+13
* fs-mistrust: Rename SecureDir to CheckedDir.Nick Mathewson2022-05-031-8/+8
* Add a SecureDir API for checked access to directoriesNick Mathewson2022-05-031-0/+229