libndr: Avoid assigning duplicate versions to symbols
[amitay/samba.git] / source3 / smbd / file_access.c
2020-05-07 Jeremy Allisons3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT...
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_check_access_r...
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_delete_file_in_di...
2020-05-04 Jeremy Allisons3: smbd: Reformat definition and callers of can_delete...
2020-04-30 Jeremy Allisons3: smbd: Add a dirfsp parameter to directory_has_defau...
2020-04-30 Jeremy Allisons3: smbd: Reformat uses of directory_has_default_acl().
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename to directory_has_default...
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in can_delete_file_in_dire...
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-04-17 Volker Lendeckesmbd: Convert can_delete_file_in_directory to synthetic...
2012-11-20 Jeremy AllisonMore for #9374 - Allow smb2.acls torture test to pass...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-09-14 Jeremy AllisonAdd bool use_privs parameter to smbd_check_access_rights()
2012-03-29 Jeremy AllisonBased on code from Richard Sharpe <realrichardsharpe...
2011-12-13 Volker Lendeckes3: Move can_set_delete_on_close to smbd/
2011-11-04 Jeremy Allisoncan_write_to_file() does now take share permissions...
2011-11-04 Jeremy AllisonRemove can_access_file_acl(). We no longer need this...
2011-11-04 Jeremy AllisonRemove can_access_file_data() - make it use the standar...
2011-11-04 Jeremy AllisonAdd const to the smb_filename argument of smbd_check_ac...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-23 Jeremy AllisonFix bug #8254 - "acl check permissions = no" does not...
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2010-10-12 Andrew Bartlettlibcli/security Provide a common, top level libcli...
2010-06-03 Günther Deschners3-security: use shared SECINFO_DACL define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_GROUP define.
2010-06-03 Günther Deschners3-security: use shared SECINFO_OWNER define.
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-03-15 Jeremy AllisonSwitch over to using get_currect_XXX() accessor functions.
2010-03-15 Jeremy AllisonRever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove...
2010-03-12 Jeremy AllisonRemove more uses of "extern struct current_user current...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 Jeremy AllisonMake file access control decisions a lot easier to...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Remove unnecessary callers of get_full_smb_filename
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-18 Tim Proutys3: Plumb smb_filename from create_file all of the...
2009-06-11 Jeremy AllisonFix bug #6297 - owner of sticky directory cannot delete...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-05 Jeremy AllisonFix bug #6154 - zfs does not honor admin users.
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-03 Jeremy AllisonFix bug #6082 - smbd_gpfs_getacl failed: Windows client...
2008-12-31 Volker LendeckeRename parent_dirname_talloc() to parent_dirname()
2008-10-31 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-31 Jeremy AllisonUnify se_access_check with the S4 code. Will make
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-19 Volker LendeckeWrap the unix token info in a unix_user_token in auth_s...
2008-06-19 Volker LendeckeFix checks in can_delete_file_in_directory()
2008-06-17 Michael Adamfile_access: add a function header comment for can_acce...
2008-06-17 Michael Adamfile_access: remove unneeded stat buf parameter from...
2008-06-15 Volker LendeckeRemove the reference to current_user from file_access.c
2008-05-03 Jeremy AllisonRemove the "stat_open()" function, flag, and all associ...
2008-05-02 Jeremy AllisonMove directory_has_default_acl() to file_access.c,...
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-19 Michael AdamChange the prototype of the vfs function get_nt_acl().
2007-11-13 Michael AdamFix potential orphaned open files.
2007-11-13 Volker LendeckeMake [f]get_nt_acl return NTSTATUS
2007-11-11 Volker LendeckeCosmetic fix
2007-11-06 Michael AdamMove some access check functions that are not posix...