summaryrefslogtreecommitdiffstats
path: root/source/lib/sysacls.c
Commit message (Expand)AuthorAgeFilesLines
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-1/+1
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-2/+2
* Move over to RELEASE branch.Jeremy Allison2002-02-011-37/+988
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-7/+163
* Syncup getting ready for release.Jeremy Allison2001-07-061-244/+85
* AIX ACLs donated by IBM (Medha Date mdate@austin.ibm.com).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
* Fix up UnixWare (OpenUnix) ACLs support. This should also fix the same problemJohn Terpstra2001-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 ACL code on Linux from John Trostel <jtrostel@connex.com>.Jeremy Allison2001-04-031-0/+214
* IRIX does not like default ACL qualifier of -1Herb Lewis2001-04-021-1/+1
* first cut at IRIX ACLS - still being developed and tested but this at leastHerb Lewis2001-03-301-0/+244
* Rewrite of ACL mapping code. Works ok on 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 format.Jeremy Allison2001-02-251-0/+536
* Allow names to be looked up in the domain when acting as a PDC for W2K clients.Jeremy Allison2001-02-161-1/+1
* Expunge snprintf, *always* use slprintf. Ensure snprintf cannot be used inJeremy Allison2001-02-161-5/+5
* 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