posix_acls: Make try_chown and unpack_nt_owners static
[samba.git] / source3 / smbd / posix_acls.c
2022-12-02 Christof Schmittposix_acls: Make try_chown and unpack_nt_owners static
2022-12-02 Christof Schmittnfs4_acls: Call chown_if_needed function to remove...
2022-12-02 Christof Schmittposix_acl: Move chown checks to new function
2022-12-02 Christof Schmittposix_acls: Remove redundant call to save mode
2022-08-10 Ralph Boehmesmbd: use metadata_fsp() in get_acl_group_bits()
2022-03-11 Volker Lendeckesmbd: get_acl_group_bits() needs a fsp, not a name
2022-03-04 Volker Lendeckesmbd: Inherit acl from an fsp instead of a fname
2022-02-17 Martin Schwenkeutil: Drop unused variable mask_perms
2022-02-07 Volker Lendeckesmbd: Fix CID 1497981: Null pointer dereferences (REVER...
2022-02-01 Volker Lendeckesmbd: copy_access_posix_acl() just needs fsps these...
2022-02-01 Volker Lendeckesmbd: chmod_acl_internals() does not need connection_st...
2022-02-01 Volker Lendeckesmbd: Make directory_has_default_posix_acl() just take...
2021-07-13 Jeremy Allisons3: smbd: Explicitly code the semantics of "dos filemod...
2021-06-25 Jeremy Allisons3: smbd: fload_inherited_info(). Always use SMB_VFS_FG...
2021-06-10 Jeremy Allisons3: smbd: Cleanup - Remove #ifdef'ed out load_inherited...
2021-06-09 Jeremy Allisons3: VFS: RIP SMB_VFS_SYS_ACL_GET_FILE()
2021-06-09 Jeremy Allisons3: smbd: Remove posix_get_nt_acl().No longer used.
2021-06-09 Jeremy Allisons3: smbd: Change acl_group_override() -> acl_group_over...
2021-06-09 Jeremy Allisons3: smbd: copy_access_posix_acl(), SMB_VFS_SYS_ACL_GET_...
2021-06-09 Jeremy Allisons3: smbd: directory_has_default_posix_acl(), SMB_VFS_SY...
2021-06-09 Jeremy Allisons3: smbd: In get_acl_group_bits(), SMB_VFS_SYS_ACL_GET_...
2021-06-09 Noel Powers3/smbd: make posix_sys_acl_blob_get_fd actually use...
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-05-19 Jeremy Allisons3: smbd: Ensure POSIX default ACL is mapped into retur...
2021-05-18 Jeremy Allisons3: smbd: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE()...
2021-03-11 Noel Powers3/smbd: posix_acls SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTR
2021-02-01 Andreas Schneiders3:smbd: Fix invalid memory access in posix_sys_acl_blo...
2020-12-17 Ralph Boehmeposix_acls: use pathref fsp in copy_access_posix_acl()
2020-12-17 Ralph Boehmeposix_acls: use SMB_VFS_SYS_ACL_SET_FD() in set_unix_po...
2020-12-17 Ralph Boehmeposix_acls: use SMB_VFS_SYS_ACL_SET_FD() in set_canon_a...
2020-12-17 Ralph Boehmevfs: add acl type arg to SMB_VFS_SYS_ACL_SET_FD()
2020-12-16 Ralph Boehmesmbd/posix_acls: support pathref fd's in posix_sys_acl_...
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for "internal" xattr...
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-05-30 Ralph Boehmesmbd: simplify uid_entry_in_group()
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
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-04-30 Jeremy Allisons3: smbd: Cleanup - move the function get_nt_acl_no_snu...
2020-04-30 Jeremy Allisons3: smbd: In posix_fget_nt_acl() remove the fall-back...
2020-04-29 Ralph Boehmesmbd: convert inherit_access_posix_acl() arg parent_dir...
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: reformat calling ensure_canon_entry_valid_on_set...
2020-03-26 Volker Lendeckesmbd: Use ARRAY_DEL_ELEMENT() in merge_default_aces()
2019-12-20 Ralph Boehmesmbd: pass session_info to create_conn_struct_tos()
2019-12-20 Ralph Boehmes3:rpc_server: pass session_info to get_nt_acl_no_snum()
2019-10-15 Jeremy Allisons3: smbd: set_nt_acl(). Now we know we always have...
2019-06-24 Jeremy Allisons3: smbd: Posix ACLs. Now we know we have a handle...
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_default_acl() take an...
2019-06-24 Jeremy Allisons3: smbd: Only pass fsp to remove_posix_acl(). No longe...
2019-06-24 Jeremy Allisons3: smbd: Only pass fsp to set_unix_posix_acl(). No...
2019-06-24 Jeremy Allisons3: smbd: Change set_unix_posix_default_acl() to return...
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make set_unix_posix_default_acl...
2019-06-24 Jeremy Allisons3: smbd: Make set_unix_posix_acl() return NTSTATUS.
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make remove_posix_acl() return...
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make set_unix_posix_acl() use moder...
2019-06-24 Jeremy Allisons3: smbd: Cleanup - make remove_posix_acl() use modern...
2018-12-20 Volker Lendeckesmbd: Use dom_sid_str_buf
2018-09-07 Christof Schmitts3: Rename server_messaging_context() to global_messagi...
2018-07-12 Joe Guosmbd/posix_acls: reuse secutiry token from session...
2018-06-14 Stefan Metzmachersmbd: make use of create_conn_struct_tos() in get_nt_ac...
2018-05-25 Jeremy Allisons3: smbd: Make map_acl_perms_to_permset() extern.
2018-05-25 Jeremy Allisons3: smbd: Make unix_perms_to_acl_perms() extern.
2018-05-25 Jeremy Allisons3: posix_acls: Remove unused 'connection_struct *conn...
2018-05-25 Jeremy Allisons3: posix_acls: Remove dead functions fchmod_acl()...
2018-05-18 Ralph Boehmes3:smbd: make psbuf arg to make_default_acl_posix(...
2017-12-13 Stefan Metzmachers3:smbd: remove deprecated handling of "profile acls...
2017-11-07 Ralph Boehmes3/posix_acls: add default ACL style "everyone"
2017-11-07 Ralph Boehmes3/smbd: make make_default_filesystem_acl public
2017-10-09 Ralph Boehmes3/smbd/posix_acls: return correct status in try_chown
2017-06-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to...
2017-03-01 Volker Lendeckeposix_acls: Use talloc_zero_array
2017-03-01 Volker Lendeckeposix_acls: Do a *bit* of reformatting
2017-02-15 Volker Lendeckesmbd: Fix some whitespace
2017-02-15 Volker Lendeckesmbd: Make "create_file_sids" static
2017-02-01 Volker Lendeckesmbd: Fix "map acl inherit" = yes
2017-01-22 Volker Lendeckesmbd: Fix an indentation
2017-01-22 Volker Lendeckesmbd: Fix a few signed/unsigned hickups
2016-12-01 Uri Simchonismbd: avoid extra churn on a debug print
2016-08-10 Uri Simchonismbd: add an option to inherit only the UNIX owner
2016-07-19 Ralph Boehmes3/smbd: move make_default_filesystem_acl() to vfs_acl_...
2016-03-24 Jeremy Allisons3: posix_acls. Always use STAT, not LSTAT here.
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-14 Jeremy Allisons3:smbd:vfs: Change posix_get_nt_acl() from const char...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2016-02-11 Jeremy Allisons3: smbd: posix_acls: Fix check for setting u:g:o entry...
2016-02-06 Michael Adamdlist: remove unneeded argument from DLIST_DEMOTE()
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2015-08-14 Volker Lendeckesmbd: Use a struct initializer
2015-08-14 Volker Lendeckesmbd: Remove a confusing comment
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-05-05 Jeremy Allisons3: smbd: VFS: For all EA and ACL calls use synthetic_s...
2014-12-04 Ralph Boehmes3:smbd: ignore dacls with MS NFS ACEs
2014-08-22 Jeremy Allisons3: smbd: POSIX ACLs. Remove incorrect check for SECINF...
next