]> git.seodisparate.com - SimpleArchiver/commit
Impl. safe-link checking for v1 file format
authorStephen Seo <seo.disparate@gmail.com>
Mon, 21 Oct 2024 08:10:34 +0000 (17:10 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 21 Oct 2024 08:12:48 +0000 (17:12 +0900)
commit50b1f4b2741361a19411e0c434b7009d63ac84e9
tree905207616099bb549963e8b4a33a358cdbb8eaf8
parentcef3e4184a74770273aed0cf9db27ebf9ea8305c
Impl. safe-link checking for v1 file format

As mentioned in the previous commit, "safe links" is on by default,
meaning that any symlinks pointing to outside of archived files (or
invalid) will not be stored. To store such symlinks, "--no-safe-links"
must be specified.

This commit implements "safe links" for v1 of the file format.
file_format.md
src/archiver.c