summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libcli: Use GUID_to_ndr_buf() in smb2cli_validate_negotiate_info_send()Volker Lendecke2020-10-021-4/+4
* libcli: Use GUID_to_ndr_buf() in smbXcli_negprot_smb2_subreq()Volker Lendecke2020-10-021-4/+4
* libcli: Use GUID_to_ndr_buf() in ldap_encode_ndr_GUID()Volker Lendecke2020-10-021-3/+3
* libcli: Align some integer typesVolker Lendecke2020-10-021-2/+2
* libcli: Don't leave a pointer uninitializedVolker Lendecke2020-10-021-4/+2
* libcli: Remove a pointless if-expressionVolker Lendecke2020-10-021-3/+0
* CVE-2020-1472(ZeroLogon): libcli/auth: reject weak client challenges in netlo...Stefan Metzmacher2020-09-182-2/+17
* CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_is_random_challenge...Stefan Metzmacher2020-09-182-1/+23
* CVE-2020-1472(ZeroLogon): libcli/auth: make use of netlogon_creds_random_chal...Stefan Metzmacher2020-09-181-2/+1
* CVE-2020-1472(ZeroLogon): libcli/auth: add netlogon_creds_random_challenge()Stefan Metzmacher2020-09-182-0/+8
* libcli: nbt: Fix resolve_lmhosts_file_as_sockaddr() to return size_t * count ...Jeremy Allison2020-09-152-7/+2
* libcli: nbt: cleanup resolve_lmhosts_file_as_sockaddr() - don't change return...Jeremy Allison2020-09-151-10/+21
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-284-0/+9
* libcli:smb: Add smb_encryption_setting_translate()Andreas Schneider2020-08-193-0/+40
* libcli:smb: Add smb_signing_setting_translate()Andreas Schneider2020-08-194-0/+96
* param: Create and use enum_smb_encryption_valsAndreas Schneider2020-08-191-0/+9
* libcli:smb2: Use talloc NULL context if we don't have a stackframeAndreas Schneider2020-08-191-4/+26
* libcli:smb2: Do not leak ptext on errorAndreas Schneider2020-08-191-0/+1
* libcli/ldap: Fix CID 1462695 Resource leakVolker Lendecke2020-08-061-0/+5
* libcli/ldap: Fix CID 1462696 Resource leakVolker Lendecke2020-08-061-0/+5
* libcli/ldap: Fix CID 1465278 Resource leakVolker Lendecke2020-08-061-0/+5
* s3/s4: Cleanup. Move TALLOC_CTX * parameter to be first in resolve_lmhosts_fi...Jeremy Allison2020-08-042-6/+8
* lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme2020-08-031-0/+1
* 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