Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-23 | setcifsacl: remove unused rc var from build_cmdline_aces | Jeff Layton | 1 | -7/+1 | |
...and eliminate this build warning: setcifsacl.c: In function ‘build_cmdline_aces’: setcifsacl.c:582:9: warning: variable ‘rc’ set but not used [-Wunused-but-set-variable] Signed-off-by: Jeff Layton <jlayton@samba.org> | |||||
2011-08-25 | cifsacl: fix whitespace problem in setcifsacl.c | Jeff Layton | 1 | -1/+1 | |
Signed-off-by: Jeff Layton <jlayton@samba.org> | |||||
2011-08-25 | cifsacl: Add file setcifsacl.c (try #2) | Shirish Pargaonkar | 1 | -0/+905 | |
Parse the blob that contains a security descriptor obtained by calling getxattr API using attribute system.cifs_acl . Start parsing and printing security descriptor including the a DACL within the security descriptor, printing each ACE of the DACL by printing SID, type, flags, and mask. Winbind apis are used to translate raw SID to a name. Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com> |