summaryrefslogtreecommitdiff
path: root/libcli/smb
AgeCommit message (Expand)AuthorFilesLines
2024-01-09libcli/smb: add new SMB2_SHAREFLAG_ defines in smb2_constants.hStefan Metzmacher1-1/+3
2023-11-30lib:crypto: Add ‘FixedData’ parameter to samba_gnutls_sp800_108_derive_key()Joseph Sutton2-0/+4
2023-11-30lib:crypto: Add samba_gnutls_sp800_108_derive_key()Joseph Sutton3-100/+19
2023-11-30libcli/smb: Add ‘algorithm’ parameter to smb2_key_derivation()Joseph Sutton3-4/+9
2023-11-30libcli/smb: Call correct function to get HMAC output lengthJoseph Sutton1-2/+2
2023-11-30libcli/smb: Include missing headersJoseph Sutton1-0/+5
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-11-15util/charset: Rename utf16_len_n() to utf16_null_terminated_len_n()Joseph Sutton2-5/+5
2023-11-05smbd: s/FILE_ATTRIBUTES_INVALID/FILE_ATTRIBUTE_INVALID/gRalph Boehme1-1/+1
2023-10-31libcli/smb: add IO_REPARSE_TAG_RESERVED_ZERORalph Boehme1-0/+1
2023-10-25libcli/smb: add FSCTL_PIPE_WAITRalph Boehme3-1/+148
2023-10-25libcli/smb: Allow dynamic setting of the max_data in SMB Pipe transaction.Noel Power2-7/+21
2023-10-13smbXcli: Remove unreachable code (CID 1444978)Joseph Sutton1-7/+0
2023-10-10libsmb: Remove unused smb2_create_blob_remove()Volker Lendecke2-17/+0
2023-10-04libsmb: Allow NULL print_name in reparse_data_buffer_marshall()Volker Lendecke1-3/+4
2023-09-25libsmb: Pass neg contexts through sync smbXcli_negprot_recv()Volker Lendecke2-4/+10
2023-09-25libcli: Correct guard #defineVolker Lendecke1-2/+2
2023-09-25libsmb: Remove reparse_symlink.cVolker Lendecke5-217/+34
2023-09-25libsmb: Use reparse_data_buffer_marshall() in py_reparse_put()Volker Lendecke1-6/+8
2023-09-25libsmb: Use reparse_data_buffer_marshall() in py_reparse_symlink_put()Volker Lendecke1-17/+29
2023-09-25libsmb: Add reparse_data_buffer_marshall()Volker Lendecke2-0/+190
2023-09-11libcli: Fix code spellingJoseph Sutton1-1/+1
2023-09-08libsmb: Fix parsing symlink reparse pointsVolker Lendecke1-2/+2
2023-08-22libcli: Add required #includes to smbXcli_base.hVolker Lendecke1-0/+7
2023-08-10libsmb: Move symlink_reparse_buffer_parse() to reparse.cVolker Lendecke5-106/+103
2023-08-10libsmb: Some README.Coding for symlink_reparse_buffer_parse()Volker Lendecke1-8/+8
2023-08-10pylibsmb: Use reparse_data_buffer_parse()Volker Lendecke1-15/+28
2023-08-10libsmb: Use reparse_data_buffer_parse() to get symlink error respVolker Lendecke1-6/+22
2023-08-10libcli: Add general reparse point data parsingVolker Lendecke3-0/+321
2023-08-10libcli: Make symlink_reparse_buffer_parse() more flexibleVolker Lendecke4-55/+63
2023-08-08smbXcli: Remove call to utf16_len_n()Joseph Sutton1-4/+0
2023-08-08libcli: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-04libcli/smb: Remove unused fallback case for ALLOW_GNUTLS_AEAD_CIPHER_ENCRYPTV...Andrew Bartlett1-70/+0
2023-07-03lib: Move IO_REPARSE_TAG_NFS subtypes to toplevelVolker Lendecke1-0/+10
2023-06-30Remove redundant check and fallback for AES CMAC 128 as we now require GnuTLS...Andrew Bartlett1-30/+0
2023-06-30Remove rudundent check/workaround for buggy GnuTLS 3.5.2 as we now require Gn...Andrew Bartlett1-15/+0
2023-04-27libcli:smb: Fix code spellingAndreas Schneider9-25/+25
2023-04-18libsmb: Return [MS-SMB2] 2.2.14 SMB2 CREATE Response flags fieldVolker Lendecke2-0/+2
2023-03-29s3: libcli: Refuse to connect to any server with zero values for max_trans_si...Jeremy Allison1-0/+11
2022-12-05lib: Add symlink trust flags from dochelpVolker Lendecke1-0/+11
2022-11-29s3: smbd: Add SMB2_FILE_POSIX_INFORMATION getinfo info level (100 on the wire).Jeremy Allison1-2/+4
2022-11-22libcli: Add python wappers to reparse_symlink.cVolker Lendecke2-0/+171
2022-11-22libsmb: Factor out reparse_buffer_marshall from symlink_reparse_buffer_marsha...Volker Lendecke2-22/+80
2022-11-22libsmb: Return symlink error struct from smb2cli_create_recv()Volker Lendecke3-20/+36
2022-11-22libsmb: Parse the smb2 symlink error response in smb2cli_create()Volker Lendecke2-0/+227
2022-11-22libsmb: Keep name_utf16 around in smb2cli_create()Volker Lendecke1-12/+18
2022-11-22smbd: Pass unparsed_path_length to symlink_reparse_buffer_marshall()Volker Lendecke2-5/+15
2022-11-22libcli: Make "attr_strs" staticVolker Lendecke1-1/+1
2022-10-03libsmb: Centralize the SMB2 protocol checkVolker Lendecke1-0/+6
2022-10-03smbXcli: Align smb2cli_req_create() with tevent_req conventionsVolker Lendecke1-3/+2