summaryrefslogtreecommitdiff
path: root/setcifsacl.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-30cifs: setcifsacl - Send the actual (security descriptor) buffer size instead ...Shirish Pargaonkar1-22/+39
2013-10-08get/setcifsacl: fix bad bit-shiftsJeff Layton1-1/+1
2013-07-18setcifsacl: add fallback for when plugin can't be loadedJeff Layton1-5/+87
2013-04-12setcifsacl.c: fix a bug of goto setcifsacl_facenum_retPeng Haitao1-2/+3
2013-01-29setcifsacl: fix offset calculation in "set" codeJeff Layton1-3/+4
2013-01-28setcifsacl: fix infinite loop in getnumcacesJeff Layton1-1/+3
2012-12-19cifs-utils: convert setcifsacl to use the plugin interfaceJeff Layton1-55/+15
2012-12-13setcifsacl: remove syslog goopJeff Layton1-11/+4
2012-11-09setcifsacl: fix format specifier in error messageJeff Layton1-1/+1
2012-11-09setcifsacl: don't freely cast between wbcDomainSid and cifs_sidJeff Layton1-12/+24
2012-11-07setcifsacl: fix some build warningsJeff Layton1-2/+1
2012-11-07setcifsacl: fix endianness of ->size in build_cmdline_acesJeff Layton1-2/+2
2012-11-07setcifsacl: fix up ACE mask handlingJeff Layton1-41/+40
2012-11-07setcifsacl: fix some bugs in build_cmdline_acesJeff Layton1-3/+2
2012-11-07setcifsacl: fix some bugs in build_fetched_acesJeff Layton1-18/+12
2012-11-07setcifsacl: consolidate SID copying routinesJeff Layton1-24/+16
2012-11-07setcifsacl: fix verify_ace_sidJeff Layton1-24/+24
2012-11-07setcifsacl: clean up parse_cmdline_acesJeff Layton1-32/+18
2012-11-07setcifsacl: clean up get_numcacesJeff Layton1-13/+11
2012-11-07setcifsacl: fix up endianness conversionsJeff Layton1-7/+7
2012-11-07setcifsacl: fix endianness on SIDs provided by winbind routinesJeff Layton1-2/+9
2012-11-07setcifsacl: fix up getopt() usageJeff Layton1-10/+15
2012-11-07setcifsacl: declare an enum for the action valuesJeff Layton1-11/+20
2012-11-07get/setcifsacl: set "prog" via basename(argv[0])Jeff Layton1-1/+3
2012-11-07setcifsacl: clean up get_numfacesJeff Layton1-10/+7
2012-11-07setcifsacl: fix overrun of subauths array when copying SIDsJeff Layton1-2/+2
2012-11-07setcifsacl: clean up sizing of cifs_sidJeff Layton1-6/+6
2012-08-21cifs-utils: fix up references to getcifsacl and setcifsacl filesJeff Layton1-1/+1
2011-09-23setcifsacl: remove unused rc var from build_cmdline_acesJeff Layton1-7/+1
2011-08-25cifsacl: fix whitespace problem in setcifsacl.cJeff Layton1-1/+1
2011-08-25cifsacl: Add file setcifsacl.c (try #2)Shirish Pargaonkar1-0/+905