summaryrefslogtreecommitdiffstats
path: root/source/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* merge from 2.2Gerald Carter2002-01-251-1/+1
* fixed a crash in merge_aces()Andrew Tridgell2002-01-111-0/+1
* Allow ACL set to fail gracefully on HP HFS filesystems.Jeremy Allison2001-12-191-0/+12
* Stop using getgrgid() - a very expensive call with winbindd, to look upJeremy Allison2001-12-041-13/+10
* Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter2001-11-301-23/+23
* Log sys_acl_set_XX at level 2 not zero.Jeremy Allison2001-09-251-2/+2
* Ignore unmappable (NT Authority, BUILTIN etc.) SIDs in an ACL set.Jeremy Allison2001-09-221-0/+11
* move to SAFE_FREE()Simo Sorce2001-09-171-11/+9
* Don't fail if no owner/group owner set. Use existing owners.Jeremy Allison2001-09-071-3/+7
* if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis2001-08-301-2/+2
* Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2001-07-261-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-6/+6
* lib/util_getent.c: removed debug code.Jeremy Allison2001-06-121-4/+49
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-6/+19
* Fixed nasty little bug found by Gerald where we were corrupting the modeJeremy Allison2001-05-101-2/+15
* Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison2001-05-101-29/+19
* Fix for bad profile perms. Ensure r on files and rwx on directories.Jeremy Allison2001-05-071-8/+28
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-031-0/+6
* Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison2001-04-271-1/+1
* Sync with default perm changes in 2.2.Jeremy Allison2001-04-251-27/+122
* Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison2001-04-131-0/+2
* Fixed extern ref typo for file generic perms. 2am coding strikes again :-).Jeremy Allison2001-03-301-1/+1
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-2/+8
* Fixed the problem Gerald reported. Unfortunately we need to go back toJeremy Allison2001-03-281-194/+110
* smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved itJeremy Allison2001-03-261-11/+2
* smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's.Jeremy Allison2001-03-261-67/+14
* More unused variables.Jeremy Allison2001-03-231-14/+0
* groupdb/mapping.c:Jeremy Allison2001-03-231-1/+7
* Sync up with 2.2 ACL code.Jeremy Allison2001-03-231-48/+84
* New POSIX ACL mapping code. Works with UNIX permissions, now for testingJeremy Allison2001-03-221-338/+684
* lib/system.c (Finally) fixed all insure errors in password caching code. We c...Jeremy Allison2001-03-171-3/+20
* I'm happy with the mapping for NT getACL, now for NT setACL.Jeremy Allison2001-03-171-67/+175
* Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).Jeremy Allison2001-03-151-12/+32
* Last tweak (I promise :-). Fallback to returning our SID if we're a domainJeremy Allison2001-03-151-3/+12
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-7/+6
* configure configure.in smbd/posix_acls.c smbd/dosmode.c: Fix for zero permiss...Jeremy Allison2001-02-161-3/+14
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-0/+2
* Sync up with POSIX ACL code from 2.2.Jeremy Allison2001-01-241-11/+47
* include/vfs.h:Jeremy Allison2001-01-231-15/+304
* Fixes for POSIX ACLS. ACL merge code.Jeremy Allison2001-01-151-25/+108
* Updated from 2.2.Jeremy Allison2001-01-151-3/+40
* Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison2001-01-111-2/+2
* First compiling version of code that sets NT ACLs as POSIX ACLs.Jeremy Allison2001-01-111-97/+493
* Split set_nt_acls into owner set (which uses chown) and permission setJeremy Allison2000-12-191-94/+109
* Split the one sys_acl_free call into sys_acl_free_TYPE calls, to allowJeremy Allison2000-12-191-3/+3
* Fix typos in new group sid check.Jeremy Allison2000-12-181-2/+2
* Fixed chown/chgrp setting from smbcacls.Jeremy Allison2000-12-161-0/+2
* Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison2000-12-071-38/+61
* Cause smbd to use the new posix_acls code, not the old unix_acls code.Jeremy Allison2000-12-061-61/+47