summaryrefslogtreecommitdiff
path: root/source3/lib/sysacls.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-09s3-lib/sysacls: Do not include an embedded \0 between ACL entries in sys_acl_...Andrew Bartlett1-2/+3
2012-05-09s3-lib: Add const to sys_acl_to_textAndrew Bartlett1-1/+1
2012-05-09s3-lib: Fix indentation in sys_acl_to_text()Andrew Bartlett1-2/+2
2011-04-14s3-includes: only include acl prototypes when needed.Günther Deschner1-0/+20
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2008-01-08Remove redundant parameter fd from SMB_VFS_SYS_ACL_SET_FD().Michael Adam1-14/+14
2008-01-07Remove redundant parameter fd from SMB_VFS_SYS_ACL_GET_FD().Michael Adam1-13/+13
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-10r21953: One format fix, clarify a condition that the IBMJeremy Allison1-1/+1
2007-10-10r18016: OpenBSD apparently does not have ENOTSUPVolker Lendecke1-0/+20
2007-10-10r17804: Fix a enum/int mixup found by the IRIX compiler.Volker Lendecke1-1/+1
2007-10-10r17334: Some C++ warningsVolker Lendecke1-4/+5
2007-10-10r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough1-2768/+153
2007-10-10r15525: fix compile error on HP-UX reported by Ryan NovosielskiGerald Carter1-1/+0
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-9/+2
2007-10-10r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs.Jeremy Allison1-0/+7
2007-10-10r4305: Fix from Albert Chin (china@thewrittenword.com) to fix theJeremy Allison1-5/+5
2007-10-10r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com).Jeremy Allison1-31/+30
2007-10-10r3693: Correctly detect errno for no acl/ea support.Jeremy Allison1-0/+20
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-14/+2
2002-03-04dos2unix not used in HEAD anymore.Jeremy Allison1-2/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-12-15Added HPUX ACL code.Jeremy Allison1-0/+957
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-35/+33
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison1-13/+23
2001-08-08Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce1-1/+1
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison1-6/+152
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-219/+0
2001-06-09Fixed typo in Solaris and UnixWare ACLs.Jeremy Allison1-1/+1
2001-06-08Herb's IRIX fix for deleting default ACLs.Jeremy Allison1-0/+5
2001-06-08AIX has no default acls.Jeremy Allison1-0/+6
2001-06-08Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison1-19/+56
2001-06-08Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison1-7/+19
2001-04-17AIX ACLs donated by IBM.Jeremy Allison1-4/+883
2001-04-14Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison1-0/+9
2001-04-13Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison1-0/+28
2001-04-12Merged John's changes.Jeremy Allison1-3/+3
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-1/+0
2001-04-11Changed the order of -kPIC and -kpic.Jeremy Allison1-4/+6
2001-04-05Fix from Michael Davidson <md@sco.COM> to merge Solaris and UnixWare ACLs.Jeremy Allison1-559/+52
2001-04-03Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison1-0/+214
2001-04-02IRIX ACLs from Herb.Jeremy Allison1-0/+244
2001-03-22New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison1-0/+20
2001-03-01Fixed a couple of getpwXX calls that were not going through the sys_getpwXXJeremy Allison1-2/+2
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-0/+536
2001-02-16Excise snprintf -> slprintf.Jeremy Allison1-6/+6
2001-02-15Patch to add UnixWare ACLs from Michael Davidson <md@sco.COM>. With someJeremy Allison1-0/+559