summaryrefslogtreecommitdiffstats
path: root/source3/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make smbd/posix_acls.c use abstract interface.Jeremy Allison2000-12-061-11/+10
* Moving to abstract API interface (sys_get_acl() etc.) to allow systemJeremy Allison2000-12-061-42/+42
* Code to read & return POSIX ACLs as NT ACLs. Close to test on Linux.Jeremy Allison2000-12-011-74/+95
* Keep syncing up POSIX ACL work...Jeremy Allison2000-11-301-110/+111
* Work in progress, doesn't compile. Adding the POSIX ACL mapping....Jeremy Allison2000-11-301-22/+198
* David Lee's utmp patch (finally). Thanks David !Jeremy Allison2000-10-281-5/+14
* This doesn't compile but is a placeholder for moving the UNIXJeremy Allison2000-08-291-0/+618