Cope with cumulative permissions sets. This code is #ifdef'ed out at the
[ira/wip.git] / source / smbd / posix_acls.c
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...
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-12 Jeremy Allisonlib/util_getent.c: removed debug code.
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-05-10 Jeremy AllisonFixed nasty little bug found by Gerald where we were...
2001-05-10 Jeremy AllisonMade "security XXX" masks apply to ACL set. By default...
2001-05-07 Jeremy AllisonFix for bad profile perms. Ensure r on files and rwx...
2001-05-03 Jeremy AllisonFixed SHM_R/SHM_W warnings by moving sys/ipc.h and...
2001-04-27 Jeremy AllisonTidy up args to DEBUG Statements - found by gcc on...
2001-04-25 Jeremy AllisonSync with default perm changes in 2.2.
2001-04-13 Jeremy AllisonMichael Davidson <md@sco.COM> pointed out that acl_get_...
2001-03-30 Jeremy AllisonFixed extern ref typo for file generic perms. 2am codin...
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
2001-03-28 Jeremy AllisonFixed the problem Gerald reported. Unfortunately we...
2001-03-26 Jeremy Allisonsmbd/posix_acls.c: Saving and restoring errno here...
2001-03-26 Jeremy Allisonsmbd/posix_acls.c: Sync up with 2.2 changes - don't...
2001-03-23 Jeremy AllisonMore unused variables.
2001-03-23 Jeremy Allisongroupdb/mapping.c:
2001-03-23 Jeremy AllisonSync up with 2.2 ACL code.
2001-03-22 Jeremy AllisonNew POSIX ACL mapping code. Works with UNIX permissions...
2001-03-17 Jeremy Allisonlib/system.c (Finally) fixed all insure errors in passw...
2001-03-17 Jeremy AllisonI'm happy with the mapping for NT getACL, now for NT...
2001-03-15 Jeremy AllisonTidyup return of zero-permissions (map to ACE_DENIED...
2001-03-15 Jeremy AllisonLast tweak (I promise :-). Fallback to returning our...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-02-16 Jeremy Allisonconfigure configure.in smbd/posix_acls.c smbd/dosmode...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-24 Jeremy AllisonSync up with POSIX ACL code from 2.2.
2001-01-23 Jeremy Allisoninclude/vfs.h:
2001-01-15 Jeremy AllisonFixes for POSIX ACLS. ACL merge code.
2001-01-15 Jeremy AllisonUpdated from 2.2.
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 set_nt_acls into owner set (which uses chown...
2000-12-19 Jeremy AllisonSplit the one sys_acl_free call into sys_acl_free_TYPE...
2000-12-18 Jeremy AllisonFix typos in new group sid check.
2000-12-16 Jeremy AllisonFixed chown/chgrp setting from smbcacls.
next