VFS: Modify chmod to take a const struct smb_filename * instead of const char *
[samba.git] / source3 / smbd / posix_acls.c
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...
2011-09-07 Jeremy AllisonRevert "Part 5 of bugfix for bug #7509 - smb_acl_to_pos...
2011-09-02 Jeremy AllisonPart 5 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 4 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 3 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 2 of bugfix for bug #7509 - smb_acl_to_posix:...
2011-09-02 Jeremy AllisonPart 1 of bugfix for bug #7509 - smb_acl_to_posix:...
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-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_P() to talloc()
2011-03-31 Jeremy AllisonFix bug #7996 - sgid bit lost on folder rename.
2011-03-29 Günther Deschners3-auth: smbd needs auth.h
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-passdb: use passdb headers where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-29 Günther Deschners3-trans2: only include trans2.h where needed.
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2329: RESOURCE_LEAK
2011-03-27 Volker Lendeckes3: Fix Coverity ID 2330: RESOURCE_LEAK
next