summaryrefslogtreecommitdiff
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTHStefan Metzmacher2017-02-251-7/+0
* pyerrors: Add PyErr_Set{WERROR,HRESULT,NTSTATUS}_and_string()Andrew Bartlett2016-11-301-0/+15
* python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett2016-11-301-3/+12
* s4: libcli: Internal SMB1 pid is already stored as and uses 32-bits. Correct ...Jeremy Allison2016-06-181-1/+1
* s4-libcli/raw: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-2/+2
* s4:libcli:resolve: fix O3 error unused result of writeMichael Adam2016-05-131-2/+3
* typo: mplementation => implementationGarming Sam2016-05-064-4/+4
* s4:libcli: fix 'Conditional jump or move' valgrind errorNoel Power2016-04-251-1/+4
* s4:libcli:smb2: Use constant time memcmp() to verify the signatureAndreas Schneider2016-04-191-1/+1
* CVE-2016-2115: s4:libcli/raw: pass the minprotocol to smb_raw_negotiate*()Stefan Metzmacher2016-04-123-3/+7
* CVE-2016-2115: s4:libcli/raw: limit maxprotocol to NT1 in smb_raw_negotiate*()Stefan Metzmacher2016-04-121-0/+4
* CVE-2016-2115: s4:libcli/smb2: use the configured min_protocolStefan Metzmacher2016-04-121-1/+6
* CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocolStefan Metzmacher2016-04-121-0/+1
* CVE-2016-2113: s4:libcli/ldap: verify the server certificate and hostname if ...Stefan Metzmacher2016-04-121-7/+4
* CVE-2016-2113: s4:lib/tls: implement infrastructure to do peer verificationStefan Metzmacher2016-04-121-0/+2
* CVE-2016-2112: s4:libcli/ldap: auto upgrade to SIGN after STRONG_AUTH_REQUIREDStefan Metzmacher2016-04-121-0/+7
* CVE-2016-2112: s4:libcli/ldap: make sure we detect downgrade attacksStefan Metzmacher2016-04-121-0/+14
* CVE-2016-2112: s4:libcli/ldap: honour "client ldap sasl wrapping" optionStefan Metzmacher2016-04-121-4/+26
* CVE-2016-2111: s4:libcli: don't send a raw NTLMv2 response when we want to us...Stefan Metzmacher2016-04-121-0/+11
* CVE-2016-2111: s4:libcli: don't allow the LANMAN2 session setup without "clie...Stefan Metzmacher2016-04-121-11/+11
* CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher2016-04-121-0/+2
* build: mark explicit dependencies on pytalloc-utilGarming Sam2016-03-151-1/+1
* s4:libcli/ldap: fix retry authentication after a bad passwordStefan Metzmacher2016-03-101-2/+2
* s4:libcli/ldap: make use of GENSEC_FEATURE_LDAP_STYLEStefan Metzmacher2016-03-101-0/+7
* ldap VLV: correct ASN1 parsing of VLV requestsGarming Sam2016-03-091-20/+5
* ldap: fix search control rule identifiers ASN.1 typeGarming Sam2016-03-091-1/+2
* ldap VLV: memdup, not strdup VLV context_idDouglas Bagnall2016-03-091-1/+1
* ldap VLV: use correct ASN.1 encoding for requestsGarming Sam2016-03-091-11/+3
* pysmb: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-8/+1
* pysmb: Do not use pytalloc_Object directlyAndrew Bartlett2016-03-081-17/+17
* pysmb: Rework py_smb_new() to use pytalloc_steal()Andrew Bartlett2016-03-081-21/+14
* pysmb: Use pytalloc_get_mem_ctx()Andrew Bartlett2016-03-081-7/+7
* pysmb: Use pytalloc_get_ptr()Andrew Bartlett2016-03-081-12/+12
* libwbclient: Make source4/ use nsswitch/libwbclientVolker Lendecke2016-02-222-321/+105
* s4-libcli: Add missing ldb headerAndreas Schneider2016-02-192-1/+4
* s4:libcli/ldap: add support for LDB_CONTROL_DIRSYNC_EX_OIDStefan Metzmacher2016-02-171-0/+1
* s4:libcli/ldap: send AbandonRequests for cancelled requestsStefan Metzmacher2016-02-171-0/+50
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-062-2/+2
* libcli: Fix a typoVolker Lendecke2016-01-131-1/+1
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-133-4/+4
* Make libcli-smb-raw private, for now.Jelmer Vernooij2016-01-134-18/+6
* lib: Use asn1_extract_blob()Volker Lendecke2016-01-061-24/+24
* lib/tls: Add new 'tls priority' optionAndrew Bartlett2015-07-201-1/+2
* Fix ldap_bind compilation for i386Douglas Bagnall2015-07-091-1/+1
* s4:libcli/clilsa: only remember the dcerpc_binding_handleStefan Metzmacher2015-07-071-12/+13
* libldap: Fix CID 1308982 Unchecked return value from libraryVolker Lendecke2015-07-011-1/+7
* s4:libcli/ldap: conversion to tstreamStefan Metzmacher2015-06-234-172/+357
* s4:libcli/raw: make sure smbcli_transport_connect_send/recv correctly cleanup...Stefan Metzmacher2015-06-121-17/+42
* s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are usedAlexander Bokovoy2015-05-201-10/+32
* Rename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that it conforms with the M...Richard Sharpe2015-03-271-1/+1