summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/file_access.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-2/+2
* Fix Windows compile warningsTobias Stoeckmann2025-08-051-0/+3
* fs-mistrust: document that follow_final_links is not insecureNick Mathewson2025-01-281-0/+4
* fs-mistrust: link to documentation about "obeying constraints"Nick Mathewson2025-01-281-5/+5
* fs-mistrust: Fix test compilation on windows.Nick Mathewson2025-01-161-1/+2
* Fix: Tests fails to run on macoshhamud2025-01-161-5/+5
* file_access: Refactor APIs to consume self.Nick Mathewson2025-01-141-7/+16
* file_access: Make link-following behavior explicitly controlled.Nick Mathewson2025-01-141-8/+38
* Documentation fixes from GabiNick Mathewson2025-01-141-5/+3
* fs-mistrust: Try more to explain what FileAccess is for.Nick Mathewson2025-01-141-3/+7
* fs-mistrust: Follow symlinks when using file-access outside a CheckedDir.Nick Mathewson2025-01-141-9/+98
* fs-mistrust: Add FileAccess for Verifier (and Mistrust).Nick Mathewson2025-01-141-9/+30
* fs-mistrust: Add ability to create files with chosen mode.Nick Mathewson2025-01-141-10/+117
* fs-mistrust: Clean up documentation.Nick Mathewson2025-01-141-15/+13
* fs-mistrust: Move file access methods on CheckedDir to FileAccess.Nick Mathewson2025-01-141-1/+163
* fs-mistrust: Define a (stub) FileAccess type.Nick Mathewson2025-01-141-0/+31