index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
fs-mistrust
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-239
/
+1
*
Merge branch 'compact_home_2' into 'main'
Nick Mathewson
2022-08-31
1
-0
/
+2
|
\
|
*
Use anonymize_home() when displaying various messages.
Nick Mathewson
2022-08-31
1
-2
/
+2
|
*
fs-mistrust: Add a `anonymize_home` extension fn for Path.
Nick Mathewson
2022-08-31
1
-0
/
+2
*
|
Comment out docstring as it fails to compile on Windows.
Alexander Færøy
2022-08-30
1
-2
/
+3
*
|
Disable 3 tests in fs-mistrust.
Alexander Færøy
2022-08-30
1
-0
/
+3
*
|
Refactor the construction of the `Mistrust` type in tests.
Alexander Færøy
2022-08-29
1
-97
/
+39
*
|
Disable fs-mistrust's simple_cases() unit test on non-Unix.
Alexander Færøy
2022-08-26
1
-1
/
+5
*
|
Fix compilation of tests for Windows.
Alexander Færøy
2022-08-26
1
-13
/
+49
|
/
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
fix fs-misstrust on android
trinity-1686a
2022-08-08
1
-6
/
+30
*
remove dependancy 'users' on iOS
trinity-1686a
2022-07-30
1
-6
/
+6
*
fix nighly clippy
trinity-1686a
2022-07-23
1
-3
/
+2
*
fs-mistrust: API to disable based on environment
Nick Mathewson
2022-07-19
1
-3
/
+93
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Merge branch 'better-fs-mistrust-badpermissions-string' into 'main'
Ian Jackson
2022-06-02
1
-7
/
+7
|
\
|
*
fs-mistrust: Improve BadPermission string
Alex Xu (Hello71)
2022-05-31
1
-1
/
+1
|
*
fs-mistrust: BadPermission(_, _) -> BadPermission(..)
Alex Xu (Hello71)
2022-05-31
1
-6
/
+6
*
|
Merge branch 'lint' into 'main'
Ian Jackson
2022-05-31
1
-0
/
+3
|
\
\
|
*
|
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
|
*
|
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
|
|
/
*
/
mistrust: Canonicalise prefix from Some("") to None
Ian Jackson
2022-05-30
1
-0
/
+1
|
/
*
fs-mistrust: allow symlinks to have any permissions
Alex Xu (Hello71)
2022-05-25
1
-1
/
+4
*
Make fs-mistrust configurable from the top level.
Nick Mathewson
2022-05-24
1
-1
/
+1
*
Add serde derives for MistrustBuilder.
Nick Mathewson
2022-05-24
1
-0
/
+5
*
fs-mistrust: Add Group and User types.
Nick Mathewson
2022-05-24
1
-5
/
+14
*
fs-mistrust: make Mistrust have a corresponding Builder type.
Nick Mathewson
2022-05-24
1
-122
/
+168
*
fs-mistrust: rename fields
Nick Mathewson
2022-05-24
1
-11
/
+11
*
Loosen checking for readable files within target directories.
Nick Mathewson
2022-05-09
1
-4
/
+17
*
fs-mistrust: write a lot about TOCTOU issues.
Nick Mathewson
2022-05-03
1
-9
/
+35
*
fs-mistrust: Rename SecureDir to CheckedDir.
Nick Mathewson
2022-05-03
1
-13
/
+13
*
fs-mistrust: Add a dangerously_trust_everyone method.
Nick Mathewson
2022-05-03
1
-0
/
+45
*
fs-mistrust: Make self-named groups trusted by default.
Nick Mathewson
2022-05-03
1
-23
/
+32
*
fs-mistrust: Add code to make a self-named group "trusted".
Nick Mathewson
2022-05-03
1
-0
/
+21
*
fs-mistrust: more examples, documentation.
Nick Mathewson
2022-05-03
1
-4
/
+109
*
Add a SecureDir API for checked access to directories
Nick Mathewson
2022-05-03
1
-2
/
+24
*
Add functionality to inspect directory content permissions
Nick Mathewson
2022-05-03
1
-4
/
+58
*
By default, forbid special files.
Nick Mathewson
2022-05-03
1
-6
/
+20
*
Support for "create missing directory".
Nick Mathewson
2022-05-03
1
-2
/
+82
*
Add support for trusted group IDs.
Nick Mathewson
2022-05-03
1
-2
/
+53
*
Implement support for the Sticky Bit.
Nick Mathewson
2022-05-03
1
-0
/
+27
*
Second cut at a fs-mistrust crate.
Nick Mathewson
2022-05-03
1
-0
/
+508