summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libcli/ldap: Fix decoding struct ldap_ExtendedResponseVolker Lendecke2020-07-091-2/+4
* libcli/ldap: Test decoding an exop responseVolker Lendecke2020-07-092-0/+43
* libcli/smb: define FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUTStefan Metzmacher2020-07-081-0/+8
* CVE-2020-14303: s4 nbt: fix busy loop on empty UDP packetGary Lockyer2020-07-021-1/+16
* libcli ldap tests: remove use of zero length arrayGary Lockyer2020-06-231-1/+1
* libcli: Remove define STATUS_EA_LIST_INCONSISTENTChristof Schmitt2020-06-222-2/+0
* libcli: Remove define STATUS_STOPPED_ON_SYMLINKChristof Schmitt2020-06-222-2/+0
* libcli: Remove define for STATUS_PENDINGChristof Schmitt2020-06-221-1/+0
* libcli: Use NT_STATUS_PENDING instead of STATUS_PENDINGChristof Schmitt2020-06-221-3/+3
* libcli: Remove define for STATUS_NOTIFY_ENUM_DIRChristof Schmitt2020-06-222-2/+0
* libcli: Remove define for STATUS_NOTIFY_CLEANUPChristof Schmitt2020-06-222-2/+0
* libcli: Remove define for STATUS_INVALID_EA_FLAGChristof Schmitt2020-06-222-2/+0
* libcli: Remove define STATUS_NO_MORE_EASChristof Schmitt2020-06-222-2/+0
* libcli: Remove define for ERROR_INVALID_DATATYPEChristof Schmitt2020-06-221-1/+0
* libcli: Add tevent_req_received() calls to smb2cli_create_recv()Volker Lendecke2020-06-151-0/+2
* libcli: Move IO_REPARSE_TAG definitions to smb_constants.hVolker Lendecke2020-06-151-0/+16
* libcli: Slightly simplify smb2cli_req_recv() with an early returnVolker Lendecke2020-06-151-6/+1
* libcli: simplify an if conditionRalph Boehme2020-05-301-1/+4
* add some missing FSCTL definesBjörn Jacke2020-05-191-0/+8
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-082-2/+2
* CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer2020-05-041-0/+4
* CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-05-044-7/+41
* CVE-2020-10704: libcli ldap: test recursion depth in ldap_decode_filter_treeGary Lockyer2020-05-044-0/+286
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-043-5/+5
* libcli: Use ARRAY_DEL_ELEMENT() in security_descriptor_acl_del()Volker Lendecke2020-03-261-2/+1
* libsmb: Make sure that the TCP socket is non-blockingVolker Lendecke2020-03-251-0/+1
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-232-3/+3
* py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2020-03-231-3/+3
* py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2020-03-231-1/+1
* libcli: Align integer typesVolker Lendecke2020-03-101-1/+1
* smbd: Add make_smb2_posix_create_ctx()Volker Lendecke2020-02-073-0/+89
* libsmb: Add smb2_create_blob_remove()Volker Lendecke2020-02-072-0/+17
* libsmb: Allow passing in NULL to smb2_create_blob_find()Volker Lendecke2020-02-071-0/+4
* libsmb: Add posix create context definitionVolker Lendecke2020-02-071-0/+1
* libsmb: Add required #includes to smb_util.hVolker Lendecke2020-02-071-0/+5
* libsmb: Add required includes to smb2_create_blob.hVolker Lendecke2020-02-071-0/+5
* libsmb: Remove "const" from smb_create_blob->tagVolker Lendecke2020-02-071-1/+1
* libcli:smb: Don't use forward declartions for GnuTLS typedefsStefan Metzmacher2020-02-072-9/+15
* libcli/nbt: avoid talloc_reference() in nbt_name_*_send()Stefan Metzmacher2020-02-051-4/+4
* libcli:smb: Improve check for gnutls_aead_cipher_(en|de)cryptv2Andreas Schneider2020-02-041-5/+2
* libsmb: Fix a typoVolker Lendecke2020-01-301-1/+1
* libcli: Align integer typesVolker Lendecke2020-01-301-1/+1
* auth: Avoid casts in ntlm_check.cVolker Lendecke2020-01-061-16/+15
* auth: Check for talloc failure in smb_sess_key_ntlmv2()Volker Lendecke2020-01-061-0/+4
* auth: Slightly simplify smb_pwd_check_ntlmv1()Volker Lendecke2020-01-061-11/+13
* auth: Check for talloc failure in smb_pwd_check_ntlmv1()Volker Lendecke2020-01-061-0/+4
* auth: Slightly simplify smb_pwd_check_ntlmv2()Volker Lendecke2020-01-061-15/+17
* auth: Check for talloc failure in smb_pwd_check_ntlmv2()Volker Lendecke2020-01-061-0/+4
* lib: Remove an unused variable from security_token_debug()Volker Lendecke2020-01-031-8/+0
* smbdes: remove old unused DES builtin-cryptoIsaac Boukris2019-12-103-271/+0