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
...
|
*
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
[prev]