summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust/src/user.rs
Commit message (Expand)AuthorAgeFilesLines
* fs-mistrust: Removed dependency on `once_cell`hashcatHitman2025-06-141-3/+3
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-6/+4
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run cargo +nightly fmt to format many let ... else ...Ian Jackson2023-07-241-4/+9
* fs-mistrust: Run rustfmt to apply deferred formatting churnIan Jackson2023-07-141-10/+10
* fs-mistrust: In a test, simplify env var handlingIan Jackson2023-07-141-17/+10
* fs-mistrust: users: Use OsStr and OsString a lot lessIan Jackson2023-07-141-13/+23
* fs-mistrust: Remove a now-unneeded suppressionIan Jackson2023-07-141-1/+0
* fs-mistruct: Abolish some now-unneeded mutsIan Jackson2023-07-141-26/+25
* fs-mistrust: Use pwd-grp's getgroups functionIan Jackson2023-07-141-24/+1
* fs-mistruct: switch from users to pwd-grpIan Jackson2023-07-141-41/+83
* fs-mistrust: Introduce tempoary PwdGrpProvider aliasIan Jackson2023-07-141-4/+8
* fs-mistrust: impl Hash for TrustedUser and TrustedGroup (config)Ian Jackson2023-07-141-2/+2
* fs-mistrust: users: tests: Introduce mock_users etc.Ian Jackson2023-07-141-25/+36
* fs-mistrust: users: Make several functions fallibleIan Jackson2023-07-141-25/+34
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* 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