summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* fs-mistrust: Explain where a Verifier comes fromIan Jackson2023-12-131-0/+2
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* fs-mistrust: forbid unsafe codeIan Jackson2023-07-141-0/+8
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+2
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* add opaque ErrorHint API, impl ErrorHint from BadPermissionsShady Katy2023-01-271-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-239/+1
* Merge branch 'compact_home_2' into 'main'Nick Mathewson2022-08-311-0/+2
|\
| * Use anonymize_home() when displaying various messages.Nick Mathewson2022-08-311-2/+2
| * fs-mistrust: Add a `anonymize_home` extension fn for Path.Nick Mathewson2022-08-311-0/+2
* | Comment out docstring as it fails to compile on Windows.Alexander Færøy2022-08-301-2/+3
* | Disable 3 tests in fs-mistrust.Alexander Færøy2022-08-301-0/+3
* | Refactor the construction of the `Mistrust` type in tests.Alexander Færøy2022-08-291-97/+39
* | Disable fs-mistrust's simple_cases() unit test on non-Unix.Alexander Færøy2022-08-261-1/+5
* | Fix compilation of tests for Windows.Alexander Færøy2022-08-261-13/+49
|/
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* fix fs-misstrust on androidtrinity-1686a2022-08-081-6/+30
* remove dependancy 'users' on iOStrinity-1686a2022-07-301-6/+6
* fix nighly clippytrinity-1686a2022-07-231-3/+2
* fs-mistrust: API to disable based on environmentNick Mathewson2022-07-191-3/+93
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Merge branch 'better-fs-mistrust-badpermissions-string' into 'main'Ian Jackson2022-06-021-7/+7
|\
| * fs-mistrust: Improve BadPermission stringAlex Xu (Hello71)2022-05-311-1/+1
| * fs-mistrust: BadPermission(_, _) -> BadPermission(..)Alex Xu (Hello71)2022-05-311-6/+6
* | Merge branch 'lint' into 'main'Ian Jackson2022-05-311-0/+3
|\ \
| * | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
| * | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
| |/
* / mistrust: Canonicalise prefix from Some("") to NoneIan Jackson2022-05-301-0/+1
|/
* fs-mistrust: allow symlinks to have any permissionsAlex Xu (Hello71)2022-05-251-1/+4
* Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-241-1/+1
* Add serde derives for MistrustBuilder.Nick Mathewson2022-05-241-0/+5
* fs-mistrust: Add Group and User types.Nick Mathewson2022-05-241-5/+14
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-122/+168
* fs-mistrust: rename fieldsNick Mathewson2022-05-241-11/+11
* Loosen checking for readable files within target directories.Nick Mathewson2022-05-091-4/+17
* fs-mistrust: write a lot about TOCTOU issues.Nick Mathewson2022-05-031-9/+35
* fs-mistrust: Rename SecureDir to CheckedDir.Nick Mathewson2022-05-031-13/+13
* fs-mistrust: Add a dangerously_trust_everyone method.Nick Mathewson2022-05-031-0/+45
* fs-mistrust: Make self-named groups trusted by default.Nick Mathewson2022-05-031-23/+32
* fs-mistrust: Add code to make a self-named group "trusted".Nick Mathewson2022-05-031-0/+21