summaryrefslogtreecommitdiff
path: root/revokefs
Commit message (Expand)AuthorAgeFilesLines
* automake: Consistently include $(AM_CFLAGS) in target-specific CFLAGSSimon McVittie2022-10-271-2/+2
* revokefs: Remove incorrect libglnx include directorySimon McVittie2022-10-271-1/+1
* revokefs: Use correct format string for a ssize_tSimon McVittie2022-10-251-1/+1
* Add a Meson build systemSimon McVittie2022-10-242-0/+26
* Add a vim modeline and .editorconfigPhaedrus Leeds2022-08-222-2/+2
* revokefs: Use FUSE version 3 if possibleSimon McVittie2022-08-163-10/+61
* Fix some warn_unused_result warningsEric Curtin2021-10-121-1/+5
* revokefs: Use the right variable name in an error messageSimon McVittie2021-04-161-1/+1
* revokefs: Fix off-by-one array size in fuse implementationAlexander Larsson2019-09-181-1/+1
* revokefs-fuse: Fix some build warningsRyan Gonzalez2019-06-131-7/+7
* revokefs-fuse: Add --with-exit-fd arg to monitor parent process's exitUmang Jain2019-04-093-5/+31
* revokefs: Add demo to show how to revoke permissionsAlexander Larsson2019-04-092-0/+86
* revokefs: Split out the writing part from the fuse implementationAlexander Larsson2019-04-094-122/+1115
* revokefs: Initial non-revoking versionAlexander Larsson2019-04-092-0/+567