Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-11-14 | permchain.c: Address warning -Wunused-parameter | Sebastian Pipping | -1/+11 | |
The fix is a near 1:1 copy of what add_chmod_rule_to_permchain already does about the same problem. Symptom was: > src/permchain.c: In function ‘add_octal_rule_to_permchain’: > src/permchain.c:151:71: error: unused parameter ‘end’ [-Werror=unused-parameter] > 151 | static int add_octal_rule_to_permchain(const char *start, const char *end, > | | ||||
2023-11-14 | permchain.c: Handle malloc failure in add_chmod_rule_to_permchain | Sebastian Pipping | -0/+2 | |
2023-04-12 | Debug output cleanup | Martin Pärtel | -2/+3 | |
2021-02-15 | Fixed permchain.c on older compilers. Enabled -Wpedantic. | Martin Pärtel | -11/+11 | |
2021-02-14 | Got rid of alloca() | Martin Pärtel | -2/+2 | |
2021-02-13 | Include alloca.h to fix build on MacOS | Martin Pärtel | -0/+1 | |
2012-07-03 | Fixed permchain.operands size and reordered it a bit. | Martin Pärtel | -3/+3 | |
2012-07-03 | bindfs: reduce memory holes in struct permchain | Jan Engelhardt | -2/+2 | |
Reduce holes in struct permchain by appropriately sizing and reordering members. | ||||
2011-07-08 | Initial commit to git. | Martin Pärtel | -0/+325 | |