Age | Commit message (Expand) | Author | Files | Lines |
2013-05-27 | smbd: Fix build on platforms that will not support var = {} initialisation | Andrew Bartlett | 1 | -1/+4 |
2013-04-17 | smbd: Convert posix_sys_acl_blob_get_file to synthetic_smb_fname | Volker Lendecke | 1 | -6/+5 |
2013-03-10 | smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() c... | Andrew Bartlett | 1 | -17/+0 |
2013-01-09 | smbd/posix_acls.c: Use create_conn_struct(). Don't hand-create connection str... | Jeremy Allison | 1 | -19/+11 |
2012-12-05 | s3:smbd: fix a cut and paste error in a debug message | Michael Adam | 1 | -2/+2 |
2012-12-05 | s3:smbd: don't apply create/directory mask and modes in apply_default_perms() | Michael Adam | 1 | -77/+11 |
2012-12-04 | Remove unused append_parent_acl(). | Jeremy Allison | 1 | -201/+0 |
2012-11-15 | Another fix needed for bug #9236 - ACL masks incorrectly applied when setting... | Jeremy Allison | 1 | -7/+10 |
2012-11-13 | smbd: Remove NT4 compatability handling in posix -> NT ACL conversion | Andrew Bartlett | 1 | -107/+1 |
2012-11-13 | Change get_nt_acl_no_snum() to return an NTSTATUS, not a struct security_desc... | Andrew Bartlett | 1 | -40/+22 |
2012-11-10 | s3:smbd: Fix typo in got_duplicate_group check | Arvid Requate | 1 | -1/+1 |
2012-10-11 | vfs: Implement a sys_acl_blob_get_{fd,file} for POSIX ACL backends | Andrew Bartlett | 1 | -0/+115 |
2012-10-11 | smbd: Add mem_ctx to {f,}get_nt_acl VFS call | Andrew Bartlett | 1 | -18/+34 |
2012-10-11 | smbd: Add mem_ctx to sys_acl_init() and all callers | Andrew Bartlett | 1 | -15/+32 |
2012-10-06 | We should never just assign an st_mode to an ace->perms field, theoretically | Jeremy Allison | 1 | -2/+2 |
2012-10-05 | Modify ensure_canon_entry_valid() into ensure_canon_entry_valid_on_set() - ma... | Jeremy Allison | 1 | -154/+141 |
2012-10-05 | Simplify ensure_canon_entry_valid by splitting out the _get codepath. | Jeremy Allison | 1 | -3/+86 |
2012-10-04 | Remove all uses of lp_security_mask/lp_force_security_mode/lp_dir_security_ma... | Jeremy Allison | 1 | -8/+8 |
2012-10-02 | When setting a non-default ACL, don't forget to apply masks to SMB_ACL_USER a... | Jeremy Allison | 1 | -0/+10 |
2012-10-02 | Only apply masks on non-default ACL entries when setting the ACL. | Jeremy Allison | 1 | -9/+19 |
2012-10-02 | Use is_default_acl variable in canonicalise_acl(). | Jeremy Allison | 1 | -2/+3 |
2012-10-02 | Reformat spacing to be even. | Jeremy Allison | 1 | -7/+8 |
2012-09-12 | smbd: Remove pre-allocation of ACL array in sys_acl_init() | Andrew Bartlett | 1 | -3/+3 |
2012-08-23 | s3-smbd: Add security_info_wanted argument to get_nt_acl_no_snum | Andrew Bartlett | 1 | -2/+2 |
2012-08-23 | s3-smbd: Add talloc_stackframe() to get_nt_acl_no_snum() | Andrew Bartlett | 1 | -3/+8 |
2012-08-16 | s3-smbd: Do not check no_acl_syscall_error(errno) after sys_acl_init() | Andrew Bartlett | 1 | -11/+2 |
2012-08-15 | s3-sysacls: Remove sys_acl_free_qualifier() as it is a no-op | Andrew Bartlett | 1 | -2/+0 |
2012-08-15 | s3-sysacls: Remove sys_acl_free_acl() and replace with TALLOC_FREE() | Andrew Bartlett | 1 | -16/+16 |
2012-08-15 | s3-smbd: Remove unused conn argument from convert_permset_to_mode_t() | Andrew Bartlett | 1 | -3/+3 |
2012-08-15 | s3-smbd: Call sys_acl_set_permset() directly rather than via the VFS | Andrew Bartlett | 1 | -7/+7 |
2012-08-15 | s3-smbd: Call sys_acl_set_qualifier() directly rather than via the VFS | Andrew Bartlett | 1 | -3/+3 |
2012-08-15 | s3-smbd: Call sys_acl_set_tag_type() directly rather than via the VFS | Andrew Bartlett | 1 | -6/+6 |
2012-08-15 | s3-smbd: Call sys_acl_create_entry() directly rather than via the VFS | Andrew Bartlett | 1 | -6/+6 |
2012-08-15 | s3-smbd: Call sys_acl_add_perm() directly rather than via the VFS | Andrew Bartlett | 1 | -6/+6 |
2012-08-15 | s3-smbd: Call sys_acl_clear_perms() directly rather than via the VFS | Andrew Bartlett | 1 | -2/+2 |
2012-08-15 | s3-smbd: Call sys_acl_init() directly rather than via the VFS | Andrew Bartlett | 1 | -3/+3 |
2012-08-15 | s3-smbd: Call sys_acl_free_acl() directly rather than via the VFS | Andrew Bartlett | 1 | -16/+16 |
2012-08-15 | s3-smbd: Call sys_acl_get_entry() directly rather than via the VFS | Andrew Bartlett | 1 | -6/+6 |
2012-08-15 | s3-smbd: Call sys_acl_free_qualifier() directly rather than via the VFS | Andrew Bartlett | 1 | -2/+2 |
2012-08-15 | s3-smbd: Call sys_acl_get_qualifier() directly rather than via the VFS | Andrew Bartlett | 1 | -2/+2 |
2012-08-15 | s3-smbd: Call sys_acl_get_tagtype() directly rather than via the VFS | Andrew Bartlett | 1 | -4/+4 |
2012-08-15 | s3-smbd: Call sys_acl_get_permset() directly rather than via the VFS | Andrew Bartlett | 1 | -7/+7 |
2012-08-15 | s3-smbd: Call sys_acl_get_perm() directly rather than via the VFS | Andrew Bartlett | 1 | -6/+6 |
2012-08-10 | s3-smbd: Merge ACE entries based on mapped UID/GID not SID | Andrew Bartlett | 1 | -4/+4 |
2012-08-10 | s3-smbd: Convert posix_acls.c to use struct unixid internally | Andrew Bartlett | 1 | -57/+72 |
2012-08-10 | s3-smbd: Create a shortcut for building the token of a user by SID for posix_... | Andrew Bartlett | 1 | -10/+2 |
2012-07-24 | lib/param: Move all enum declarations to lib/param | Andrew Bartlett | 1 | -0/+1 |
2012-06-15 | s3:smbd: use FNUM_FIELD_INVALID instead of literal -1 | Michael Adam | 1 | -1/+1 |
2012-05-17 | s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ID_TYPE_B... | Andrew Bartlett | 1 | -0/+35 |
2012-05-17 | s3-smbd: Consider a group with the same SID as sufficient duplication | Andrew Bartlett | 1 | -0/+7 |