Update vfs version as I've added a const to the security_descriptor paramter in fset_...
[samba.git] / source3 / smbd / posix_acls.c
2008-10-08 Jeremy AllisonUpdate vfs version as I've added a const to the securit...
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-09-10 Jeremy AllisonFix bug #5052 - not work cancel inheritance on share...
2008-07-03 Jeremy AllisonPatch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for...
2008-06-19 Volker LendeckeRWX on a file does not imply DELETE access
2008-06-19 Volker LendeckeRemove some code
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2008-05-02 Jeremy AllisonRename inherit_access_acl() -> inherit_access_posix_acl...
2008-05-02 Jeremy AllisonMove directory_has_default_acl() to file_access.c,...
2008-05-02 Jeremy AllisonStart to ensure we use the NT ACL interface, keep the...
2008-03-27 Michael Adamposix_acls: clarify loop condition code, removing unnee...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-25 Jeremy AllisonFix the same bug with user -> user_obj.
2008-01-25 Jeremy AllisonFix a really subtle old, old bug :-). When canonicalizi...
2008-01-25 Jeremy AllisonCorrectly set flags in ACE's inherited from parent...
2008-01-25 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-25 Jeremy AllisonMake explicit in debug we're ignoring flags from the...
2008-01-24 Jeremy AllisonAdd debug messages to trace this if needed.
2008-01-24 Jeremy AllisonThe checks for OI and CI were just wrong.... Fix them...
2008-01-24 Jeremy AllisonFirst part of fix for bug #4929 - worked out by jmcd.
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge branch 'ctdb-merge' into v3-2-test
2008-01-16 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-16 Alexander BokovoyMerge latest fixes to vfs_gpfs and NFS4 ACLs from Samba...
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_FSETXATTR().
2008-01-08 Michael AdamRemove redundant parameter fd from SMB_VFS_FREMOVEXATTR().
2008-01-08 Michael AdamRemove redundant parameter fd from SMB_VFS_FGETXATTR().
2008-01-08 Michael AdamRemove redundant parameter fd from SMB_VFS_SYS_ACL_SET_...
2008-01-08 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_SYS_ACL_GET_...
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHOWN().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-21 Volker LendeckeSome C++ fixes
2007-12-19 Michael AdamChange the prototype of the vfs function get_nt_acl().
2007-12-19 Michael AdamSplit get_nt_acl() into two functions: fsp- and non...
2007-12-19 Michael AdamRemove the "is_directory" parameter from canonicalise_a...
2007-12-19 Michael AdamChange canonicalise_acl() to not take an fsp.
2007-12-19 Michael AdamChange ensure_canon_entry_valid() to not take and fsp.
2007-12-19 Michael AdamChange apply_default_perms() to not take an fsp.
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-11-06 Michael AdamMove some access check functions that are not posix...
2007-11-06 Michael AdamDon't repeat fast-pathing...
2007-11-06 Michael AdamThis is a proposed patch for Bug #5023.
2007-11-06 Michael AdamAdd a const.
2007-11-05 Michael AdamAdd two const's.
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker25534: Apply some const
2007-10-10 Jeremy Allisonr25117: The mega-patch Jerry was waiting for. Remove...
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Stefan Metzmacherr23914: try to fix the build on Tru64
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...
next