index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
posix_acls.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2012-05-17
s3-smbd: Handle ID_TYPE_BOTH by mapping to both a group ACL entry and file ow...
Andrew Bartlett
1
-39
/
+109
2012-05-17
We need to split things up into a new helper function add_current_ace_to_acl(...
Andrew Bartlett
1
-172
/
+184
2012-05-17
This covers a case where an ID_TYPE_BOTH mapping creates group permissions, b...
Jeremy Allison
1
-2
/
+5
2012-05-17
s3-smbd: Do not merge UID ACE values with GID ACE values for posix ACL
Andrew Bartlett
1
-5
/
+12
2012-05-09
s3-smbd: Fix the creation of duplicate SMB_ACL_GROUP entries
Andrew Bartlett
1
-2
/
+2
2012-03-13
Second part of fix for bug #7933 - samba fails to honor SEC_STD_WRITE_OWNER b...
Jeremy Allison
1
-4
/
+6
2012-02-03
Ensure when setting a POSIX ACL, that the uid for a
Jeremy Allison
1
-0
/
+60
2012-02-03
Fix mistaken assignment of gid to uid field.
Jeremy Allison
1
-1
/
+1
2012-02-03
Replace bool flags inside ensure_canon_entry_valid() with pointers.
Jeremy Allison
1
-11
/
+12
2012-02-03
Replace all malloc/free with talloc on tos.
Jeremy Allison
1
-41
/
+41
2011-11-29
Fix bug 8631 - POSIX ACE x permission becomes rx following mapping to and fro...
Jeremy Allison
1
-2
/
+2
2011-09-09
Second part of fix for bug #8443 - Default user entry is set to minimal permi...
Jeremy Allison
1
-8
/
+11
2011-09-08
First part of fix for bug #8443 - Default user entry is set to minimal permis...
Jeremy Allison
1
-58
/
+2
2011-09-08
Revert "Part 4 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for...
Jeremy Allison
1
-11
/
+8
2011-09-07
Revert "Part 5 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for...
Jeremy Allison
1
-21
/
+4
2011-09-03
Part 5 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...
Jeremy Allison
1
-4
/
+21
2011-09-02
Part 4 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...
Jeremy Allison
1
-8
/
+11
2011-09-02
Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...
Jeremy Allison
1
-7
/
+6
2011-09-02
Part 2 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...
Jeremy Allison
1
-0
/
+38
2011-09-02
Part 1 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...
Jeremy Allison
1
-72
/
+0
2011-06-09
s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
2011-06-09
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
1
-1
/
+1
[next]