summaryrefslogtreecommitdiffstats
path: root/source/include/smb_acls.h
Commit message (Collapse)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-0/+41
| | | | Jeremy.
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-0/+30
| | | | Jeremy.
* Syncup getting ready for release.Jeremy Allison2001-07-061-42/+0
| | | | Jeremy.
* AIX ACLs donated by IBM (Medha Date mdate@austin.ibm.com).Jeremy Allison2001-04-171-0/+47
| | | | | Now we're missing only HP to get the complete set :-). Jeremy.
* Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison2001-04-051-45/+6
| | | | Jeremy.
* Added XFS ACL code on Linux from John Trostel <jtrostel@connex.com>.Jeremy Allison2001-04-031-0/+42
| | | | Jeremy.
* start adding IRIX ACL supportHerb Lewis2001-03-301-1/+5
|
* start adding defines for IRIX ACLSHerb Lewis2001-03-231-0/+26
|
* rpc_client/cli_netlogon.c: Fixed incorrect printf format.Jeremy Allison2001-02-251-0/+36
| | | | | Adding Solaris ACL code - fixed up configure to select it. Jeremy.
* Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With someJeremy Allison2001-02-151-0/+39
| | | | | | | small modifications, this code may also work on Solaris, as they are derived from the same SVR4 codebase. When the Samba Solaris box is up and running again I will test this. Jeremy.
* Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison2000-12-071-2/+4
| | | | | | | ACL patch from http://acl.bestbits.at/. configure support needs more work (just assumes correct headers at the moment). ACL writing needs adding. Jeremy.
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-2/+4
| | | | | | | | | | | Currently does exactly the same thing (returns ACLs the same way). This code is written to try and get a POSIX ACL via the abstract sys_XX interface, then fall back to providing a UNIX based ACL if the calls fail. Seems to work. Next step is to add a --with-posix-acls to configure.in and then check on a POSIX ACL system that a complex ACL is returned correctly as an NT ACL. Note that the ACL set (a more complex problem) is not addressed yet. Jeremy.
* Make smbd/posix_acls.c use abstract interface.Jeremy Allison2000-12-061-0/+91
include/smb_acls.h lib/sysacls.c: Added as interface definitions. Jeremy.