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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-privs Directly manipulate the privileges bitmap.
Andrew Bartlett
2010-09-11
3
-14
/
+7
*
libcli/security Add an invalid LUID privilege value
Andrew Bartlett
2010-09-11
1
-0
/
+1
*
libcli/security Improve dump of privileges: Just walk the table
Andrew Bartlett
2010-09-11
1
-5
/
+4
*
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
Andrew Bartlett
2010-09-11
9
-47
/
+28
*
s3-privs Remove a pointer from grant_privilege()
Andrew Bartlett
2010-09-11
4
-10
/
+10
*
s3-privs Remove pointer indirection from se_priv_to_privilege_set()
Andrew Bartlett
2010-09-11
3
-5
/
+5
*
s3-privs Call security_token_set_privilege() rather than manual assignment
Andrew Bartlett
2010-09-11
2
-2
/
+3
*
s3-privs Remove a pointer indirection from revoke_privilege()
Andrew Bartlett
2010-09-11
4
-7
/
+7
*
libcli/security Don't export privs[] as a global variable
Andrew Bartlett
2010-09-11
4
-50
/
+31
*
s3-lsa Use sec_privilege_id() to lookup name to LUID
Andrew Bartlett
2010-09-11
1
-9
/
+4
*
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
2
-4
/
+5
*
libcli/privileges Simplify get_privilege_luid() to return just the enum
Andrew Bartlett
2010-09-11
3
-13
/
+6
*
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
2
-27
/
+22
*
libcli/security Move source4/ privileges code into the common libcli/security
Andrew Bartlett
2010-09-11
6
-314
/
+333
*
s3-privs Move manual prototypes to common privileges.h
Andrew Bartlett
2010-09-11
2
-20
/
+88
*
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
2010-09-11
4
-24
/
+9
*
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
4
-7
/
+6
*
s3-privs Rename structure elements for greater clarity
Andrew Bartlett
2010-09-11
3
-12
/
+12
*
s3-privs More clarity in variable names
Andrew Bartlett
2010-09-11
1
-4
/
+4
*
s3-privs Rename mask -> privilege_mask to be more clear
Andrew Bartlett
2010-09-11
1
-26
/
+26
*
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
2010-09-11
32
-121
/
+119
*
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
2010-09-11
23
-87
/
+84
*
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
2010-09-11
16
-38
/
+48
*
security.idl Add comments
Andrew Bartlett
2010-09-11
1
-1
/
+3
*
security.idl Update Windows privileges list to Win2008R2
Andrew Bartlett
2010-09-11
1
-30
/
+35
*
s3-privs Only store low bits of luid in privileges table
Andrew Bartlett
2010-09-11
2
-18
/
+20
*
s4-privs Add a lookup by index of privilages
Andrew Bartlett
2010-09-11
2
-3
/
+14
*
privs Add my Copyright
Andrew Bartlett
2010-09-11
3
-0
/
+3
*
security.idl clarify which privilages are LUID and bitmap values
Andrew Bartlett
2010-09-11
1
-6
/
+10
*
s3-privs Remove comment already moved to security.idl
Andrew Bartlett
2010-09-11
1
-41
/
+0
*
s3-privs Use constants from security.idl
Andrew Bartlett
2010-09-11
1
-9
/
+9
*
s4-privs Remove link between enum sec_privilege and the privilege bitmap
Andrew Bartlett
2010-09-11
2
-46
/
+140
*
s3-privs Further changes to remove SE_PRIV
Andrew Bartlett
2010-09-11
10
-110
/
+108
*
privs Move privilege bitmasks to security.idl
Andrew Bartlett
2010-09-11
2
-19
/
+40
*
s3:privs Change to new host endian neutral privilages tdb format
Andrew Bartlett
2010-09-11
1
-3
/
+16
*
s3:Change SE_PRIV to uint64_t
Andrew Bartlett
2010-09-11
1
-20
/
+20
*
s3:privileges Change SE_PRIV to be just a uint64_t
Andrew Bartlett
2010-09-11
2
-46
/
+22
*
lib/replace:wscript - don't check twice for type "bool"
Matthias Dieter Wallnöfer
2010-09-11
1
-2
/
+1
*
lib/replace:wscript - attempt to fix the features detection on Tru64
Matthias Dieter Wallnöfer
2010-09-11
1
-2
/
+2
*
Add check missing from previous patch after talloc_strdup().
Jeremy Allison
2010-09-10
1
-0
/
+3
*
Factor out the recent changes into a function - check_parent_exists().
Jeremy Allison
2010-09-10
1
-77
/
+103
*
s3: Simplify the logic in generate_krb5_ccache
Volker Lendecke
2010-09-11
1
-51
/
+28
*
s3/winbind: use mono time for startup timeout check
Björn Jacke
2010-09-10
3
-6
/
+6
[next]