summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src
Commit message (Expand)AuthorAgeFilesLines
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-074-7/+7
* Update code for Edition 2024Nick Mathewson2025-08-071-2/+5
* Fix Windows compile warningsTobias Stoeckmann2025-08-051-0/+3
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* fs-mistrust: Removed dependency on `once_cell`hashcatHitman2025-06-142-5/+5
* *: use std::io::Error::other in many placesNick Mathewson2025-05-152-8/+3
* fs-mistrust: fix build on non-unix systemsTobias Stoeckmann2025-04-251-0/+1
* Merge branch 'android-build' into 'main'wesleyac2025-04-032-3/+29
|\
| * fix builds for AndroidYaksh Bariya2025-03-032-3/+29
* | fix compiling fs-misstrust on tvOSyaucp2025-03-263-11/+27
|/
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* 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-142-9/+42
* fs-mistrust: Have Verifier check methods take self by reference.Nick Mathewson2025-01-141-2/+2
* 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-142-69/+168
* fs-mistrust: Define a (stub) FileAccess type.Nick Mathewson2025-01-143-0/+38
* fs-mistrust::CheckedDir: Refactor some common code.Nick Mathewson2025-01-141-22/+32
* fs-mistrust: Add test for (not) opening symlink from CheckedDir.Nick Mathewson2025-01-141-1/+10
* fs-mistrust: clarify doc for a private function.Nick Mathewson2025-01-141-0/+2
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* fs-mistrust: trim whitespace in env var valuesSteven Engler2024-12-182-4/+8
* fs-mistrust: commit to stable env var handlingSteven Engler2024-12-182-4/+43
* fs-mistrust: (docs) fix incomplete list of env variable valuesSteven Engler2024-12-181-2/+2
* Resolve clippy::empty_line_after_doc_comments warnings.Nick Mathewson2024-12-031-1/+0
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* fs-mistrust: Remove outdated thiserror syntaxClara Engler2024-11-121-1/+1
* Replace _ => panic!() elsewhereIan Jackson2024-10-151-1/+1
* Fix a couple of lifetime warnings from nightly.Nick Mathewson2024-10-011-1/+1
* fs-mistrust: Make fake PathExt return impl DisplayIan Jackson2024-08-191-3/+4
* fs-mistrust: Make a comment into a docIan Jackson2024-08-191-2/+2
* fs-mistrust: Decorate some items with missing walkdir cfgIan Jackson2024-08-192-1/+5
* fs-mistrust: Make CheckedDir::metadata() return an error if path is symlink.Gabriela Moldovan2024-08-121-2/+45
* fs-mistrust: Avoid opening the file in CheckedDir::metadata().Gabriela Moldovan2024-08-081-5/+19
* fs-mistrust: Add a TODO about refactoring CheckedDir::metadata().Gabriela Moldovan2024-08-081-0/+1
* fs-mistrust: Note that metadata() can return Error::NotFound.Gabriela Moldovan2024-08-081-0/+2
* fs-mistrust: Apply deferred cargo fmt.Gabriela Moldovan2024-08-081-1/+4
* fs-mistrust: Add a CheckedDir::metadata function.Gabriela Moldovan2024-08-081-1/+28
* fs-mistrust: Use Path::try_exists() instead of Path::exists().Gabriela Moldovan2024-07-301-2/+2
* fs-mistrust: Explain that Error might not be a permissions errorIan Jackson2024-07-101-0/+7