summaryrefslogtreecommitdiff
path: root/source3/smbd/file_access.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Fix bug #6154 - zfs does not honor admin users.Jeremy Allison1-0/+5
2009-02-02Fix bug #6082 - smbd_gpfs_getacl failed: Windows client canĀ“t rename or dele...Jeremy Allison1-8/+3
2008-12-31Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke1-4/+1
2008-10-31Unify se_access_check with the S4 code. Will makeJeremy Allison1-4/+3
2008-06-19Wrap the unix token info in a unix_user_token in auth_serversupplied_infoVolker Lendecke1-4/+4
2008-06-19Fix checks in can_delete_file_in_directory()Volker Lendecke1-6/+15
2008-06-18file_access: add a function header comment for can_access_file_acl().Michael Adam1-0/+3
2008-06-17file_access: remove unneeded stat buf parameter from can_access_file_acl().Michael Adam1-3/+3
2008-06-15Remove the reference to current_user from file_access.cVolker Lendecke1-8/+6
2008-05-02Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison1-4/+4
2008-05-02Move directory_has_default_acl() to file_access.c, belongsJeremy Allison1-0/+27
2007-12-19Change the prototype of the vfs function get_nt_acl().Michael Adam1-62/+5
2007-11-13Fix potential orphaned open files.Michael Adam1-2/+4
2007-11-13Make [f]get_nt_acl return NTSTATUSVolker Lendecke1-8/+7
2007-11-11Cosmetic fixVolker Lendecke1-3/+5
2007-11-06Move some access check functions that are not posix-acl specificMichael Adam1-0/+239