summaryrefslogtreecommitdiffstats
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* Fix const warning. Allocate off NULL as we always talloc_free().Jeremy Allison2010-10-221-1/+1
* libcli: LIBSECURITY depends on NDR_SECURITYAndrew Tridgell2010-10-211-1/+1
* s4-waf: removed dependencies on missing subsystemsAndrew Tridgell2010-10-211-1/+1
* libcli: make LIBCLI_NBT a private libraryAndrew Tridgell2010-10-211-4/+5
* libcli: make the LIBSECURITY subsystem into a private libraryAndrew Tridgell2010-10-211-4/+5
* Now we have SeSystemSecurity, remove the source3-only #ifdef.Jeremy Allison2010-10-211-2/+0
* Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison2010-10-211-6/+3
* libcli/security/access_check.c - fix a memory leakMatthias Dieter Wallnöfer2010-10-201-7/+12
* libcli/ldap Don't try and encode a control with a NULL OIDAndrew Bartlett2010-10-201-0/+6
* Fix shadow warning for "access" variable.Jeremy Allison2010-10-191-3/+3
* readline: fixed the test for history_list()Andrew Tridgell2010-10-191-1/+1
* libcli/nbt: we don't need LIBCLI_COMPOSITE anymoreStefan Metzmacher2010-10-181-1/+1
* libcli/nbt: convert nbt_name_register_bcast_send/recv to tevent_reqStefan Metzmacher2010-10-182-87/+107
* libcli/nbt: s/name_register_bcast_handler/nbt_name_register_bcast_handlerStefan Metzmacher2010-10-181-4/+4
* libcli/nbt: s/register_bcast_state/nbt_name_register_bcast_state/Stefan Metzmacher2010-10-181-4/+4
* libcli/nbt: move nbt_name_register_bcast_send to the top of nbt_name_register...Stefan Metzmacher2010-10-181-49/+51
* libcli/nbt: convert nbt_name_register_wins_send/recv to tevent_reqStefan Metzmacher2010-10-182-105/+158
* libcli/nbt: s/name_register_wins_handler/nbt_name_register_wins_handlerStefan Metzmacher2010-10-181-5/+5
* libcli/nbt: s/register_wins_state/nbt_name_register_wins_stateStefan Metzmacher2010-10-181-7/+7
* libcli/nbt: move nbt_name_register_wins_send() to the top of all nbt_name_reg...Stefan Metzmacher2010-10-181-59/+60
* libcli/nbt: convert nbt_name_refresh_wins_send/recv to tevent_reqStefan Metzmacher2010-10-183-96/+145
* libcli/nbt: s/name_refresh_wins_handler/nbt_name_refresh_wins_handlerStefan Metzmacher2010-10-181-5/+5
* libcli/nbt: s/refresh_wins_state/nbt_name_refresh_wins_stateStefan Metzmacher2010-10-181-7/+7
* libcli/nbt: move nbt_name_refresh_wins_send() to the top of all nbt_name_refr...Stefan Metzmacher2010-10-181-57/+59
* libcli/util: add pipe related NT_STATUS_RPC_* codesStefan Metzmacher2010-10-181-0/+6
* security: ensure the merge of libcli/security doesn't change s3 behaviourAndrew Tridgell2010-10-141-0/+5
* libcli/security Use static SIDs rather than parsing from stringsAndrew Bartlett2010-10-142-5/+6
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-1410-9/+1139
* libcli/security Define traditional constants in terms of IDL macrosAndrew Bartlett2010-10-141-0/+64
* libcli/security Move source3/lib/util_seaccess.c into the common codeAndrew Bartlett2010-10-143-0/+306
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-125-7/+52
* libcli/security Add debug class to security_token_debug() et alAndrew Bartlett2010-10-124-16/+18
* libcli/security Move most of security_token.c to common code.Andrew Bartlett2010-10-123-1/+203
* libsecurity-common: Add missing dependency on libndr.Jelmer Vernooij2010-10-111-1/+1
* libcli-auth: Remove unnecessary dependency on libsamba-hostconfig.Jelmer Vernooij2010-10-111-2/+2
* Add some const. Needed for my SD work.Jeremy Allison2010-10-082-14/+14
* libcli/ldap: ldap_full_packet() requires at least 6 bytesStefan Metzmacher2010-10-041-0/+7
* samba: share readline wrappers among all buildsystems.Günther Deschner2010-10-015-0/+346
* libcli/ldap: correctly marshall LDAP Unbind PDUsStefan Metzmacher2010-09-271-0/+2
* libcli/ldap: let ldap_full_packet() use asn1_peek_tag_needed_size()Stefan Metzmacher2010-09-261-1/+1
* libcli/util: let tstream_read_pdu_blob_* cope with variable length headersStefan Metzmacher2010-09-261-5/+13
* libcli: fix compile warningSimo Sorce2010-09-231-0/+2
* s4:libcli:smb2 Rename pending_id to async_id and make 64-bitSteven Danneman2010-09-221-1/+4
* libcli/ldap Add const to ldap_encode_ndr_dom_sid()Andrew Bartlett2010-09-202-2/+2
* libcli: add dom_sid_compare_domain()Günther Deschner2010-09-202-0/+20
* werror: Add W_ERROR_HAVE_NO_MEMORY_AND_FREE() macroKamen Mazdrashki2010-09-181-0/+7
* libcli/auth/ntlmssp Be clear about talloc parents for session keysAndrew Bartlett2010-09-162-9/+7
* cldap: prevent crashes when freeing cldap socketAndrew Tridgell2010-09-151-6/+15
* cldap: use ipv4 not up for unbound cldap socketsAndrew Tridgell2010-09-151-1/+5
* s4-auth: set the RODC bit for RODC schannelAndrew Tridgell2010-09-151-0/+1