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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-11
s4-param: move back to auto-generation of loadparm prototypes
Andrew Tridgell
3
-161
/
+7
2010-09-11
s4-credentials: get all attributes in cli_credentials_set_secrets()
Andrew Tridgell
1
-17
/
+1
2010-09-11
security.idl Clarify that this is not a network structure
Andrew Bartlett
1
-0
/
+1
2010-09-11
libcli/auth/schannel_state_tdb.c - fix includes
Matthias Dieter Wallnöfer
1
-3
/
+1
2010-09-11
lib/replace:wscript - additional attempt to fix the build on Tru64
Matthias Dieter Wallnöfer
1
-1
/
+3
2010-09-11
libcli/security Use talloc_zero when making a struct security_token
Andrew Bartlett
2
-7
/
+1
2010-09-11
libcli/privileges Fix comment
Andrew Bartlett
1
-1
/
+1
2010-09-11
s4-privs Seperate rights and privileges
Andrew Bartlett
6
-82
/
+137
2010-09-11
s3-krb5 Fix Kerberos on FreeBSD with Samba4 DCs
Andrew Bartlett
1
-3
/
+1
2010-09-11
libcli/security Remove unused SE_NONE define
Andrew Bartlett
1
-1
/
+0
2010-09-11
libcli/security Move 'private' privileges functions to another header
Andrew Bartlett
4
-24
/
+43
2010-09-11
s3-samr Explian better the use of two privileges in this call
Andrew Bartlett
1
-0
/
+4
2010-09-11
libcli/security Remove 'always true' return from se_priv_put_all_privileges
Andrew Bartlett
3
-6
/
+3
2010-09-11
s3-util_sid Tidy up global struct security_token
Andrew Bartlett
4
-16
/
+8
2010-09-11
s4-rpc_server Put all 'logon failure' messages at the same debug level 4
Andrew Bartlett
1
-4
/
+6
2010-09-11
libcli/auth Failure to find the cached session key for SCHANNEL isn't level 0
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3-privs Add const
Andrew Bartlett
2
-6
/
+6
2010-09-11
s3-privs Remove extra pointer on privilege mask
Andrew Bartlett
1
-4
/
+4
2010-09-11
s3-privileges: add handling of both old and new formats in database
Andrew Tridgell
1
-28
/
+48
2010-09-11
s4-lsa: privilege IDs should use the enum, not an int
Andrew Tridgell
1
-1
/
+1
2010-09-11
privileges: privilege luids are not all below 64
Andrew Tridgell
1
-3
/
+0
2010-09-11
libcli/security Make sec_privilege_from_index() return SEC_PRIV_INVALID on fa...
Andrew Bartlett
2
-2
/
+2
2010-09-11
libcli/security Remove unused declarations from privileges.h
Andrew Bartlett
1
-51
/
+1
2010-09-11
s3-privs Remove unused function
Andrew Bartlett
2
-31
/
+0
2010-09-11
s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmap
Andrew Bartlett
3
-106
/
+36
2010-09-11
s3-privs Hide the bitmap-based grant_privilege and revoke_privilege
Andrew Bartlett
4
-28
/
+44
2010-09-11
s3-privs Make privilege_enum_sids() take an LUID, not a bitmap
Andrew Bartlett
4
-9
/
+12
2010-09-11
libcli/security Expose sec_privilege_mask()
Andrew Bartlett
2
-1
/
+6
2010-09-11
libcli/security make sec_privilege_id() return SEC_PRIV_INVALID on failure.
Andrew Bartlett
4
-8
/
+8
2010-09-11
libcli/security Remove unused functions and constants.
Andrew Bartlett
2
-242
/
+14
2010-09-11
s3-privs Rework access_check_object() to take two privileges
Andrew Bartlett
3
-68
/
+60
2010-09-11
libcli/security Rename all privilege bitmaps constants
Andrew Bartlett
2
-59
/
+59
2010-09-11
s3-privs Rework privilege enumeration to also use new DB format
Andrew Bartlett
1
-5
/
+18
2010-09-11
libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()
Andrew Bartlett
2
-46
/
+13
2010-09-11
s3-privs Directly manipulate the privileges bitmap.
Andrew Bartlett
3
-14
/
+7
2010-09-11
libcli/security Add an invalid LUID privilege value
Andrew Bartlett
1
-0
/
+1
2010-09-11
libcli/security Improve dump of privileges: Just walk the table
Andrew Bartlett
1
-5
/
+4
2010-09-11
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
Andrew Bartlett
9
-47
/
+28
2010-09-11
s3-privs Remove a pointer from grant_privilege()
Andrew Bartlett
4
-10
/
+10
2010-09-11
s3-privs Remove pointer indirection from se_priv_to_privilege_set()
Andrew Bartlett
3
-5
/
+5
2010-09-11
s3-privs Call security_token_set_privilege() rather than manual assignment
Andrew Bartlett
2
-2
/
+3
2010-09-11
s3-privs Remove a pointer indirection from revoke_privilege()
Andrew Bartlett
4
-7
/
+7
2010-09-11
libcli/security Don't export privs[] as a global variable
Andrew Bartlett
4
-50
/
+31
2010-09-11
s3-lsa Use sec_privilege_id() to lookup name to LUID
Andrew Bartlett
1
-9
/
+4
2010-09-11
libcli/security Merge privilege lists from source3 and source4
Andrew Bartlett
1
-169
/
+126
2010-09-11
libcli/security Return number of entries in the old source3 list
Andrew Bartlett
2
-4
/
+5
2010-09-11
libcli/privileges Simplify get_privilege_luid() to return just the enum
Andrew Bartlett
3
-13
/
+6
2010-09-11
libcli/security Don't memcpy a uint64_t value, just assign it.
Andrew Bartlett
1
-1
/
+1
2010-09-11
libcli/security Use ARRAY_SIZE() consistantly.
Andrew Bartlett
1
-15
/
+16
2010-09-11
libcli/security Fix and clarify privilege manipulation function comments
Andrew Bartlett
1
-9
/
+9
[next]