summaryrefslogtreecommitdiffstats
path: root/source3/lib/sysacls.c
Commit message (Expand)AuthorAgeFilesLines
* Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2001-07-261-6/+152
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-181-219/+0
* Fixed typo in Solaris and UnixWare ACLs.Jeremy Allison2001-06-091-1/+1
* Herb's IRIX fix for deleting default ACLs.Jeremy Allison2001-06-081-0/+5
* AIX has no default acls.Jeremy Allison2001-06-081-0/+6
* Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison2001-06-081-19/+56
* Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2001-06-081-7/+19
* AIX ACLs donated by IBM.Jeremy Allison2001-04-171-4/+883
* Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison2001-04-141-0/+9
* Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison2001-04-131-0/+28
* Merged John's changes.Jeremy Allison2001-04-121-3/+3
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-1/+0
* Changed the order of -kPIC and -kpic.Jeremy Allison2001-04-111-4/+6
* Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison2001-04-051-559/+52
* Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison2001-04-031-0/+214
* IRIX ACLs from Herb.Jeremy Allison2001-04-021-0/+244
* New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison2001-03-221-0/+20
* Fixed a couple of getpwXX calls that were not going through the sys_getpwXXJeremy Allison2001-03-011-2/+2
* rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison2001-02-251-0/+536
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-6/+6
* Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With someJeremy Allison2001-02-151-0/+559
* Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison2001-01-111-5/+5
* First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison2001-01-111-2/+90
* Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison2000-12-191-11/+32
* Renamed parameters and variables called acl to the_acl as it conflictsTim Potter2000-12-141-6/+6
* Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison2000-12-071-1/+1
* Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison2000-12-071-2/+49
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-0/+12
* Make smbd/posix_acls.c use abstract interface.Jeremy Allison2000-12-061-0/+110