aboutsummaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src
Commit message (Expand)AuthorAgeFilesLines
...
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* fs-mistrust: convert Io error variant to a struct.Nick Mathewson2022-06-221-5/+17
* Editorial improvements on fs-mistrust errorsNick Mathewson2022-06-222-23/+18
* Do not include error source() in display() format.Nick Mathewson2022-06-211-1/+1
* Merge branch 'better-fs-mistrust-badpermissions-string' into 'main'Ian Jackson2022-06-024-29/+43
|\
| * fs-mistrust: Improve BadPermission stringAlex Xu (Hello71)2022-05-313-17/+31
| * fs-mistrust: BadPermission(_, _) -> BadPermission(..)Alex Xu (Hello71)2022-05-313-12/+12
* | 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
|/
* Merge branch 'bug487' into 'main'Ian Jackson2022-05-301-0/+6
|\
| * fs-mistrust: add getegid() to getgrouplist() output.Nick Mathewson2022-05-271-0/+6
* | fs-mistrust: Document problems with non-UTF8 OsString in tomlNick Mathewson2022-05-262-4/+13
|/
* fs-mistrust: allow symlinks to have any permissionsAlex Xu (Hello71)2022-05-252-1/+12
* Use serde attrs instead of manual implsNick Mathewson2022-05-242-28/+14
* Make fs-mistrust configurable from the top level.Nick Mathewson2022-05-241-1/+1
* Write custom serde impls for Trusted{User,Group}Nick Mathewson2022-05-242-10/+320
* Add serde derives for MistrustBuilder.Nick Mathewson2022-05-242-0/+15
* fs-mistrust: Add Group and User types.Nick Mathewson2022-05-243-24/+195
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-244-130/+197
* fs-mistrust: rename fieldsNick Mathewson2022-05-242-15/+15
* Merge branch 'use-fs-mistrust'Nick Mathewson2022-05-094-21/+205
|\
| * Loosen checking for readable files within target directories.Nick Mathewson2022-05-092-14/+30
| * fs-mistrust: add various methods.Nick Mathewson2022-05-092-7/+174
| * Derive Clone and Debug for CheckedDir.Nick Mathewson2022-05-051-0/+1
* | Fix typos (using the typos-cli tool).Nick Mathewson2022-05-041-1/+1
|/
* fs-mistrust: write a lot about TOCTOU issues.Nick Mathewson2022-05-034-22/+70
* fs-mistrust: Rename SecureDir to CheckedDir.Nick Mathewson2022-05-033-24/+24
* fs-mistrust: Add a dangerously_trust_everyone method.Nick Mathewson2022-05-032-1/+59
* fs-mistrust: split check_one into two functions.Nick Mathewson2022-05-031-46/+64
* fs-mistrust: Make self-named groups trusted by default.Nick Mathewson2022-05-031-23/+32
* Work around CI config weirdness.Nick Mathewson2022-05-031-0/+5
* fs-mistrust: Add code to make a self-named group "trusted".Nick Mathewson2022-05-032-0/+223
* fs-mistrust: refactor ResolvePath to avoid temporary changes.Nick Mathewson2022-05-031-36/+31
* fs-mistrust: clarify and test behavior for ".." past the fs root.Nick Mathewson2022-05-031-1/+31
* Add a must_use (suggested by @diziet).Nick Mathewson2022-05-031-0/+1
* fs-mistrust: more examples, documentation.Nick Mathewson2022-05-031-4/+109
* Add a SecureDir API for checked access to directoriesNick Mathewson2022-05-034-3/+266
* Add functionality to inspect directory content permissionsNick Mathewson2022-05-034-29/+129
* By default, forbid special files.Nick Mathewson2022-05-032-17/+40
* Support for "create missing directory".Nick Mathewson2022-05-032-2/+87
* Add support for trusted group IDs.Nick Mathewson2022-05-032-3/+58
* Implement support for the Sticky Bit.Nick Mathewson2022-05-032-3/+54
* Second cut at a fs-mistrust crate.Nick Mathewson2022-05-035-0/+1554