r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
[samba.git] / source3 / smbd / posix_acls.c
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr4016: Fix for bug found by Steve French client code...
2007-10-10 Jeremy Allisonr4007: Fix bug #2088 - ensure inherit permissions is...
2007-10-10 Jeremy Allisonr3951: Fix for bugid #2081 reported by John Janosik...
2007-10-10 Jeremy Allisonr3859: Ensure if num_acls is set to 0xFFFF this field...
2007-10-10 Jeremy Allisonr3816: Added fn to remove an ACL from a file. Now need...
2007-10-10 Jeremy Allisonr3794: Added set posix acl functionality into the UNIX...
2007-10-10 Jeremy Allisonr3693: Correctly detect errno for no acl/ea support.
2007-10-10 Günther Deschnerr3496: Fix calling of get_acl_group_bits().
2007-10-10 Jeremy Allisonr3296: Fix to ensure entries are stored in correct...
2007-10-10 Jeremy Allisonr3117: Fix from Tom Lackemann <cessnatomny@yahoo.com...
2007-10-10 Jeremy Allisonr1681: Ensure we return the same ACL revision on the...
2007-10-10 Volker Lendecker1314: Restore the 2.2 'force unknown acl user' paramet...
2007-10-10 Jeremy Allisonr786: Memory leak fixes in (mostly) error code paths...
2007-10-10 Herb Lewisr428: add acls debug class
2007-10-10 Jeremy Allisonr50: Fix bug 1139 as per fix suggested by jdev@panix...
2004-04-02 Jeremy AllisonAdded per-share parameter "store dos attributes". When...
2004-03-31 Jeremy AllisonAdded support for OS/2 EA's in smbd server. Test with...
2003-11-25 Jeremy AllisonPatch from Jim McDonough for bug #802. Retrieve the...
2003-11-25 Jeremy AllisonPatch from Jim McDonough for bug #802. Retrieve the...
2003-11-05 Tim PotterMerge of 64-bit printf warning fixes.
2003-11-03 Tim PotterFix more 64-bit printf warnings.
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-01 Jeremy AllisonFixed the latest complaint from jcmd :-). We were stori...
2003-06-30 Jeremy AllisonFinally ! Fixed the ACL ordering bug reported by jcmd...
2003-06-23 Jeremy AllisonFixed the merge_default_aces() code to work correctly...
2003-06-22 Simo SorceFound out a good number of NT_STATUS_IS_ERR used the...
2003-06-20 Jeremy AllisonFixed sorting algorithm to prevent problems with W2K...
2003-06-20 Jeremy AllisonMapping of Windows ACL inheritance and protected bits...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-30 Jeremy AllisonEnsure 'blank' entries show up in both default and...
2003-05-29 Jeremy AllisonChange get_nt_acl() to include security_info wanted...
2003-05-28 Jeremy AllisonFix bug brought up by Ken Cross that empty ACE's cause...
2003-05-28 Jeremy AllisonFix bug brought up by Ken Cross that empty ACE's cause...
2003-05-27 Tim PotterFix shadow parameter warning in free_empty_sys_acl()
2003-05-27 Tim PotterFix shadow parameter warning in free_empty_sys_acl()
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-17 Jeremy AllisonCope with cumulative permissions sets. This code is...
2003-05-17 Jeremy AllisonCope with cumulative permissions sets. This code is...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Simo SorceAnd finally IDMAP in 3_0
2003-05-11 Alexander BokovoyFix VFS layer:
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-01 Simo Sorce*id_to_*id call reshape to return NTSTATUS errors
2003-04-30 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-29 Simo SorceThis is a nice rewrite:
2003-04-19 Simo Sorceuse gid_t for gids not uid_t
2003-04-19 Simo Sorceuse gid_t for gids not uid_t
2003-04-01 Jeremy AllisonDoing janitor work for tridge.
2003-04-01 Andrew Tridgellchanged the order of checking whether a SID is a UID...
2003-03-07 Jeremy AllisonMissed parentheses around complex logic.
2003-03-07 Jeremy AllisonMissed parentheses around complex logic.
2003-03-07 Jeremy AllisonPatch from Michael Steffens. In his own words :
2003-03-07 Jeremy AllisonPatch from Michael Steffens. In his own words :
2003-02-24 Andrew BartlettMerge of server-side authentication changes to 3.0:
2003-02-21 Jeremy AllisonAdded comments to make it clearer when we're assigning...
2003-02-21 Jeremy AllisonAdded comments to make it clearer when we're assigning...
2003-02-19 Jeremy AllisonFix from Corny.Bondad@hp.com for missing if (setting_ac...
2003-02-19 Jeremy AllisonFix from Corny.Bondad@hp.com for missing if (setting_ac...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-02-04 Andrew BartlettMerge from HEAD: avoid braindead #define on Tru64.
2003-02-04 Andrew BartlettPatch from Edmund Lam <epl@unimelb.edu.au> to fix brain...
2002-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
2002-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
2002-10-08 Jeremy AllisonFix based on Jim McDonough's code for ACL inheritance...
2002-10-08 Jeremy AllisonFix based on Jim McDonough's code for ACL inheritance...
2002-10-07 Jeremy AllisonFix from Andreas Gruenbacher <agruen@suse.de> to preven...
2002-10-07 Jeremy AllisonFix from Andreas Gruenbacher <agruen@suse.de> to preven...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-25 Jeremy AllisonMerge of "profile acls" code.
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-17 Jeremy AllisonLanman print jobs are *16* bits, not 32. arggggh. Map...
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-07-08 Andrew BartlettKill off const warnings - add a pile of const to variou...
2002-06-07 Jeremy AllisonEnsure when allowing fchown with write access and dos...
2002-05-20 Jeremy AllisonMerge from 2.2.
2002-05-16 Jeremy AllisonFix bug where creating a file and setting a security...
2002-04-20 Andrew Tridgelltry to cope better with the take ownership operation...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-12 Jeremy AllisonAdded POSIX ACL layer into the vfs.
2002-03-11 Jeremy AllisonImplemented default ACL patch (set inherit acls = true...
2002-03-09 Andrew Tridgella more informitive debug message when a SID can't be...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-25 Gerald Cartermerge from 2.2
2002-01-11 Andrew Tridgellfixed a crash in merge_aces()
2001-12-19 Jeremy AllisonAllow ACL set to fail gracefully on HP HFS filesystems.
2001-12-04 Jeremy AllisonStop using getgrgid() - a very expensive call with...
2001-11-30 Tim PotterRenamed sid field in SEC_ACE to trustee to be more...
2001-09-25 Jeremy AllisonLog sys_acl_set_XX at level 2 not zero.
2001-09-22 Jeremy AllisonIgnore unmappable (NT Authority, BUILTIN etc.) SIDs...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-07 Jeremy AllisonDon't fail if no owner/group owner set. Use existing...
2001-08-30 Herb Lewisif no ACL elements then use chmod - fixes ability to...
next