summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/user.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* 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-261-0/+5
|/
* Use serde attrs instead of manual implsNick Mathewson2022-05-241-0/+10
* Write custom serde impls for Trusted{User,Group}Nick Mathewson2022-05-241-10/+22
* Add serde derives for MistrustBuilder.Nick Mathewson2022-05-241-0/+10
* fs-mistrust: Add Group and User types.Nick Mathewson2022-05-241-18/+168
* fs-mistrust: make Mistrust have a corresponding Builder type.Nick Mathewson2022-05-241-0/+8
* Fix typos (using the typos-cli tool).Nick Mathewson2022-05-041-1/+1
* 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-031-0/+202