summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2024-08-29s4:libcli: allow smb2_composite_unlink* to truncate the file before closeStefan Metzmacher2-0/+69
2024-08-28smb2_ioctl: fix truncated FSCTL_QUERY_ALLOCATED_RANGES responsesDavid Disseldorp1-1/+2
2024-06-10dsdb: Prepare to handle smartcard password rolloverAndrew Bartlett1-0/+1
2024-05-23s4:libcli/smb2: add hack to test anonymous signing and encryptionStefan Metzmacher2-5/+13
2024-05-16s4:libcli: Add more controls to our list of known controlsJo Sutton1-0/+20
2024-05-16s4:libcli: Fix code spellingJo Sutton1-2/+2
2024-04-23s4:libcli/ldap: add support for ADS_AUTH_SASL_{STARTTLS,LDAPS}Stefan Metzmacher2-4/+89
2024-04-23s4:libcli/ldap: add tls channel binding support for ldap_bind_sasl()Stefan Metzmacher1-0/+53
2024-04-23s4:libcli/ldap: make use of tstream_tls_params_client_lpcfg()Stefan Metzmacher1-12/+4
2024-04-23s4:libcli/ldap: force GSS-SPNEGO in ldap_bind_sasl()Stefan Metzmacher1-50/+7
2024-04-23s4:libcli/ldap: fix no memory error code in ldap_bind_sasl()Stefan Metzmacher1-1/+4
2024-04-23s4:libcli/ldap: ldap4_new_connection() requires a valid lp_ctxStefan Metzmacher1-0/+4
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke2-0/+2
2024-04-05s4:libcli/dgram: add nbt_dgram_send_raw() to send raw blobsStefan Metzmacher2-0/+35
2024-04-05s4:libcli/dgram: make use of socket_address_copy()Stefan Metzmacher1-2/+2
2024-04-05s4:libcli/dgram: let the generic incoming handler also get unexpected mailslo...Stefan Metzmacher1-0/+4
2024-03-12lib: Make GUID_to_ndr_buf() return voidVolker Lendecke2-20/+4
2024-02-08s4:libcli: Remove unnecessary uses of discard_const_p()Jo Sutton1-4/+4
2024-01-08s4/libcli/raw: implemement RAW_SFILEINFO_LINK_INFORMATIONRalph Boehme1-0/+14
2023-12-21s4:libcli: Fix conversion from HRESULT and WERROR to Python objectsJoseph Sutton1-6/+6
2023-12-21s4:libcli: Remove trailing whitespaceJoseph Sutton1-4/+4
2023-11-30s4:libcli: Call correct function to get HMAC output lengthJoseph Sutton1-2/+2
2023-11-30s4:libcli: Remove trailing whitespaceJoseph Sutton1-8/+8
2023-11-15util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n()Joseph Sutton2-3/+3
2023-11-15s4:libcli: Remove trailing whitespaceJoseph Sutton1-27/+26
2023-11-07libcli: Fix whitespaceVolker Lendecke26-483/+482
2023-10-25libcli/util: add struct tstream_context to tstream_read_pdu_blob_full_fn_tRalph Boehme1-1/+1
2023-10-24s4:libcli/wrepl: make use of tstream_bsd_fail_readv_first_error(false)Stefan Metzmacher1-0/+2
2023-10-13s4:libcli: Check return value of convert_string_talloc() (CID 1272839)Joseph Sutton1-3/+8
2023-10-13s4:libcli: Remove unnecessary castsJoseph Sutton1-14/+14
2023-09-11s4:libcli: Fix code spellingJoseph Sutton1-1/+1
2023-08-14s4:libcli: Fix code spellingAndreas Schneider13-23/+23
2023-08-14s4:libcli: Remove tailing white spacesAndreas Schneider1-35/+35
2023-08-08s4:torture/smb2: make it possible to pass existing_conn to smb2_connect_ext()Stefan Metzmacher1-1/+3
2023-08-08s4:libcli/smb_composite: Fix code spellingJoseph Sutton1-1/+1
2023-08-08s4:libcli/ldap: Fix code spellingJoseph Sutton1-1/+1
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