summaryrefslogtreecommitdiff
path: root/source3/smbd/file_access.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-2/+7
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-161-1/+11
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-1/+1
* smbd: Convert can_delete_file_in_directory to synthetic_smb_fnameVolker Lendecke2013-04-171-5/+3
* More for #9374 - Allow smb2.acls torture test to pass against smbd with a POS...Jeremy Allison2012-11-201-2/+1
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-2/+2
* Add bool use_privs parameter to smbd_check_access_rights()Jeremy Allison2012-09-141-0/+2
* Based on code from Richard Sharpe <realrichardsharpe@gmail.com>,Jeremy Allison2012-03-291-1/+4
* s3: Move can_set_delete_on_close to smbd/Volker Lendecke2011-12-131-0/+59
* can_write_to_file() does now take share permissions into account. Fix comment.Jeremy Allison2011-11-041-1/+0
* Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).Jeremy Allison2011-11-041-48/+3
* Remove can_access_file_data() - make it use the standard smbd_check_access_ri...Jeremy Allison2011-11-041-56/+3
* Add const to the smb_filename argument of smbd_check_access_rights().Jeremy Allison2011-11-041-13/+5
* Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2011-06-241-0/+5
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-2/+2
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-1/+1
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* Switch over to using get_currect_XXX() accessor functions.Jeremy Allison2010-03-151-7/+7
* Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison2010-03-151-4/+4
* Remove more uses of "extern struct current_user current_user;".Jeremy Allison2010-03-121-4/+4
* Make file access control decisions a lot easier to debug (at level 10).Jeremy Allison2010-01-121-0/+11
* s3: Remove unnecessary callers of get_full_smb_filenameTim Prouty2009-07-211-9/+1
* s3 file_access: Convert some more functions over to use smb_filneameTim Prouty2009-06-251-16/+3
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-40/+83
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-181-8/+3
* s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty2009-06-171-6/+19
* Fix bug #6297 - owner of sticky directory cannot delete files created by others.Jeremy Allison2009-06-111-2/+13
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-7/+7
* Fix bug #6154 - zfs does not honor admin users.Jeremy Allison2009-03-041-0/+5
* Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or dele...Jeremy Allison2009-02-021-8/+3
* Rename parent_dirname_talloc() to parent_dirname()Volker Lendecke2008-12-311-4/+1
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-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