summaryrefslogtreecommitdiff
path: root/source3/lib/sysacls.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib: Add FALL_THROUGH statements in sysacls.cAndreas Schneider2018-03-011-2/+4
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-11/+23
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-16/+23
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-11/+11
* lib: Fix indentationVolker Lendecke2015-05-061-4/+4
* lib: Fix whitespaceVolker Lendecke2015-05-061-16/+16
* build: Do not rely on sys.platform for ACL tests, combine UnixWare and Solari...Andrew Bartlett2014-03-081-2/+2
* s3-lib: Make it clear that we want to fall trough here.Andreas Schneider2012-12-211-0/+2
* vfs: Remove irixacl module (all the fucntions in it are unimplemented)Andrew Bartlett2012-10-111-37/+0
* vfs: Fix alternative posix and no-op sys acl implementations to take a mem_ctxAndrew Bartlett2012-10-111-22/+37
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-111-6/+6
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-12/+9
* smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett2012-09-121-9/+7
* s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-opAndrew Bartlett2012-08-151-5/+0
* s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE()Andrew Bartlett2012-08-151-6/+0
* s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett2012-08-151-10/+9
* s3-lib/sysacls: Do not include an embedded \0 between ACL entries in sys_acl_...Andrew Bartlett2012-05-091-2/+3
* s3-lib: Add const to sys_acl_to_textAndrew Bartlett2012-05-091-1/+1
* s3-lib: Fix indentation in sys_acl_to_text()Andrew Bartlett2012-05-091-2/+2
* s3-includes: only include acl prototypes when needed.Günther Deschner2011-04-141-0/+20
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam2008-01-081-14/+14
* Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam2008-01-071-13/+13
* 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
* r21953: One format fix, clarify a condition that the IBMJeremy Allison2007-10-101-1/+1
* r18016: OpenBSD apparently does not have ENOTSUPVolker Lendecke2007-10-101-0/+20
* r17804: Fix a enum/int mixup found by the IRIX compiler.Volker Lendecke2007-10-101-1/+1
* r17334: Some C++ warningsVolker Lendecke2007-10-101-4/+5
* r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough2007-10-101-2768/+153
* r15525: fix compile error on HP-UX reported by Ryan NovosielskiGerald Carter2007-10-101-1/+0
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-9/+2
* r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs.Jeremy Allison2007-10-101-0/+7
* r4305: Fix from Albert Chin (china@thewrittenword.com) to fix theJeremy Allison2007-10-101-5/+5
* r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison2007-10-101-31/+30
* r3693: Correctly detect errno for no acl/ea support.Jeremy Allison2007-10-101-0/+20
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-14/+2
* dos2unix not used in HEAD anymore.Jeremy Allison2002-03-041-2/+2
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Added HPUX ACL code.Jeremy Allison2001-12-151-0/+957
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-35/+33
* Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-101-13/+23
* Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-081-1/+1
* 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