summaryrefslogtreecommitdiff
path: root/source3/smbd/posix_acls.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-67/+67
2003-05-12And finally IDMAP in 3_0Simo Sorce1-6/+4
2003-05-11Fix VFS layer:Alexander Bokovoy1-67/+67
2003-04-19use gid_t for gids not uid_tSimo Sorce1-1/+1
2003-04-01Doing janitor work for tridge.Jeremy Allison1-3/+3
2003-03-07Missed parentheses around complex logic.Jeremy Allison1-1/+2
2003-03-07Patch from Michael Steffens. In his own words :Jeremy Allison1-78/+199
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-1/+1
2003-02-21Added comments to make it clearer when we're assigning a pointer that itJeremy Allison1-0/+12
2003-02-19Fix from Corny.Bondad@hp.com for missing if (setting_acls) on defaultJeremy Allison1-3/+3
2003-02-04Merge from HEAD: avoid braindead #define on Tru64.Andrew Bartlett1-2/+2
2002-10-23First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison1-106/+419
2002-10-08Fix based on Jim McDonough's code for ACL inheritance problem.Jeremy Allison1-9/+60
2002-10-07Fix from Andreas Gruenbacher <agruen@suse.de> to prevent ACL set on read-onlyJeremy Allison1-0/+5
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-2/+28
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-50/+130
2002-03-12Added POSIX ACL layer into the vfs.Jeremy Allison1-60/+64
2002-03-11Implemented default ACL patch (set inherit acls = true on a per share basis).Jeremy Allison1-0/+13
2002-03-09a more informitive debug message when a SID can't be validatedAndrew Tridgell1-1/+2
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25merge from 2.2Gerald Carter1-1/+1
2002-01-11fixed a crash in merge_aces()Andrew Tridgell1-0/+1
2001-12-19Allow ACL set to fail gracefully on HP HFS filesystems.Jeremy Allison1-0/+12
2001-12-04Stop using getgrgid() - a very expensive call with winbindd, to look upJeremy Allison1-13/+10
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-23/+23
2001-09-25Log sys_acl_set_XX at level 2 not zero.Jeremy Allison1-2/+2
2001-09-22Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison1-0/+11
2001-09-17move to SAFE_FREE()Simo Sorce1-11/+9
2001-09-07Don't fail if no owner/group owner set. Use existing owners.Jeremy Allison1-3/+7
2001-08-30if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis1-2/+2
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-6/+6
2001-06-12lib/util_getent.c: removed debug code.Jeremy Allison1-4/+49
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-6/+19
2001-05-10Fixed nasty little bug found by Gerald where we were corrupting the modeJeremy Allison1-2/+15
2001-05-10Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison1-29/+19
2001-05-07Fix for bad profile perms. Ensure r on files and rwx on directories.Jeremy Allison1-8/+28
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison1-0/+6
2001-04-27Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison1-1/+1
2001-04-25Sync with default perm changes in 2.2.Jeremy Allison1-27/+122
2001-04-13Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison1-0/+2
2001-03-30Fixed extern ref typo for file generic perms. 2am coding strikes again :-).Jeremy Allison1-1/+1
2001-03-30This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison1-2/+8
2001-03-28Fixed the problem Gerald reported. Unfortunately we need to go back toJeremy Allison1-194/+110
2001-03-26smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved itJeremy Allison1-11/+2
2001-03-26smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's.Jeremy Allison1-67/+14
2001-03-23More unused variables.Jeremy Allison1-14/+0
2001-03-23groupdb/mapping.c:Jeremy Allison1-1/+7
2001-03-23Sync up with 2.2 ACL code.Jeremy Allison1-48/+84