1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/libcli/smb
Ralph Boehme 27198998ed smbd: rename SMB2_FILE_POSIX_INFORMATION to FSCC_FILE_POSIX_INFORMATION
Streamline the info-level defines. Also get rid of
SMB2_FILE_POSIX_INFORMATION_INTERNAL which is not needed for an info-level that
is exclusive to SMB2.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
2024-11-27 18:22:28 +00:00
..
py_reparse_symlink.c lib: Avoid unused includes 2024-09-20 17:13:37 +00:00
read_smb.c libcli/smb: use tevent_req_received(req) in read_smb_recv() 2015-06-12 17:08:18 +02:00
read_smb.h
reparse.c libcli: New routine symlink_target_path for [MS-SMB2] 2.2.2.2.1.1 2024-07-04 15:26:36 +00:00
reparse.h libcli: New routine symlink_target_path for [MS-SMB2] 2.2.2.2.1.1 2024-07-04 15:26:36 +00:00
smb1cli_close.c libcli:smb: Fix code spelling 2023-04-27 15:27:21 +00:00
smb1cli_create.c libcli:smb: Fix code spelling 2023-04-27 15:27:21 +00:00
smb1cli_echo.c
smb1cli_read.c libcli:smb: Fix code spelling 2023-04-27 15:27:21 +00:00
smb1cli_session.c libcli/smb: clang: Fix 'value stored to 'p' is never read' 2019-07-11 04:08:13 +00:00
smb1cli_trans.c libsmb: Simplify smb1cli_trans_recv() 2024-08-20 09:34:40 +00:00
smb1cli_write.c libcli:smb: Fix code spelling 2023-04-27 15:27:21 +00:00
smb2_constants.h libcli/smb: add new SMB2_SHAREFLAG_ defines in smb2_constants.h 2024-01-09 10:21:34 +00:00
smb2_create_blob.c libsmb: Remove unused smb2_create_blob_remove() 2023-10-10 23:23:40 +00:00
smb2_create_blob.h libsmb: Remove unused smb2_create_blob_remove() 2023-10-10 23:23:40 +00:00
smb2_create_ctx.h libsmb: Fix a typo 2020-01-30 12:27:40 +00:00
smb2_lease.c libcli/smb: only copy the parent lease key if SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET is set 2024-11-05 14:39:31 +00:00
smb2_lease.h
smb2_lock.h libsmb: Make "struct smb2_lock_element" generally usable 2019-04-01 17:58:17 +00:00
smb2_negotiate_context.c libcli/smb: let smb2_negotiate_context_parse() only parse the expected number of contexts 2021-07-12 21:25:21 +00:00
smb2_negotiate_context.h libcli/smb: add support for SMB2_SIGNING_AES128_GMAC 2021-07-15 00:06:31 +00:00
smb2_posix.c smbd: Add make_smb2_posix_create_ctx() 2020-02-07 21:01:31 +00:00
smb2_posix.h smbd: Add make_smb2_posix_create_ctx() 2020-02-07 21:01:31 +00:00
smb2_signing.c lib:crypto: Add ‘FixedData’ parameter to samba_gnutls_sp800_108_derive_key() 2023-11-30 00:02:33 +00:00
smb2_signing.h lib:crypto: Add samba_gnutls_sp800_108_derive_key() 2023-11-30 00:02:33 +00:00
smb2cli_close.c
smb2cli_create.c libsmb: Use reparse_data_buffer_parse() to get symlink error resp 2023-08-10 13:40:31 +00:00
smb2cli_echo.c
smb2cli_flush.c
smb2cli_ioctl.c libcli/smb: add FSCTL_PIPE_WAIT 2023-10-25 22:23:38 +00:00
smb2cli_notify.c libcli: Make smb2cli_notify_send cancellable 2018-11-21 16:53:41 +01:00
smb2cli_query_directory.c libcli/smb: outbuf length is a IVAL ie a uint32_t 2017-01-31 04:34:29 +01:00
smb2cli_query_info.c libcli/smb: correctly handle STATUS_BUFFER_OVERFLOW in smb2cli_query_info* 2015-12-01 00:38:23 +01:00
smb2cli_read.c libcli/smb: allow unexpected padding in SMB2 READ responses 2021-07-15 23:53:55 +00:00
smb2cli_session.c
smb2cli_set_info.c
smb2cli_tcon.c libcli/smb: split out smb2cli_raw_tcon* from smb2cli_tcon* 2021-12-01 11:04:29 +00:00
smb2cli_write.c
smb_common.h libsmb: Make "struct smb2_lock_element" generally usable 2019-04-01 17:58:17 +00:00
smb_constants.h smbd: s/FILE_ATTRIBUTES_INVALID/FILE_ATTRIBUTE_INVALID/g 2023-11-05 18:34:38 +00:00
smb_seal.c libcli:smb: Use #ifdef instead of #if for config.h definitions 2018-11-28 23:19:22 +01:00
smb_seal.h
smb_signing.c libcli:smb: Fix code spelling 2023-04-27 15:27:21 +00:00
smb_signing.h s3: libcli: Rename smb_key_derivation() -> smb1_key_derivation() 2022-03-08 22:12:37 +00:00
smb_unix_ext.h smbd: rename SMB2_FILE_POSIX_INFORMATION to FSCC_FILE_POSIX_INFORMATION 2024-11-27 18:22:28 +00:00
smb_util.h libsmb: Define to transfer file types via smb3 unix extensions 2024-09-26 15:22:46 +00:00
smbXcli_base.c smbXcli_base: add hacks to test anonymous signing and encryption 2024-05-23 12:35:37 +00:00
smbXcli_base.h smbXcli_base: add hacks to test anonymous signing and encryption 2024-05-23 12:35:37 +00:00
test_smb1cli_session.c Fix uClibc build on 64bit platforms by including stdint.h 2018-08-24 17:22:09 +02:00
test_util_translate.c libcli:smb: Add smb_encryption_setting_translate() 2020-08-19 16:22:40 +00:00
tstream_smbXcli_np.c tsocket: Use iov_buflen 2024-08-06 16:29:33 +00:00
tstream_smbXcli_np.h libcli/smb: Allow dynamic setting of the max_data in SMB Pipe transaction. 2023-10-25 22:23:38 +00:00
util.c libsmb: Save some .data bytes with a const array 2024-11-19 18:11:29 +00:00
wscript libcli/smb: add FSCTL_PIPE_WAIT 2023-10-25 22:23:38 +00:00