summaryrefslogtreecommitdiff
path: root/source3/smbd/posix_acls.c
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Convert some callers of vfs_stat_smb_fname to SMB_VFS_STAT()Tim Prouty2009-07-221-6/+18
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-134/+113
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-98/+162
* s3: convert unix_mode to take an smb_filenameTim Prouty2009-07-081-4/+17
* s3 file_access: Convert some more functions over to use smb_filneameTim Prouty2009-06-251-1/+13
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-5/+8
* acl_group_override() doesn't need to call stat. Pass thisJeremy Allison2009-06-181-28/+17
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-181-9/+22
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-4/+11
* s3: Remove unused stat structs being passed to SMB_VFS_CREATE_FILETim Prouty2009-06-101-4/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-29/+29
* Expand the comment explaining why user_in_group_sid isJeremy Allison2009-05-081-1/+6
* s3:smbd: fix posix acls when setting an ACL without explicit ACE for the owne...Stefan Metzmacher2009-05-081-3/+18
* Fix profile acls in some corner casesSimo Sorce2009-04-221-3/+18
* Avoid duplicate acesSimo Sorce2009-04-221-7/+48
* More warning fixes for Solaris.Jeremy Allison2009-02-231-26/+26
* Don't try and delete a default ACL from a file.Günter Kukkukk2009-02-051-4/+8
* Upgrade POSIX inheritance storage to a new format (version 2). StoresJeremy Allison2009-01-291-200/+360
* Fix logic error in try_chown - we shouldn't arbitrarily chownJeremy Allison2009-01-221-6/+9
* Second part of the attemt to fix #4308 - Excel save operation corrupts file A...Jeremy Allison2009-01-221-131/+144
* Another attempt to fix bug #4308 - Excel save operation corrupts file ACLs.Jeremy Allison2009-01-221-25/+4
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-4/+1
* s3: Change SMB_VFS_CREATE_FILE to take a create_file_flags argumentTim Prouty2008-12-031-1/+1
* s3: Modify direct callers of open_file_ntcreate and open_directory to call SM...Tim Prouty2008-12-031-11/+18
* Make nt4_compatible_acls() non-static for use by VFS ACL modules.Steven Danneman2008-11-301-1/+1
* Fix bug #5873 - ACL inheritance cannot be broken. This regresses #4308, but t...Jeremy Allison2008-11-241-0/+8
* Convert to use VFS layer.Herb Lewis2008-11-061-1/+1
* Add reference to bug #4308 to remind me to add regression test to smbtorture.Jeremy Allison2008-11-051-1/+1
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-10-301-1/+1
* Note url explaining this code.Jeremy Allison2008-10-141-0/+4
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-2/+2
* Pass struct smb_request to file_newVolker Lendecke2008-10-131-1/+1
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-19/+7
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-081-1/+1
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-25/+26
* Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison2008-09-101-3/+10
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-031-14/+26
* RWX on a file does not imply DELETE accessVolker Lendecke2008-06-191-1/+1
* Remove some codeVolker Lendecke2008-06-191-12/+4
* Remove connection_struct->mem_ctx, connection_struct is its own parentVolker Lendecke2008-05-051-14/+13
* Rename inherit_access_acl() -> inherit_access_posix_acl() to make use clear.Jeremy Allison2008-05-021-4/+4
* Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2008-05-021-25/+0
* Start to ensure we use the NT ACL interface, keep the POSIXJeremy Allison2008-05-011-21/+46
* posix_acls: clarify loop condition code, removing unneeded counter variable.Michael Adam2008-03-271-7/+2
* Fix the same bug with user -> user_obj.Jeremy Allison2008-01-241-1/+7
* Fix a really subtle old, old bug :-). When canonicalizing theJeremy Allison2008-01-241-3/+9
* Correctly set flags in ACE's inherited from parent. Still one bugJeremy Allison2008-01-241-3/+35
* Make explicit in debug we're ignoring flags from the parent SD.Jeremy Allison2008-01-241-6/+10
* Add debug messages to trace this if needed.Jeremy Allison2008-01-241-0/+14
* The checks for OI and CI were just wrong.... Fix them. Thanks toJeremy Allison2008-01-241-9/+4