summaryrefslogtreecommitdiff
path: root/crates/fs-mistrust
Commit message (Expand)AuthorAgeFilesLines
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-238-0/+8
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Remove semver.md files now that 1.1.7 is out.Nick Mathewson2023-08-011-1/+0
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
* Run cargo +nightly fmt to format many let ... else ...Ian Jackson2023-07-241-4/+9
* Update pwd-grp to 0.1.1 to fix MacOS build etc.Ian Jackson2023-07-201-1/+1
* 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-mistrust: forbid unsafe codeIan Jackson2023-07-141-0/+8
* fs-mistrust: Replace a direct libc call in a testIan Jackson2023-07-141-1/+1
* 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-142-42/+84
* fs-mistrust: Introduce tempoary PwdGrpProvider aliasIan Jackson2023-07-141-4/+8
* fs-mistrust: impl Hash for TrustedUser and TrustedGroup (config)Ian Jackson2023-07-142-2/+3
* fs-mistrust: users: tests: Introduce mock_users etc.Ian Jackson2023-07-141-25/+36
* fs-mistrust: users: Make several functions fallibleIan Jackson2023-07-142-26/+41
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-108-0/+9
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-5/+1
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+4
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-0/+1
* Increment crate versions.Nick Mathewson2023-05-031-1/+1
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-311-1/+1
* Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-221-1/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-1/+1
* Upgrade to latest toml crate.Nick Mathewson2023-02-141-1/+1
* Merge branch 'shadykaty-error-hint-v2' into 'main'eta2023-02-072-2/+2
|\
| * add opaque ErrorHint API, impl ErrorHint from BadPermissionsShady Katy2023-01-272-2/+2
* | Bump the patch version of each crate with _trivial_ changes.Nick Mathewson2023-02-011-1/+1
|/
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-278-0/+8
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Upgrade toml to version 0.6.Nick Mathewson2023-01-251-1/+1
* Merge branch 'test-lints' into 'main'eta2023-01-068-0/+67
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-128-0/+67
* | doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
|/
* Bump the minor version of every crate.Nick Mathewson2022-11-301-1/+1
* bump rust-version to 1.60 in every crate.Nick Mathewson2022-11-101-0/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Merge branch 'edition-2021' into 'main'eta2022-11-031-1/+1
|\
| * set all crate edition to 2021trinity-1686a2022-11-011-1/+1
* | remove unused dependanciestrinity-1686a2022-10-291-2/+0
|/
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0