summaryrefslogtreecommitdiffhomepage
path: root/src/cmds/ntux_cmd_chmod.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07ntux_cmd_chmod(): added --refobj support.midipix1-9/+87
2022-09-15ntux_cmd_chmod(): apply '+p' to permissions inherited via '+P' as needed.midipix1-1/+1
2022-09-11ntux_cmd_chmod(): added +P support (inherit container ACE's).midipix1-10/+275
2022-09-11ntux_cmd_chmod(): parse --strmode in a posix-compatible manner.midipix1-18/+60
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2020-05-14ntux_cmd_chmod(): properly set errno upon non-system-call failure.midipix1-12/+16
2020-05-14ntux_cmd_chmod(): added initial --owner and --group support.midipix1-6/+54
2020-05-14ntux_cmd_chmod(): --strmode is now optional.midipix1-8/+11
2019-12-07ntux_cmd_chmod(): remove m+p (not needed), support ace propagation (+p, -p).midipix1-6/+20
2019-05-27framework: code against the newly added __xfi_xxx interfaces.midipix1-6/+10
2018-10-12ntux_cmd_chmod(): initial implementation.midipix1-3/+128
2018-10-12driver: added 'chmod' command support.midipix1-0/+26