s3-lib: Fix indentation in sys_acl_to_text()
[kai/samba-autobuild/.git] / source3 / lib / sysacls.c
2012-05-09 Andrew Bartletts3-lib: Fix indentation in sys_acl_to_text()
2011-04-13 Günther Deschners3-includes: only include acl prototypes when needed.
2011-03-29 Günther Deschners3-includes: only include system/passwd.h when needed.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-08 Michael AdamRemove redundant parameter fd from SMB_VFS_SYS_ACL_SET_...
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_SYS_ACL_GET_...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Jeremy Allisonr21953: One format fix, clarify a condition that the IBM
2007-10-10 Volker Lendecker18016: OpenBSD apparently does not have ENOTSUP
2007-10-10 Volker Lendecker17804: Fix a enum/int mixup found by the IRIX compiler.
2007-10-10 Volker Lendecker17334: Some C++ warnings
2007-10-10 Jim McDonoughr17179: Merge the vl-posixacls tmp branch into mainline. It
2007-10-10 Gerald Carterr15525: fix compile error on HP-UX reported by Ryan...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Jeremy Allisonr5789: Patch from William Jojo <jojowil@hvcc.edu> ...
2007-10-10 Jeremy Allisonr4305: Fix from Albert Chin (china@thewrittenword.com...
2007-10-10 Jeremy Allisonr4291: More *alloc fixes inspired by Albert Chin (china...
2007-10-10 Jeremy Allisonr3693: Correctly detect errno for no acl/ea support.
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-22 Andrew BartlettAdd a bit more const, and kill of (finally!) sys_getpwn...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-04 Jeremy Allisondos2unix not used in HEAD anymore.
2002-01-30 Tim PotterRemoved version number from file header.
2001-12-15 Jeremy AllisonAdded HPUX ACL code.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-08-10 Jeremy AllisonAdded Mike Davidsons Tru64 ACL patch.
2001-08-08 Simo SorceChange all realloc() statements to Realloc() (ecxept...
2001-07-26 Jeremy AllisonFix from Michael Davidson <md@caldera.com> for DEC...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-18 Jeremy AllisonAdded patches to remove Linux specific XFS ACLs. These...
2001-06-09 Jeremy AllisonFixed typo in Solaris and UnixWare ACLs.
2001-06-08 Jeremy AllisonHerb's IRIX fix for deleting default ACLs.
2001-06-08 Jeremy AllisonAIX has no default acls.
2001-06-08 Jeremy AllisonAdded sys_acl_delete_def_file for UnixWare and Solaris...
2001-06-08 Jeremy AllisonAdded sys_acl_delete_def_file() - needed as part of...
2001-04-17 Jeremy AllisonAIX ACLs donated by IBM.
2001-04-14 Jeremy AllisonAdded POSIX_ACL support for *BSD. Patch from jedgar...
2001-04-13 Jeremy AllisonMichael Davidson <md@sco.COM> pointed out that acl_get_...
2001-04-12 Jeremy AllisonMerged John's changes.
2001-04-11 Jeremy AllisonTo stop people complaining about the mktemp call, move...
2001-04-11 Jeremy AllisonChanged the order of -kPIC and -kpic.
2001-04-05 Jeremy AllisonFix from Michael Davidson <md@sco.COM> to merge Solaris...
2001-04-03 Jeremy AllisonAdded XFS ACLs on Linux. Code from John Trostel <jtrost...
2001-04-02 Jeremy AllisonIRIX ACLs from Herb.
2001-03-22 Jeremy AllisonNew POSIX ACL mapping code. Works with UNIX permissions...
2001-03-01 Jeremy AllisonFixed a couple of getpwXX calls that were not going...
2001-02-25 Jeremy Allisonrpc_client/cli_netlogon.c: Fixed incorrect printf.
2001-02-16 Jeremy AllisonExcise snprintf -> slprintf.
2001-02-15 Jeremy AllisonPatch to add UnixWare ACLs from Michael Davidson <md...
2001-01-11 Jeremy AllisonFixed typo with acl_set_fd() not needing an ACL_TYPE_T...
2001-01-11 Jeremy AllisonFirst compiling version of code that sets NT ACLs as...
2000-12-19 Jeremy AllisonSplit the one sys_acl_free call into sys_acl_free_TYPE...
2000-12-14 Tim PotterRenamed parameters and variables called acl to the_acl...
2000-12-07 Jeremy AllisonAdded better configure test for POSIX ACLs. Fixed stupi...
2000-12-07 Jeremy AllisonWorking code to read POSIX ACLs on a Linux system using...
2000-12-06 Jeremy AllisonCause smbd to use the new posix_acls code, not the...
2000-12-06 Jeremy AllisonMake smbd/posix_acls.c use abstract interface.