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
/
privileges.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli/privileges Fix comment
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
s4-privs Seperate rights and privileges
Andrew Bartlett
2010-09-11
1
-14
/
+51
*
libcli/security Move 'private' privileges functions to another header
Andrew Bartlett
2010-09-11
1
-0
/
+1
*
libcli/security Remove 'always true' return from se_priv_put_all_privileges
Andrew Bartlett
2010-09-11
1
-2
/
+1
*
privileges: privilege luids are not all below 64
Andrew Tridgell
2010-09-11
1
-3
/
+0
*
libcli/security Make sec_privilege_from_index() return SEC_PRIV_INVALID on fa...
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
libcli/security Expose sec_privilege_mask()
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
libcli/security Remove unused functions and constants.
Andrew Bartlett
2010-09-11
1
-215
/
+14
*
libcli/security Rename all privilege bitmaps constants
Andrew Bartlett
2010-09-11
1
-28
/
+28
*
libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()
Andrew Bartlett
2010-09-11
1
-43
/
+4
*
libcli/security Improve dump of privileges: Just walk the table
Andrew Bartlett
2010-09-11
1
-5
/
+4
*
s3-privs Remove pointer indirection from se_priv_to_privilege_set()
Andrew Bartlett
2010-09-11
1
-2
/
+2
*
libcli/security Don't export privs[] as a global variable
Andrew Bartlett
2010-09-11
1
-24
/
+19
*
libcli/security Merge privilege lists from source3 and source4
Andrew Bartlett
2010-09-11
1
-169
/
+126
*
libcli/security Return number of entries in the old source3 list
Andrew Bartlett
2010-09-11
1
-3
/
+4
*
libcli/privileges Simplify get_privilege_luid() to return just the enum
Andrew Bartlett
2010-09-11
1
-8
/
+3
*
libcli/security Don't memcpy a uint64_t value, just assign it.
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
libcli/security Use ARRAY_SIZE() consistantly.
Andrew Bartlett
2010-09-11
1
-15
/
+16
*
libcli/security Fix and clarify privilege manipulation function comments
Andrew Bartlett
2010-09-11
1
-9
/
+9
*
libcli/security Make the two privileges tables share a common struct definition
Andrew Bartlett
2010-09-11
1
-26
/
+21
*
libcli/security Move source4/ privileges code into the common libcli/security
Andrew Bartlett
2010-09-11
1
-0
/
+289
*
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
2010-09-11
1
-9
/
+0
*
libcli/security Use talloc_realloc() not TALLOC_REALLOC_ARRAY()
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
libcli/security Use C99 types
Andrew Bartlett
2010-09-11
1
-3
/
+3
*
libcli/security Use true and false, not True and False
Andrew Bartlett
2010-09-11
1
-22
/
+22
*
s3-privs Move source3/ privileges implmentation into common
Andrew Bartlett
2010-09-11
1
-0
/
+457