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
2010-10-26
waf: Remove lib prefix from libraries manually.
Jelmer Vernooij
1
-1
/
+1
2010-10-26
s4: Drop duplicate 'lib' prefix for private libraries.
Jelmer Vernooij
1
-1
/
+1
2010-10-24
libcli/security Remove unused sec_acl_equal()
Andrew Bartlett
2
-47
/
+0
2010-10-24
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Jelmer Vernooij
1
-1
/
+1
2010-10-23
create_descriptor.c - fix comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-22
Fix const warning. Allocate off NULL as we always talloc_free().
Jeremy Allison
1
-1
/
+1
2010-10-21
libcli: LIBSECURITY depends on NDR_SECURITY
Andrew Tridgell
1
-1
/
+1
2010-10-21
libcli: make the LIBSECURITY subsystem into a private library
Andrew Tridgell
1
-4
/
+5
2010-10-21
Now we have SeSystemSecurity, remove the source3-only #ifdef.
Jeremy Allison
1
-2
/
+0
2010-10-21
Add code to implement SeSecurityPrivilege in net rpc rights, and in the
Jeremy Allison
1
-6
/
+3
2010-10-20
libcli/security/access_check.c - fix a memory leak
Matthias Dieter Wallnöfer
1
-7
/
+12
2010-10-19
Fix shadow warning for "access" variable.
Jeremy Allison
1
-3
/
+3
2010-10-14
security: ensure the merge of libcli/security doesn't change s3 behaviour
Andrew Tridgell
1
-0
/
+5
2010-10-14
libcli/security Use static SIDs rather than parsing from strings
Andrew Bartlett
2
-5
/
+6
2010-10-14
libcli/auth Merge source4/libcli/security and util_sid.c into the common code
Andrew Bartlett
10
-9
/
+1139
2010-10-14
libcli/security Define traditional constants in terms of IDL macros
Andrew Bartlett
1
-0
/
+64
2010-10-14
libcli/security Move source3/lib/util_seaccess.c into the common code
Andrew Bartlett
3
-0
/
+306
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
5
-7
/
+52
2010-10-12
libcli/security Add debug class to security_token_debug() et al
Andrew Bartlett
4
-16
/
+18
2010-10-12
libcli/security Move most of security_token.c to common code.
Andrew Bartlett
3
-1
/
+203
2010-10-11
libsecurity-common: Add missing dependency on libndr.
Jelmer Vernooij
1
-1
/
+1
2010-10-08
Add some const. Needed for my SD work.
Jeremy Allison
2
-14
/
+14
2010-09-20
libcli: add dom_sid_compare_domain()
Günther Deschner
2
-0
/
+20
2010-09-14
Fix string_to_sid() to allow non '\0' termination of the string - allows
Jeremy Allison
1
-11
/
+6
2010-09-14
libcli/security Use sid_append_rid() in dom_sid_append_rid()
Andrew Bartlett
1
-5
/
+5
2010-09-14
libcli/security Merge source3/ string_to_sid() to common code
Andrew Bartlett
1
-37
/
+92
2010-09-11
libcli/privileges Fix comment
Andrew Bartlett
1
-1
/
+1
2010-09-11
s4-privs Seperate rights and privileges
Andrew Bartlett
2
-14
/
+60
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
3
-24
/
+42
2010-09-11
libcli/security Remove 'always true' return from se_priv_put_all_privileges
Andrew Bartlett
2
-3
/
+2
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
1
-1
/
+1
2010-09-11
libcli/security Remove unused declarations from privileges.h
Andrew Bartlett
1
-51
/
+1
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
1
-1
/
+1
2010-09-11
libcli/security Remove unused functions and constants.
Andrew Bartlett
2
-242
/
+14
2010-09-11
libcli/security Rename all privilege bitmaps constants
Andrew Bartlett
1
-28
/
+28
2010-09-11
libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()
Andrew Bartlett
1
-43
/
+4
2010-09-11
libcli/security Improve dump of privileges: Just walk the table
Andrew Bartlett
1
-5
/
+4
2010-09-11
s3-privs Remove pointer indirection from se_priv_to_privilege_set()
Andrew Bartlett
2
-3
/
+3
2010-09-11
libcli/security Don't export privs[] as a global variable
Andrew Bartlett
2
-41
/
+27
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
1
-3
/
+4
2010-09-11
libcli/privileges Simplify get_privilege_luid() to return just the enum
Andrew Bartlett
2
-9
/
+4
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
2010-09-11
libcli/security Make the two privileges tables share a common struct definition
Andrew Bartlett
2
-27
/
+22
2010-09-11
libcli/security Move source4/ privileges code into the common libcli/security
Andrew Bartlett
3
-4
/
+331
[next]