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
*
Fix bug #8811 - sd_has_inheritable_components segfaults on an SD that se_acce...
Jeremy Allison
2012-03-14
1
-0
/
+4
*
Fix bug #8795 - Samba does not handle the Owner Rights permissions at all
Richard Sharpe
2012-03-14
3
-6
/
+49
*
Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.
Richard Sharpe
2012-03-10
1
-26
/
+28
*
Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER but ha...
Richard Sharpe
2012-02-22
1
-0
/
+5
*
Second part of fix for bug #8673 - NT ACL issue.
Jeremy Allison
2012-01-11
1
-3
/
+4
*
security: add local authority well-known SIDs
Christian Ambach
2011-11-24
2
-0
/
+3
*
build: Reduce build systems to just top level waf and autoconf
Andrew Bartlett
2011-10-07
1
-6
/
+5
*
Adapt del_sid_from_array to Samba coding style
Volker Lendecke
2011-08-17
1
-1
/
+2
*
Fix a typo
Volker Lendecke
2011-08-17
1
-1
/
+1
*
Remove unused "sid_equal"
Volker Lendecke
2011-08-17
2
-10
/
+0
*
Replace calls to sid_equal with calls to dom_sid_equal
Volker Lendecke
2011-08-17
1
-2
/
+2
*
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
2011-08-10
1
-4
/
+4
*
libcli/security: add some const to marshall_sec_desc[_buf]()
Stefan Metzmacher
2011-07-23
2
-4
/
+4
*
s3: Allow NULL sd_size in make_sec_desc
Volker Lendecke
2011-06-18
1
-2
/
+10
*
libcli/security/secdesc.h: fix licence/copyright
Günther Deschner
2011-06-10
1
-0
/
+22
*
Tiny simplification to dom_sid_string_buf
Volker Lendecke
2011-05-31
1
-2
/
+1
*
libcli/security: move secdesc.c to the top level libcli/security
Andrew Bartlett
2011-05-31
4
-1
/
+823
*
libcli/security: fix build warning, cr_descr_log_acl() is not used currently.
Günther Deschner
2011-05-06
1
-0
/
+2
*
Add dom_sid_parse_endp
Volker Lendecke
2011-04-13
2
-2
/
+14
*
auth: Move auth_session_info into IDL
Andrew Bartlett
2011-04-05
1
-10
/
+1
*
libcli/security: make sure that we don't grant SEC_STD_DELETE to the owner by...
Stefan Metzmacher
2011-03-21
1
-28
/
+30
*
libcli/: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
2
-0
/
+3
*
libcli/security: move display_sec headers to own header file and add to
Günther Deschner
2011-03-16
3
-0
/
+36
*
libcli: openchange doesn't need these headers any more
Andrew Tridgell
2011-03-16
1
-2
/
+0
*
libcli: protect access_check.h against double inclusion
Andrew Tridgell
2011-03-15
1
-0
/
+3
*
waf: build substituted public headers in build tree
Andrew Tridgell
2011-03-15
1
-0
/
+2
*
Quite some callers of sid_split_rid do not care about the rid
Volker Lendecke
2011-03-10
1
-1
/
+3
*
Add dom_sid_string_buf
Volker Lendecke
2011-03-03
2
-12
/
+40
*
libcli/security Add unix_token and unix_info to auth_session_info too
Andrew Bartlett
2011-03-01
1
-0
/
+2
*
s4-auth Move libcli/security/session.c to the top level
Andrew Bartlett
2011-02-22
4
-1
/
+116
*
libcli/security/security_descriptor.c - fix three wrong counter variables
Matthias Dieter Wallnöfer
2011-02-21
1
-3
/
+3
*
libcli/security/privileges.c - fix wrong counter type
Matthias Dieter Wallnöfer
2011-02-21
1
-1
/
+1
*
libcli/security/privileges.c - fix the counting of privileges
Matthias Dieter Wallnöfer
2011-02-21
1
-9
/
+4
*
libcli/security/sddl.c - fix wrong counter type
Matthias Dieter Wallnöfer
2011-02-21
1
-1
/
+1
*
libcli/security/display_sec.c - fix wrong counter type
Matthias Dieter Wallnöfer
2011-02-21
1
-1
/
+1
*
libcli/security - fix two output format specifiers
Matthias Dieter Wallnöfer
2011-02-15
2
-2
/
+2
*
security: Fixed some handling of ACEs with INHERITED flag provided by the user
Nadezhda Ivanova
2011-02-10
1
-5
/
+16
*
pysecurity: Add missing dependency on pytalloc-util.
Jelmer Vernooij
2011-02-08
1
-1
/
+1
*
libcli/security: Make add_sid_to_array_unique use a uin32_t counter
Volker Lendecke
2011-02-07
1
-1
/
+1
*
libcli/security: Make del_sid_from_array take a uint32_t
Volker Lendecke
2011-02-07
2
-3
/
+5
*
s4-security: Fixed incorrect inheritance of IO flagged ACES
Nadezhda Ivanova
2011-01-18
1
-0
/
+5
*
libcli/security Add python bindings for se_access_check
Andrew Bartlett
2011-01-14
2
-0
/
+89
*
security: Fixed incorrect indentation in create_descriptor.c
Nadezhda Ivanova
2011-01-13
1
-12
/
+12
*
security: Fixed bugs in expansion of generic information ACEs
Nadezhda Ivanova
2011-01-11
1
-38
/
+82
*
libcli/security: fix sid_type_lookup().
Günther Deschner
2011-01-10
1
-7
/
+5
*
libcli/security: remove unused variable.
Günther Deschner
2010-12-17
1
-1
/
+0
*
libcli/security Add sid_blob_parse() to directly parse a binary SID blob
Andrew Bartlett
2010-12-16
2
-3
/
+14
*
s4:fix some shadowed declaration warnings on Solaris by renaming the symbols
Matthias Dieter Wallnöfer
2010-12-06
1
-1
/
+1
*
Turns out there are lots of places in S3 where token passed in
Jeremy Allison
2010-12-02
1
-0
/
+4
*
libcli/security/object_tree.c - remove unreachable statement
Matthias Dieter Wallnöfer
2010-11-29
1
-1
/
+0
[next]