r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
[samba.git] / source3 / smbd / posix_acls.c
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 Volker Lendecker23724: Reduce access to the global inbuf a tiny bit...
2007-10-10 Jeremy Allisonr23664: Fix incorrect index - should be j not i. How...
2007-10-10 Jeremy Allisonr23663: Fix bug #4308 - Excel save operation corrupts...
2007-10-10 Jeremy Allisonr23620: Convert set_nt_acl to return NTSTATUS. Also...
2007-10-10 Jeremy Allisonr22611: Fix from Jens Nissen <jens.nissen@gmx.net>...
2007-10-10 Jeremy Allisonr22481: Move check for non-mappable SIDs to after sid_t...
2007-10-10 Jeremy Allisonr21223: Try and fix bug #4361 - Vista backup fails.
2007-10-10 Jeremy Allisonr20873: Some correctness fixes w.r.t. Samba4 torture...
2007-10-10 Volker Lendecker20356: Consolidate the calls to parent_dirname() per...
2007-10-10 Volker Lendecker20228: Bring the calling conventions of inherit_access...
2007-10-10 Jeremy Allisonr19627: Fix for bug #4211 - logic error in acl_group_ov...
2007-10-10 Jelmer Vernooijr18745: Use the Samba4 data structures for security...
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Jeremy Allisonr18603: Add in the NFSv4 ACL mapping code from IBM.
2007-10-10 Jeremy Allisonr17367: Reverting the ab code. Note I'm not saying...
2007-10-10 Alexander Bokovoyr17358: Re-add JFS2 NFS4 ACLs support, move readme...
2007-10-10 Alexander Bokovoyr17354: Revert -r 17353 per Volker request while gpfs...
2007-10-10 Alexander Bokovoyr17353: Add support for JFS2 NFS4/AIXC and GPFS acls...
2007-10-10 Volker Lendecker17348: Some C++ warnings
2007-10-10 Jeremy Allisonr17295: Back out the become_root_uid_only change on...
2007-10-10 Jeremy Allisonr17294: Make the code a little cleaner. Instead of...
2007-10-10 Jim McDonoughr17179: Merge the vl-posixacls tmp branch into mainline. It
2007-10-10 Jeremy Allisonr17125: Drastic problems require drastic solutions...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16616: Klocwork #2025. Stop null deref. I actually...
2007-10-10 Gerald Carterr14855: Various fixes:
2007-10-10 Jeremy Allisonr14357: Try and fix Coverity #169 by making the pointer
2007-10-10 James Peachr14207: Convert the lp_acl_compatibility() param into...
2007-10-10 Jeremy Allisonr13759: As pointed out by Volker, it isn't much good...
2007-10-10 Jeremy Allisonr13497: Fix #3508 from jason@ncac.gwu.edu
2007-10-10 Volker Lendecker13494: Merge the stuff I've done in head the last...
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr13125: Very well spotted crash bug fix for #3343 from
2007-10-10 Jeremy Allisonr12885: Oops. Missed last part of correct patch for...
2007-10-10 Jeremy Allisonr12653: Patch from SATOH Fumiyasu <fumiyas@miraclelinux...
2007-10-10 Jeremy Allisonr12194: Ensure that when we set a connection path we...
2007-10-10 Jeremy Allisonr11237: Fix acl evaluation bug found by Marc Cousin...
2007-10-10 Gerald Carterr11060: merging new eventlog code from trunk
2007-10-10 Jeremy Allisonr10885: Fix bug where read-only share files are always...
2007-10-10 Günther Deschnerr9952: Adapt better to the Windows way of taking and...
2007-10-10 Günther Deschnerr9946: allow the priv-based chown (se_take_ownership...
2007-10-10 Jeremy Allisonr9293: Fix error path memory leak bug found by Coverity...
2007-10-10 Jeremy Allisonr8615: Added "acl group control". Defaults to off....
2007-10-10 Jeremy Allisonr8547: Code tidyup from Jason Mader <jason@ncac.gwu...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7985: Add "acl map full control", true by default...
2007-10-10 Jeremy Allisonr7888: Fix use of "protected".
2007-10-10 Jeremy Allisonr7693: Fix from James Peach @ SGI for null pointer...
2007-10-10 Jeremy Allisonr7662: Allow someone with SeTakeOwnershipPrivilege...
2007-10-10 Jeremy Allisonr6946: Allow mapping of POSIX ACLs to NT perms to diffe...
2007-10-10 Jeremy Allisonr6895: Add "acl check permissions" to turn on/off the...
2007-10-10 Jeremy Allisonr6696: Another attempt to fix the (unreproducible for...
2007-10-10 Jeremy Allisonr6533: Fix for bad comment from Andreas Gruenbacher...
2007-10-10 Jeremy Allisonr6385: Convert checking of egid and secondary egid...
2007-10-10 Jeremy Allisonr6378: Other systems may not return 1 for checking...
2007-10-10 Jeremy Allisonr6365: Wow, how much worse does this get. From info...
2007-10-10 Jeremy Allisonr6316: Remove over-cautious asserts. Damn wish I'd...
2007-10-10 Volker Lendecker6263: Get rid of generate_wellknown_sids, they are...
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6060: It's not quite accurate to say not having write...
2007-10-10 Jeremy Allisonr6057: Don't put the assert in the wrong place :-).
2007-10-10 Jeremy Allisonr6055: Fix algorithm. If any of the primary or suppleme...
2007-10-10 Jeremy Allisonr6053: Fixup dfs path with the new wildcard parser...
2007-10-10 Jeremy Allisonr6049: Ensure "dos filetime" checks file ACLs correctly...
2007-10-10 Jeremy Allisonr6001: Oops. Checing the wrong tagtype - should have...
2007-10-10 Jeremy Allisonr5616: Forgot about the sticky bit on directories ...
2007-10-10 Jeremy Allisonr5355: Fill in the access check code for POSIX ACLs...
2007-10-10 Jeremy Allisonr5324: In order to process DELETE_ACCESS correctly...
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...
next