notifyd: Use messaging_register for MSG_SMB_NOTIFY_GET_DB
[vlendec/samba-autobuild/.git] / source3 / smbd / posix_acls.c
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...
2014-08-21 Stefan Metzmachers3:smbd: mask security_information input values with...
2014-07-22 Volker Lendeckesmbd: Simplify unpack_nt_owners
2014-05-28 David Disseldorps3/posix_acls: replace dup_sec_desc() usage
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-24 Jeremy AllisonFix bug 10196 - RW Deny for a specific user is not...
2013-09-21 Daniel LibermanFix bug 10162 - POSIX ACL mapping failing when setting...
2013-05-27 Andrew Bartlettsmbd: Fix build on platforms that will not support...
2013-04-17 Volker Lendeckesmbd: Convert posix_sys_acl_blob_get_file to synthetic_...
2013-03-10 Andrew Bartlettsmbd:posix_acls Remove incorrectly added lp_create_mask...
2013-01-09 Jeremy Allisonsmbd/posix_acls.c: Use create_conn_struct(). Don't...
2012-12-06 Michael Adams3:smbd: fix a cut and paste error in a debug message
2012-12-06 Michael Adams3:smbd: don't apply create/directory mask and modes...
2012-12-04 Jeremy AllisonRemove unused append_parent_acl().
2012-11-15 Jeremy AllisonAnother fix needed for bug #9236 - ACL masks incorrectl...
2012-11-13 Andrew Bartlettsmbd: Remove NT4 compatability handling in posix -...
2012-11-13 Andrew BartlettChange get_nt_acl_no_snum() to return an NTSTATUS,...
2012-11-10 Arvid Requates3:smbd: Fix typo in got_duplicate_group check
2012-10-11 Andrew Bartlettvfs: Implement a sys_acl_blob_get_{fd,file} for POSIX...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to {f,}get_nt_acl VFS call
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
2012-10-06 Jeremy AllisonWe should never just assign an st_mode to an ace->perms...
2012-10-05 Jeremy AllisonModify ensure_canon_entry_valid() into ensure_canon_ent...
2012-10-05 Jeremy AllisonSimplify ensure_canon_entry_valid by splitting out...
2012-10-04 Jeremy AllisonRemove all uses of lp_security_mask/lp_force_security_m...
2012-10-02 Jeremy AllisonWhen setting a non-default ACL, don't forget to apply...
2012-10-02 Jeremy AllisonOnly apply masks on non-default ACL entries when settin...
2012-10-02 Jeremy AllisonUse is_default_acl variable in canonicalise_acl().
2012-10-02 Jeremy AllisonReformat spacing to be even.
2012-09-12 Andrew Bartlettsmbd: Remove pre-allocation of ACL array in sys_acl_init()
2012-08-23 Andrew Bartletts3-smbd: Add security_info_wanted argument to get_nt_ac...
2012-08-23 Andrew Bartletts3-smbd: Add talloc_stackframe() to get_nt_acl_no_snum()
2012-08-16 Andrew Bartletts3-smbd: Do not check no_acl_syscall_error(errno) after...
2012-08-15 Andrew Bartletts3-sysacls: Remove sys_acl_free_qualifier() as it is...
2012-08-15 Andrew Bartletts3-sysacls: Remove sys_acl_free_acl() and replace with...
2012-08-15 Andrew Bartletts3-smbd: Remove unused conn argument from convert_perms...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_set_permset() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_set_qualifier() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_set_tag_type() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_create_entry() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_add_perm() directly rather than...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_clear_perms() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_init() directly rather than via...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_free_acl() directly rather than...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_entry() directly rather than...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_free_qualifier() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_qualifier() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_tagtype() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_permset() directly rather...
2012-08-15 Andrew Bartletts3-smbd: Call sys_acl_get_perm() directly rather than...
2012-08-10 Andrew Bartletts3-smbd: Merge ACE entries based on mapped UID/GID...
2012-08-10 Andrew Bartletts3-smbd: Convert posix_acls.c to use struct unixid...
2012-08-10 Andrew Bartletts3-smbd: Create a shortcut for building the token of...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-06-15 Michael Adams3:smbd: use FNUM_FIELD_INVALID instead of literal -1
2012-05-17 Andrew Bartletts3-smbd: Avoid creating a UID ACL entry for SIDs that...
2012-05-17 Andrew Bartletts3-smbd: Consider a group with the same SID as sufficie...
2012-05-17 Andrew Bartletts3-smbd: Handle ID_TYPE_BOTH by mapping to both a group...
2012-05-17 Andrew BartlettWe need to split things up into a new helper function...
2012-05-17 Jeremy AllisonThis covers a case where an ID_TYPE_BOTH mapping create...
2012-05-17 Andrew Bartletts3-smbd: Do not merge UID ACE values with GID ACE value...
2012-05-09 Andrew Bartletts3-smbd: Fix the creation of duplicate SMB_ACL_GROUP...
2012-03-13 Jeremy AllisonSecond part of fix for bug #7933 - samba fails to honor...
2012-02-04 Jeremy AllisonEnsure when setting a POSIX ACL, that the uid for a
2012-02-03 Jeremy AllisonFix mistaken assignment of gid to uid field.
2012-02-03 Jeremy AllisonReplace bool flags inside ensure_canon_entry_valid...
2012-02-03 Jeremy AllisonReplace all malloc/free with talloc on tos.
2011-11-29 Jeremy AllisonFix bug 8631 - POSIX ACE x permission becomes rx follow...
2011-09-08 Jeremy AllisonSecond part of fix for bug #8443 - Default user entry...
2011-09-08 Jeremy AllisonFirst part of fix for bug #8443 - Default user entry...
2011-09-08 Jeremy AllisonRevert "Part 4 of bugfix for bug #7509 - smb_acl_to_pos...
next