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
/
libcli
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-02
Add a comment about why we are removing the INHERITED bit so people understand.
Richard Sharpe
1
-0
/
+9
2013-03-28
Make sure that we only propogate the INHERITED flag when we are allowed to.
Richard Sharpe
1
-1
/
+2
2013-02-23
Fix bug #9674 - Samba denies owner Read Control when there is a DENY entry wh...
Richard Sharpe
1
-3
/
+3
2013-01-27
libcli/security: calculate INHERIT_ONLY correcty for AUDIT and ALARM aces (bu...
Stefan Metzmacher
1
-4
/
+16
2013-01-22
libcli-acl: add documentation
Matthieu Patou
1
-1
/
+19
2013-01-21
security: Add documentation
Matthieu Patou
1
-0
/
+9
2013-01-21
libcli-security: Add documentation for object_tree_modify_access
Matthieu Patou
1
-2
/
+12
2013-01-21
libcli/security: remove useless if (root->num_of_children > 0) statements
Andrew Bartlett
1
-8
/
+4
2013-01-21
libcli/security: add init_mask to existing children in insert_in_object_tree
Stefan Metzmacher
1
-0
/
+1
2013-01-21
libcli/security: handle node initialisation in one spot in insert_in_object_t...
Andrew Bartlett
2
-38
/
+37
2013-01-21
libcli/security: avoid usage of dom_sid_parse_talloc() in sec_access_check_ds()
Stefan Metzmacher
1
-8
/
+4
2013-01-21
libcli/security: simplify get_ace_object_type()
Stefan Metzmacher
1
-8
/
+4
2013-01-21
libcli/security: fix formating in access_check.c
Stefan Metzmacher
1
-8
/
+12
2013-01-21
libcli/security: fix whitespaces in access_check.c
Stefan Metzmacher
1
-98
/
+100
2013-01-17
libcli/security: don't look at the inherited type in get_ace_object_type()
Stefan Metzmacher
1
-2
/
+0
2013-01-15
libcli/security: Ensure to fill in remaining_access for the initial case (bug...
Andrew Bartlett
1
-0
/
+1
2012-12-11
libcli/security: calculate the correct inherited_object GUID
Stefan Metzmacher
1
-1
/
+7
2012-12-11
libcli/security: implement object_in_list()
Stefan Metzmacher
1
-2
/
+23
2012-12-02
libcli/security: remove duplicate aces in se_create_child_secdesc()
Stefan Metzmacher
1
-0
/
+34
2012-08-31
Factor out privilege checking code into se_file_access_check() which takes a ...
Jeremy Allison
2
-10
/
+87
2012-08-30
Fix bug #9124 - Samba fails to set "inherited" bit on inherited ACE's.
Jeremy Allison
1
-3
/
+7
2012-08-10
build: rename security → samba-security
Björn Jacke
1
-2
/
+2
2012-06-19
Fix warning: variable ‘XX’ set but not used.
Jeremy Allison
1
-7
/
+0
2012-03-14
Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that se_acce...
Jeremy Allison
1
-0
/
+4
2012-03-14
Fix bug #8795 - Samba does not handle the Owner Rights permissions at all
Richard Sharpe
3
-6
/
+49
2012-03-10
Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.
Richard Sharpe
1
-26
/
+28
2012-02-22
Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but ha...
Richard Sharpe
1
-0
/
+5
2012-01-11
Second part of fix for bug #8673 - NT ACL issue.
Jeremy Allison
1
-3
/
+4
2011-11-24
security: add local authority well-known SIDs
Christian Ambach
2
-0
/
+3
2011-10-07
build: Reduce build systems to just top level waf and autoconf
Andrew Bartlett
1
-6
/
+5
2011-08-17
Adapt del_sid_from_array to Samba coding style
Volker Lendecke
1
-1
/
+2
2011-08-17
Fix a typo
Volker Lendecke
1
-1
/
+1
2011-08-17
Remove unused "sid_equal"
Volker Lendecke
2
-10
/
+0
2011-08-17
Replace calls to sid_equal with calls to dom_sid_equal
Volker Lendecke
1
-2
/
+2
2011-08-10
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
1
-4
/
+4
2011-07-23
libcli/security: add some const to marshall_sec_desc[_buf]()
Stefan Metzmacher
2
-4
/
+4
2011-06-18
s3: Allow NULL sd_size in make_sec_desc
Volker Lendecke
1
-2
/
+10
2011-06-10
libcli/security/secdesc.h: fix licence/copyright
Günther Deschner
1
-0
/
+22
2011-05-31
Tiny simplification to dom_sid_string_buf
Volker Lendecke
1
-2
/
+1
2011-05-31
libcli/security: move secdesc.c to the top level libcli/security
Andrew Bartlett
4
-1
/
+823
2011-05-06
libcli/security: fix build warning, cr_descr_log_acl() is not used currently.
Günther Deschner
1
-0
/
+2
2011-04-13
Add dom_sid_parse_endp
Volker Lendecke
2
-2
/
+14
2011-04-05
auth: Move auth_session_info into IDL
Andrew Bartlett
1
-10
/
+1
2011-03-21
libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...
Stefan Metzmacher
1
-28
/
+30
2011-03-19
libcli/: Fix prototypes for all functions.
Jelmer Vernooij
2
-0
/
+3
2011-03-16
libcli/security: move display_sec headers to own header file and add to
Günther Deschner
3
-0
/
+36
2011-03-16
libcli: openchange doesn't need these headers any more
Andrew Tridgell
1
-2
/
+0
2011-03-15
libcli: protect access_check.h against double inclusion
Andrew Tridgell
1
-0
/
+3
2011-03-15
waf: build substituted public headers in build tree
Andrew Tridgell
1
-0
/
+2
2011-03-10
Quite some callers of sid_split_rid do not care about the rid
Volker Lendecke
1
-1
/
+3
[next]