index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcli
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli/security: add a function that checks for MS NFS ACEs
Ralph Boehme
2014-12-04
2
-0
/
+24
*
libcli/security: add NFS SID mappings
Ralph Boehme
2014-12-04
2
-0
/
+22
*
libcli/security: add better detection of SECINFO_[UN]PROTECTED_[D|S]ACL in ge...
Stefan Metzmacher
2014-08-22
1
-16
/
+20
*
libcli: Add a NULL check in dom_sid_string
Volker Lendecke
2014-06-10
1
-0
/
+3
*
libcli/security: remove sec_ace_equal
David Disseldorp
2014-05-29
2
-33
/
+0
*
secdesc: use security_ace_equal instead of sec_ace_equal
David Disseldorp
2014-05-29
1
-1
/
+1
*
libcli/security: cleanup security_ace_equal()
David Disseldorp
2014-05-29
1
-8
/
+20
*
libcli/security: remove unused sec_ace_del_sid()
David Disseldorp
2014-05-29
2
-33
/
+0
*
libcli/security: remove unused sec_desc_del_sid()
David Disseldorp
2014-05-29
2
-37
/
+0
*
libcli/security: remove dup_sec_acl()
David Disseldorp
2014-05-29
2
-13
/
+0
*
libcli/security: clean up and fix make_sec_desc
David Disseldorp
2014-05-29
1
-48
/
+29
*
libcli/secdesc: remove dup_sec_desc()
David Disseldorp
2014-05-28
2
-21
/
+0
*
libcli/secdesc: replace dup_sec_desc() usage
David Disseldorp
2014-05-28
1
-2
/
+5
*
libcli/sd: remove redundant sec_ace_add_sid()
David Disseldorp
2014-05-28
2
-27
/
+0
*
libcli/sd: remove redundant sec_desc_add_sid()
David Disseldorp
2014-05-28
2
-38
/
+0
*
libcli: Simplify desc_ace_has_generic()
Volker Lendecke
2014-05-27
1
-9
/
+6
*
libcli: Simplify desc_expand_generic()
Volker Lendecke
2014-05-27
1
-13
/
+6
*
libcli: Avoid an explicit memset call
Volker Lendecke
2014-05-27
1
-4
/
+4
*
libcli: Avoid a talloc/free
Volker Lendecke
2014-05-27
1
-4
/
+6
*
libcli: Avoid a talloc/free
Volker Lendecke
2014-05-27
1
-4
/
+6
*
libcli: Fix a memleak
Volker Lendecke
2014-05-27
1
-5
/
+3
*
libcli/security: s/remove/remove_ace/
Stefan Metzmacher
2014-04-02
1
-3
/
+3
*
secacl: Slightly simplify make_sec_acl
Volker Lendecke
2013-12-14
1
-3
/
+6
*
secacl: Fix a memleak in an error path
Volker Lendecke
2013-12-13
1
-0
/
+1
*
secacl: Don't use talloc_zero
Volker Lendecke
2013-12-13
1
-1
/
+4
*
secacl: Fix whitespace
Volker Lendecke
2013-12-13
1
-11
/
+11
*
s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_ds
Nadezhda Ivanova
2013-10-25
1
-8
/
+4
*
libcli: Add security_token_system_privilege().
Andreas Schneider
2013-08-06
2
-0
/
+23
*
libcli: fix conversion logic in dom_sid_string_buf
Jeff Layton
2013-07-31
1
-10
/
+18
*
libcli: fix conversion logic in dom_sid_parse_endp
Jeff Layton
2013-07-31
1
-14
/
+15
*
Add a comment about why we are removing the INHERITED bit so people understand.
Richard Sharpe
2013-04-02
1
-0
/
+9
*
Make sure that we only propogate the INHERITED flag when we are allowed to.
Richard Sharpe
2013-03-28
1
-1
/
+2
*
Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...
Richard Sharpe
2013-02-23
1
-3
/
+3
*
libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...
Stefan Metzmacher
2013-01-27
1
-4
/
+16
*
libcli-acl: add documentation
Matthieu Patou
2013-01-22
1
-1
/
+19
*
security: Add documentation
Matthieu Patou
2013-01-21
1
-0
/
+9
*
libcli-security: Add documentation for object_tree_modify_access
Matthieu Patou
2013-01-21
1
-2
/
+12
*
libcli/security: remove useless if (root->num_of_children > 0) statements
Andrew Bartlett
2013-01-21
1
-8
/
+4
*
libcli/security: add init_mask to existing children in insert_in_object_tree
Stefan Metzmacher
2013-01-21
1
-0
/
+1
*
libcli/security: handle node initialisation in one spot in insert_in_object_t...
Andrew Bartlett
2013-01-21
2
-38
/
+37
*
libcli/security: avoid usage of dom_sid_parse_talloc() in sec_access_check_ds()
Stefan Metzmacher
2013-01-21
1
-8
/
+4
*
libcli/security: simplify get_ace_object_type()
Stefan Metzmacher
2013-01-21
1
-8
/
+4
*
libcli/security: fix formating in access_check.c
Stefan Metzmacher
2013-01-21
1
-8
/
+12
*
libcli/security: fix whitespaces in access_check.c
Stefan Metzmacher
2013-01-21
1
-98
/
+100
*
libcli/security: don't look at the inherited type in get_ace_object_type()
Stefan Metzmacher
2013-01-17
1
-2
/
+0
*
libcli/security: Ensure to fill in remaining_access for the initial case (bug...
Andrew Bartlett
2013-01-15
1
-0
/
+1
*
libcli/security: calculate the correct inherited_object GUID
Stefan Metzmacher
2012-12-11
1
-1
/
+7
*
libcli/security: implement object_in_list()
Stefan Metzmacher
2012-12-11
1
-2
/
+23
*
libcli/security: remove duplicate aces in se_create_child_secdesc()
Stefan Metzmacher
2012-12-02
1
-0
/
+34
*
Factor out privilege checking code into se_file_access_check() which takes a ...
Jeremy Allison
2012-08-31
2
-10
/
+87
[next]