summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2022-12-16s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner1-0/+1
2022-11-09s4: libcli: Ignore errors when getting A records after fetching AAAA records.Jeremy Allison1-6/+8
2022-11-08build: Remove unused dependenciesJoseph Sutton1-1/+0
2022-09-16CVE-2020-25720: s4-acl: Change behavior of Create Children checkNadezhda Ivanova1-0/+1
2022-08-26smbXcli: Pass negotiate contexts through smbXcli_negprot_send/recvVolker Lendecke3-6/+9
2022-08-23s4/libcli/smb2: avoid using smb2_composite_setpathinfo() in smb2_util_setatr()Ralph Boehme1-7/+30
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton2-2/+2
2022-06-09auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton1-1/+1
2022-05-14s4:libcli: Covscan: unchecked return value for file_save()Pavel Filipenský1-1/+1
2022-05-14s4:libcli: Fix trailing whitespace in browse.cPavel Filipenský1-8/+8
2022-05-14s4:libcli: Covscan: unchecked return value for file_save()Pavel Filipenský1-1/+1
2022-05-14s4:libcli: Fix trailing whitespace in netlogon.cPavel Filipenský1-13/+13
2022-03-17dsdb: Return dsdb_password_change control name to DSDB_CONTROL_PASSWORD_CHANG...Andrew Bartlett1-1/+1
2022-02-17util: Drop unused variable num_receivedMartin Schwenke1-6/+0
2021-12-09s4: libcli: smbcli_unlink() is no longer used with wildcard patterns.Jeremy Allison1-5/+1
2021-12-09s4: libcli: In smbcli_deltree() use smbcli_unlink_wcard() in place of smbcli_...Jeremy Allison1-1/+1
2021-12-09s4: libcli: Add smbcli_unlink_wcard().Jeremy Allison2-0/+101
2021-11-11libcli4: Remove outdated README fileVolker Lendecke1-1/+0
2021-11-09CVE-2016-2124: s4:libcli/sesssetup: don't fallback to non spnego authenticati...Stefan Metzmacher1-0/+14
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider1-2/+6
2021-04-19torture: Move sddl tests to pythonVolker Lendecke1-107/+0
2021-03-17libcli/smb: pass smb3_capabilities to smbXcli_conn_create()Stefan Metzmacher3-3/+6
2021-03-17s4:libcli/raw: add smb3_capabilities to struct smbcli_optionsStefan Metzmacher1-0/+2
2020-10-23smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to NTCREATEX_FLAG_DENY_FCBRalph Boehme1-1/+1
2020-10-23smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_DOS to NTCREATEX_FLAG_DENY_DOSRalph Boehme1-1/+1
2020-10-21libcli: Align integer typesVolker Lendecke1-1/+1
2020-10-02libcli: Use GUID_to_ndr_buf() in smb2_create_send()Volker Lendecke1-13/+9
2020-10-02libcli: Use GUID_to_ndr_buf() in smbcli_push_guid()Volker Lendecke1-6/+4
2020-09-15lib: addns: Fix ads_dns_lookup_srv() and functions to return size_t * num ser...Jeremy Allison1-4/+11
2020-09-15libcli: nbt: Fix resolve_lmhosts_file_as_sockaddr() to return size_t * count ...Jeremy Allison1-1/+1
2020-08-28lib/util: remove extra safe_string.h fileMatthew DeVore2-0/+4
2020-08-19s4:libcli: Require signing for SMB encryptionAndreas Schneider1-1/+8
2020-08-19s4:libcli: Add smb2_connect_enc_start()Andreas Schneider1-0/+38
2020-08-19s3:libcli: Split out smb2_connect_tcon_start()Andreas Schneider1-1/+12
2020-08-19s4:libcli: Return if encryption is requested for SMB1Andreas Schneider1-0/+7
2020-08-19s4:libcli: Return NTSTATUS errors for smb_composite_connect_send()Andreas Schneider1-11/+29
2020-08-04s3/s4: Cleanup. Move TALLOC_CTX * parameter to be first in resolve_lmhosts_fi...Jeremy Allison1-2/+6
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-07-08s4:libcli/smb2: add const to struct smbcli_options *options for smb2_connect()Stefan Metzmacher1-1/+1
2020-07-08s4:libcli/smb2: allow smb2_connect*() to fake session and tconStefan Metzmacher2-0/+10
2020-07-02ldap_client: Make ldap_parse_basic_url() IPv6-address awareVolker Lendecke1-0/+27
2020-07-02ldap_client: Align integer typesVolker Lendecke1-3/+3
2020-07-02ldap_client: Make ldap_parse_basic_url take care of ldapi as wellVolker Lendecke1-67/+80
2020-06-22source4/libcli: Use NT_STATUS_PENDING instead of STATUS_PENDINGChristof Schmitt1-1/+1
2020-05-08Fix clang 9 for-loop-analysis warningsGary Lockyer1-2/+1
2020-05-04CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer1-1/+2
2020-05-04CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2-25/+25
2020-04-28Implement alt name query for smb2David Mulder3-1/+61
2020-04-28Add SMB2 lsa helper routinesDavid Mulder2-0/+151
2019-12-20Convert samba4.base.*attr tests to smb2David Mulder1-0/+46