summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_dir.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s3:libsmb: Use a long living context for cli_resolve_path()Andreas Schneider1-7/+14
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2025-05-15libsmb: Save errno across TALLOC_FREE in a few placesVolker Lendecke1-78/+88
2025-05-15libsmb: Simplify net_share_enum_rpc() with a direct struct initializationVolker Lendecke1-8/+5
2025-05-15libsmb: Save a few lines of ZERO_STRUCTP with SMB_CALLOC_ARRAYVolker Lendecke1-14/+5
2024-11-12libsmb: Fix trailing whitespaceVolker Lendecke1-3/+3
2024-08-20libsmb: Remove cli_state->raw_statusVolker Lendecke1-5/+0
2024-08-20libsmb: Remove a call to cli_is_error()Volker Lendecke1-6/+7
2024-08-20libsmb: Convert cli_NetServerEnum() to return NTSTATUSVolker Lendecke1-9/+13
2024-08-20libsmb: Convert cli_RNetShareEnum() to NTSTATUSVolker Lendecke1-8/+4
2024-05-22libsmb: Remove file_info->[ug]idVolker Lendecke1-2/+0
2023-09-25libsmb: Remove a call to SMBC_errno()Volker Lendecke1-3/+3
2022-02-07libsmb: Convert SMBC_getatr() to NTSTATUSVolker Lendecke1-8/+9
2022-02-07libsmb: Avoid a call to SMBC_errno()Volker Lendecke1-2/+7
2022-02-07libsmb: Avoid two calls to SMBC_errno()Volker Lendecke1-5/+6
2022-02-07libsmb: Avoid a call to SMBC_errno()Volker Lendecke1-1/+1
2021-08-06libsmbclient: Avoid a call to SMBC_errno() in SMBC_notify_ctx()Volker Lendecke1-4/+2
2021-08-06libsmbclient: Avoid a call to SMBC_errno() in SMBC_chmod_ctx()Volker Lendecke1-2/+3
2021-06-15libsmbclient: Avoid a call to SMBC_errno() in SMBC_mkdir_ctx()Volker Lendecke1-2/+3
2021-05-28s3:libsmb: Use cli_credentials to store traversal credsAndreas Schneider1-9/+7
2021-03-01s3:libsmb: fix a typo in a commentBjörn Baumbach1-1/+1
2021-01-13s3:libsmb: Use cli_credentials directlyAndreas Schneider1-6/+4
2021-01-13s3:libsmb: Pass cli_credentials to get_ipc_connect_master_ip()Andreas Schneider1-1/+4
2020-11-26s3:libsmb: Return early if dir is NULLAndreas Schneider1-7/+9
2020-11-04libsmb: Remove "mntpoint" argument from cli_list() callbackVolker Lendecke1-4/+2
2020-10-09s3:libsmb: Pass cli_credentials to cli_resolve_path(), using helper variables.Andreas Schneider1-7/+36
2020-09-15s3: libsmb: Convert the WINS and broadcast name functions to return size_t * ...Jeremy Allison1-4/+4
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2020-08-04s3: libsmb: Cleanup - put talloc parameter first in name_resolve_bcast().Jeremy Allison1-2/+5
2020-06-04s3: libsmb: Change cli_setatr() and async version to use 32-bit attributes.Jeremy Allison1-1/+1
2020-06-04s3: libsmb: SMBC_chmod_ctx(), rename mode -> attr when setting attributes.Jeremy Allison1-7/+7
2020-06-04s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison1-2/+2
2020-05-25libsmb: Move a variable declaration closer to its useVolker Lendecke1-1/+1
2020-05-25libsmb: Simplify callers of SMBC_dlist_contains()Volker Lendecke1-8/+7
2020-05-25libsmb: Align calls to SMBC_dlist_contains()Volker Lendecke1-7/+2
2020-05-05libsmb: Add a NULL checkVolker Lendecke1-0/+6
2020-05-05libsmb: Align integer types in net_share_enum_rpc()Volker Lendecke1-1/+1
2020-04-08libsmb: Respect the full timeval for smbc_utimes()Volker Lendecke1-23/+11
2020-04-08libsmb: Pass "struct timespec" to SMBC_setatr()Volker Lendecke1-2/+11
2020-03-10libsmbclient: Put it back to a known, well-working stateVolker Lendecke1-42/+22
2020-03-03libsmb: Use posix result in SMBC_readdirplus2_ctxVolker Lendecke1-9/+29
2020-02-25libsmb: Simplify callers of SMBC_dlist_contains()Volker Lendecke1-8/+7
2020-02-25libsmb: Align calls to SMBC_dlist_contains()Volker Lendecke1-7/+2
2020-02-25libsmb: Add a NULL checkVolker Lendecke1-0/+6
2019-12-19s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider1-20/+11
2019-12-19s3:libsmb: Generate the inode only based on the path componentAndreas Schneider1-1/+27
2019-11-05s3: libsmb: Ensure return from net_share_enum_rpc() sets cli->raw_status on e...Jeremy Allison1-11/+22
2019-10-30s3: libsmb: Added new API smbc_readdirplus2()Jeremy Allison1-0/+99
2019-10-30s3: libsmb: Add missing ino field to internal struct smbc_dirplus_list.Jeremy Allison1-0/+1
2019-10-30s3: libsmb: Ensure we don't call cli_RNetShareEnum() on an SMB1 connection.Jeremy Allison1-1/+6