aboutsummaryrefslogtreecommitdiffstats
path: root/src/usermap.c
AgeCommit message (Collapse)AuthorLines
2023-11-14bindfs.c|usermap.c: Address warning -Wsign-compareSebastian 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-31Removed unnecessary checks.Martin Pärtel-6/+0
2019-03-27(formatting)Martin Pärtel-2/+6
2019-03-26Fix issue where sgid is set and gid-offset is usedEytan Heidingsfeld-0/+2
2012-06-18Fixed a memory error in src/usermap.c.Martin Pärtel-2/+10
2012-05-18Fixed --create-as-user.Martin Pärtel-18/+6
2012-03-13Added --map.Martin Pärtel-0/+123