summaryrefslogtreecommitdiff
path: root/libcli
AgeCommit message (Expand)AuthorFilesLines
2020-11-10http_conn.c: fix "void function cannot return value" errorBjörn Jacke1-2/+1
2020-11-06Add smb2cli_session_get_encryption_cipher()Isaac Boukris2-0/+14
2020-10-02libcli: Use GUID_to_ndr_buf() in smb2cli_validate_negotiate_info_send()Volker Lendecke1-4/+4
2020-10-02libcli: Use GUID_to_ndr_buf() in smbXcli_negprot_smb2_subreq()Volker Lendecke1-4/+4
2020-10-02libcli: Use GUID_to_ndr_buf() in ldap_encode_ndr_GUID()Volker Lendecke1-3/+3
2020-10-02libcli: Align some integer typesVolker Lendecke1-2/+2
2020-10-02libcli: Don't leave a pointer uninitializedVolker Lendecke1-4/+2
2020-10-02libcli: Remove a pointless if-expressionVolker Lendecke1-3/+0
2020-09-18CVE-2020-1472(ZeroLogon): libcli/auth: reject weak client challenges in netlo...Stefan Metzmacher2-2/+17
2020-09-18CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_is_random_challenge...Stefan Metzmacher2-1/+23
2020-09-18CVE-2020-1472(ZeroLogon): libcli/auth: make use of netlogon_creds_random_chal...Stefan Metzmacher1-2/+1
2020-09-18CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_random_challenge()Stefan Metzmacher2-0/+8
2020-09-15libcli: nbt: Fix resolve_lmhosts_file_as_sockaddr() to return size_t * count ...Jeremy Allison2-7/+2
2020-09-15libcli: nbt: cleanup resolve_lmhosts_file_as_sockaddr() - don't change return...Jeremy Allison1-10/+21
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore4-0/+9
2020-08-19libcli:smb: Add smb_encryption_setting_translate()Andreas Schneider3-0/+40
2020-08-19libcli:smb: Add smb_signing_setting_translate()Andreas Schneider4-0/+96
2020-08-19param: Create and use enum_smb_encryption_valsAndreas Schneider1-0/+9
2020-08-19libcli:smb2: Use talloc NULL context if we don't have a stackframeAndreas Schneider1-4/+26
2020-08-19libcli:smb2: Do not leak ptext on errorAndreas Schneider1-0/+1
2020-08-06libcli/ldap: Fix CID 1462695 Resource leakVolker Lendecke1-0/+5
2020-08-06libcli/ldap: Fix CID 1462696 Resource leakVolker Lendecke1-0/+5
2020-08-06libcli/ldap: Fix CID 1465278 Resource leakVolker Lendecke1-0/+5
2020-08-04s3/s4: Cleanup. Move TALLOC_CTX * parameter to be first in resolve_lmhosts_fi...Jeremy Allison2-6/+8
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-07-09libcli/ldap: Fix decoding struct ldap_ExtendedResponseVolker Lendecke1-2/+4
2020-07-09libcli/ldap: Test decoding an exop responseVolker Lendecke2-0/+43
2020-07-08libcli/smb: define FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUTStefan Metzmacher1-0/+8
2020-07-02CVE-2020-14303: s4 nbt: fix busy loop on empty UDP packetGary Lockyer1-1/+16
2020-06-23libcli ldap tests: remove use of zero length arrayGary Lockyer1-1/+1
2020-06-22libcli: Remove define STATUS_EA_LIST_INCONSISTENTChristof Schmitt2-2/+0
2020-06-22libcli: Remove define STATUS_STOPPED_ON_SYMLINKChristof Schmitt2-2/+0
2020-06-22libcli: Remove define for STATUS_PENDINGChristof Schmitt1-1/+0
2020-06-22libcli: Use NT_STATUS_PENDING instead of STATUS_PENDINGChristof Schmitt1-3/+3
2020-06-22libcli: Remove define for STATUS_NOTIFY_ENUM_DIRChristof Schmitt2-2/+0
2020-06-22libcli: Remove define for STATUS_NOTIFY_CLEANUPChristof Schmitt2-2/+0
2020-06-22libcli: Remove define for STATUS_INVALID_EA_FLAGChristof Schmitt2-2/+0
2020-06-22libcli: Remove define STATUS_NO_MORE_EASChristof Schmitt2-2/+0
2020-06-22libcli: Remove define for ERROR_INVALID_DATATYPEChristof Schmitt1-1/+0
2020-06-15libcli: Add tevent_req_received() calls to smb2cli_create_recv()Volker Lendecke1-0/+2
2020-06-15libcli: Move IO_REPARSE_TAG definitions to smb_constants.hVolker Lendecke1-0/+16
2020-06-15libcli: Slightly simplify smb2cli_req_recv() with an early returnVolker Lendecke1-6/+1
2020-05-30libcli: simplify an if conditionRalph Boehme1-1/+4
2020-05-19add some missing FSCTL definesBjörn Jacke1-0/+8
2020-05-08Fix clang 9 missing-field-initializer warningsGary Lockyer2-2/+2
2020-05-04CVE-2020-10704 libcli ldap: Check search request lengths.Gary Lockyer1-0/+4
2020-05-04CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer4-7/+41
2020-05-04CVE-2020-10704: libcli ldap: test recursion depth in ldap_decode_filter_treeGary Lockyer4-0/+286
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer3-5/+5
2020-03-26libcli: Use ARRAY_DEL_ELEMENT() in security_descriptor_acl_del()Volker Lendecke1-2/+1