summaryrefslogtreecommitdiffstats
path: root/source/smbd/file_access.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6297 - owner of sticky directory cannot delete files created by othe...Jeremy Allison2009-06-151-2/+13
* Fix bug #6154 - zfs does not honor admin users.Jeremy Allison2009-03-061-0/+5
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client canĀ“t rename or dele...Jeremy Allison2009-02-161-8/+3
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-11-181-4/+3
* Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke2008-06-191-4/+4
* Fix checks in can_delete_file_in_directory()Volker Lendecke2008-06-191-6/+15
* file_access: add a function header comment for can_access_file_acl().Michael Adam2008-06-181-0/+3
* file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam2008-06-171-3/+3
* Remove the reference to current_user from file_access.cVolker Lendecke2008-06-151-8/+6
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-4/+4
* Move directory_has_default_acl() to file_access.c, belongsJeremy Allison2008-05-021-0/+27
* Change the prototype of the vfs function get_nt_acl().Michael Adam2007-12-191-62/+5
* Fix potential orphaned open files.Michael Adam2007-11-131-2/+4
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-8/+7
* Cosmetic fixVolker Lendecke2007-11-111-3/+5
* Move some access check functions that are not posix-acl specificMichael Adam2007-11-061-0/+239