summaryrefslogtreecommitdiff
path: root/source3/lib/sysacls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added sys_acl_delete_def_file for UnixWare and Solaris fromJeremy Allison2001-06-081-19/+56
* Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix.Jeremy Allison2001-06-081-7/+19
* AIX ACLs donated by IBM.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
* Merged John's changes.Jeremy Allison2001-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 ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison2001-04-031-0/+214
* IRIX ACLs from Herb.Jeremy Allison2001-04-021-0/+244
* New POSIX ACL mapping code. Works with 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.Jeremy Allison2001-02-251-0/+536
* Excise snprintf -> slprintf.Jeremy Allison2001-02-161-6/+6
* 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