r2070: Let's try to overload srnlen and strndup for AIX where they are natly broken.
[tprouty/samba.git] / source / lib / sysacls.c
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.