summaryrefslogtreecommitdiff
path: root/source3/include/smb_acls.h
AgeCommit message (Expand)AuthorFilesLines
2012-10-11smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett1-3/+5
2012-09-12smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett1-1/+1
2012-08-15s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett1-1/+0
2012-08-15s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett1-1/+0
2012-08-15s3-smbd: Move smb_acl_t declaration to smb_acl.idlAndrew Bartlett1-34/+3
2012-08-15s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett1-1/+1
2012-06-06s3:include: move sys_acl prototypes to smb_acls.hStefan Metzmacher1-0/+33
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r17804: Fix a enum/int mixup found by the IRIX compiler.Volker Lendecke1-0/+1
2007-10-10r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough1-230/+20
2007-10-10r7946: Minor C++ compatibility fix.Jeremy Allison1-2/+2
2003-10-20more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter1-1/+1
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-3/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-15Added HPUX ACL code.Jeremy Allison1-0/+41
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison1-2/+2
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison1-0/+30
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-42/+0
2001-04-17AIX ACLs donated by IBM.Jeremy Allison1-0/+47
2001-04-05Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison1-45/+6
2001-04-03Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison1-0/+42
2001-04-02IRIX ACLs from Herb.Jeremy Allison1-0/+30
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-0/+36
2001-02-15Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With someJeremy Allison1-0/+39
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison1-2/+4
2000-12-06Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison1-2/+4
2000-12-06Make smbd/posix_acls.c use abstract interface.Jeremy Allison1-0/+91