summaryrefslogtreecommitdiff
path: root/source3/lib/sysacls.c
AgeCommit message (Expand)AuthorFilesLines
2001-01-11Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison1-5/+5
2001-01-11First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison1-2/+90
2000-12-19Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison1-11/+32
2000-12-14Renamed parameters and variables called acl to the_acl as it conflictsTim Potter1-6/+6
2000-12-07Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison1-1/+1
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison1-2/+49
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-0/+12
2000-12-06Make smbd/posix_acls.c use abstract interface.Jeremy Allison1-0/+110