summaryrefslogtreecommitdiff
path: root/source3/include/smb_acls.h
Commit message (Expand)AuthorAgeFilesLines
* sysacls: change datatypes to 32 bitsUri Simchoni2017-12-211-2/+8
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-1/+3
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-2/+3
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-1/+2
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-3/+5
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-1/+1
* s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett2012-08-151-1/+0
* s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett2012-08-151-1/+0
* s3-smbd: Move smb_acl_t declaration to smb_acl.idlAndrew Bartlett2012-08-151-34/+3
* s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett2012-08-151-1/+1
* s3:include: move sys_acl prototypes to smb_acls.hStefan Metzmacher2012-06-061-0/+33
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r17804: Fix a enum/int mixup found by the IRIX compiler.Volker Lendecke2007-10-101-0/+1
* r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough2007-10-101-230/+20
* r7946: Minor C++ compatibility fix.Jeremy Allison2007-10-101-2/+2
* more 2.2.x compatibility fixes - allow user looksup in the kerb5Gerald Carter2003-10-201-1/+1
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-3/+0
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Added HPUX ACL code.Jeremy Allison2001-12-151-0/+41
* Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-101-2/+2
* Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2001-07-261-0/+30
* Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-181-42/+0
* AIX ACLs donated by IBM.Jeremy Allison2001-04-171-0/+47
* Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison2001-04-051-45/+6
* Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison2001-04-031-0/+42
* IRIX ACLs from Herb.Jeremy Allison2001-04-021-0/+30
* rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison2001-02-251-0/+36
* Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With someJeremy Allison2001-02-151-0/+39
* Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison2000-12-071-2/+4
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-2/+4
* Make smbd/posix_acls.c use abstract interface.Jeremy Allison2000-12-061-0/+91