index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
5
-7
/
+52
*
libcli/security Add debug class to security_token_debug() et al
Andrew Bartlett
2010-10-12
4
-16
/
+18
*
libcli/security Move most of security_token.c to common code.
Andrew Bartlett
2010-10-12
3
-1
/
+203
*
libsecurity-common: Add missing dependency on libndr.
Jelmer Vernooij
2010-10-11
1
-1
/
+1
*
libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.
Jelmer Vernooij
2010-10-11
1
-2
/
+2
*
Add some const. Needed for my SD work.
Jeremy Allison
2010-10-08
2
-14
/
+14
*
libcli/ldap: ldap_full_packet() requires at least 6 bytes
Stefan Metzmacher
2010-10-04
1
-0
/
+7
*
samba: share readline wrappers among all buildsystems.
Günther Deschner
2010-10-01
5
-0
/
+346
*
libcli/ldap: correctly marshall LDAP Unbind PDUs
Stefan Metzmacher
2010-09-27
1
-0
/
+2
*
libcli/ldap: let ldap_full_packet() use asn1_peek_tag_needed_size()
Stefan Metzmacher
2010-09-26
1
-1
/
+1
*
libcli/util: let tstream_read_pdu_blob_* cope with variable length headers
Stefan Metzmacher
2010-09-26
1
-5
/
+13
*
libcli: fix compile warning
Simo Sorce
2010-09-23
1
-0
/
+2
*
s4:libcli:smb2 Rename pending_id to async_id and make 64-bit
Steven Danneman
2010-09-22
1
-1
/
+4
*
libcli/ldap Add const to ldap_encode_ndr_dom_sid()
Andrew Bartlett
2010-09-20
2
-2
/
+2
*
libcli: add dom_sid_compare_domain()
Günther Deschner
2010-09-20
2
-0
/
+20
*
werror: Add W_ERROR_HAVE_NO_MEMORY_AND_FREE() macro
Kamen Mazdrashki
2010-09-18
1
-0
/
+7
*
libcli/auth/ntlmssp Be clear about talloc parents for session keys
Andrew Bartlett
2010-09-16
2
-9
/
+7
*
cldap: prevent crashes when freeing cldap socket
Andrew Tridgell
2010-09-15
1
-6
/
+15
*
cldap: use ipv4 not up for unbound cldap sockets
Andrew Tridgell
2010-09-15
1
-1
/
+5
*
s4-auth: set the RODC bit for RODC schannel
Andrew Tridgell
2010-09-15
1
-0
/
+1
*
Fix string_to_sid() to allow non '\0' termination of the string - allows
Jeremy Allison
2010-09-14
1
-11
/
+6
*
libcli/security Use sid_append_rid() in dom_sid_append_rid()
Andrew Bartlett
2010-09-14
1
-5
/
+5
*
libcli/security Merge source3/ string_to_sid() to common code
Andrew Bartlett
2010-09-14
1
-37
/
+92
*
ntlm_check: Fix some nonempty blank lines
Volker Lendecke
2010-09-13
1
-21
/
+21
*
libcli/auth/schannel_state_tdb.c - fix includes
Matthias Dieter Wallnöfer
2010-09-11
1
-3
/
+1
*
libcli/privileges Fix comment
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
s4-privs Seperate rights and privileges
Andrew Bartlett
2010-09-11
2
-14
/
+60
*
libcli/security Remove unused SE_NONE define
Andrew Bartlett
2010-09-11
1
-1
/
+0
*
libcli/security Move 'private' privileges functions to another header
Andrew Bartlett
2010-09-11
3
-24
/
+42
*
libcli/security Remove 'always true' return from se_priv_put_all_privileges
Andrew Bartlett
2010-09-11
2
-3
/
+2
*
libcli/auth Failure to find the cached session key for SCHANNEL isn't level 0
Andrew Bartlett
2010-09-11
1
-1
/
+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 Remove unused declarations from privileges.h
Andrew Bartlett
2010-09-11
1
-51
/
+1
*
libcli/security Expose sec_privilege_mask()
Andrew Bartlett
2010-09-11
2
-1
/
+6
*
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
2
-242
/
+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
2
-3
/
+3
*
libcli/security Don't export privs[] as a global variable
Andrew Bartlett
2010-09-11
2
-41
/
+27
*
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
2
-9
/
+4
*
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
3
-4
/
+331
[next]