Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-11-20 | src|tests: Address warning -Wstrict-prototypes | Sebastian Pipping | -1/+1 | |
Symptom with Clang 15: > In file included from userinfo.c:20: > ./userinfo.h:38:27: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] > void invalidate_user_cache(); /* safe to call from signal handler */ > ^ > void > [many more] | ||||
2023-11-14 | bindfs.c|usermap.c: Address warning -Wsign-compare | Sebastian Pipping | -2/+2 | |
For example: > src/bindfs.c: In function ‘getattr_common’: > src/bindfs.c:449:26: error: comparison of integer expressions of different signedness: ‘uid_t’ {aka ‘unsigned int’} and ‘int’ [-Werror=sign-compare] > 449 | if (settings.new_uid != -1) > | ^~ > | ||||
2019-03-31 | Removed unnecessary checks. | Martin Pärtel | -6/+0 | |
2019-03-27 | (formatting) | Martin Pärtel | -2/+6 | |
2019-03-26 | Fix issue where sgid is set and gid-offset is used | Eytan Heidingsfeld | -0/+2 | |
2012-06-18 | Fixed a memory error in src/usermap.c. | Martin Pärtel | -2/+10 | |
2012-05-18 | Fixed --create-as-user. | Martin Pärtel | -18/+6 | |
2012-03-13 | Added --map. | Martin Pärtel | -0/+123 | |