Fix bug #6297 - owner of sticky directory cannot delete files created by others.
[metze/samba/wip.git] / source3 / smbd / file_access.c
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...