summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_file.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s3:libsmb: Use a long living context for cli_resolve_path()Andreas Schneider1-2/+4
2025-06-16libsmbclient: Request posix file handles on demandVolker Lendecke1-0/+14
2025-06-16libsmbclient: Allow O_PATH for smbc_open()Volker Lendecke1-2/+38
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-27/+33
2025-05-15libsmb: Simplify SMBC_creat_ctx()Volker Lendecke1-5/+0
2025-05-15libsmb: Save a few lines of ZERO_STRUCTP with SMB_CALLOC_ARRAYVolker Lendecke1-3/+1
2025-05-15libsmb: Reduce indentation in SMB_open_ctx()Volker Lendecke1-93/+82
2024-04-23Fix a few "might be uninitialized" errorsVolker Lendecke1-1/+1
2023-10-12libsmbclient: Read the file type from the server with posix enabledVolker Lendecke1-1/+6
2023-10-12libsmb: Add placeholder "mode" parameter to cli_qpathinfo2()Volker Lendecke1-1/+2
2022-10-19s3: libsmbclient: Fix smbc_stat() to return ENOENT on a non-existent file.Jeremy Allison1-8/+26
2022-02-17libsmb: Avoid a call to SMBC_errno()Volker Lendecke1-4/+3
2022-02-07libsmb: Convert SMBC_getatr() to NTSTATUSVolker Lendecke1-12/+7
2022-02-07libsmb: Avoid a call to SMBC_errno()Volker Lendecke1-9/+10
2022-02-07libsmb: Avoid a call to SMBC_errno()Volker Lendecke1-2/+4
2022-02-07libsmb: Avoid a call to SMBC_errno()Volker Lendecke1-2/+4
2021-08-06libsmbclient: Avoid a call to SMBC_errno() in SMBC_splice_ctx()Volker Lendecke1-1/+1
2021-08-06libsmbclient: Avoid a call to SMBC_errno() in SMBC_read_ctx()Volker Lendecke1-1/+1
2021-08-06libsmbclient: Avoid a call to SMBC_errno() in SMBC_open_ctx()Volker Lendecke1-1/+1
2021-05-28s3:libsmb: Use cli_credentials to store traversal credsAndreas Schneider1-3/+2
2020-10-09s3:libsmb: Pass cli_credentials to cli_resolve_path(), using helper variables.Andreas Schneider1-2/+11
2020-06-04libsmb: Remove cli_getattrE() fallback from cli_qfileinfo_basic() usersVolker Lendecke1-8/+3
2020-06-04s3: libsmb: Change cli_setpathinfo_ext() to take 32-bit attributes.Jeremy Allison1-1/+15
2020-06-04s3: libsmb: Change cli_setatr() and async version to use 32-bit attributes.Jeremy Allison1-1/+1
2020-06-04s3: libsmb: Change cli_qpathinfo3() to return a 32-bit attribute.Jeremy Allison1-5/+2
2020-06-04s3: libsmb: Change cli_qpathinfo2() and async versions to return a 32-bit att...Jeremy Allison1-1/+2
2020-06-04s3: libsmb: Change cli_getatr() and async versions to return a 32-bit attribute.Jeremy Allison1-1/+3
2020-06-04s3: libsmb: Rename uint16_t attr -> sattr (short attributes).Jeremy Allison1-5/+5
2020-06-04s3: libsmb: Internally rename to use the name attr instead of mode for attrib...Jeremy Allison1-11/+11
2020-05-25libsmb: Avoid castsVolker Lendecke1-2/+2
2020-05-25libsmb: Use IS[DOT]DOTVolker Lendecke1-1/+1
2020-05-25libsmb: Simplify callers of SMBC_dlist_contains()Volker Lendecke1-11/+7
2020-04-08libsmb: Call cli_setpathinfo_ext() instead of .._basic()Volker Lendecke1-6/+6
2020-04-08libsmb: Pass "struct timespec" to SMBC_setatr()Volker Lendecke1-11/+11
2020-03-20libsmb: Don't try to find posix stat info in SMBC_getatr()Volker Lendecke1-20/+0
2020-03-10libsmbclient: Put it back to a known, well-working stateVolker Lendecke1-27/+17
2020-03-03libsmb: Use posix open in SMBC_open_ctxVolker Lendecke1-2/+15
2020-02-26libsmb: Fill in device which we don't get from cli_posix_statVolker Lendecke1-0/+1
2020-02-25libsmb: Pass the correct path to cli_posix_stat()Volker Lendecke1-1/+1
2020-02-25libsmb: Avoid castsVolker Lendecke1-2/+2
2020-02-25libsmb: Use IS[DOT]DOTVolker Lendecke1-1/+1
2020-02-25libsmb: Simplify callers of SMBC_dlist_contains()Volker Lendecke1-11/+7
2019-12-19libsmbclient: If over SMB1 first try to do a posix stat on the file.Andreas Schneider1-0/+20
2019-12-19s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider1-46/+56
2019-05-19s3: libsmbclient: Fix return value if cli_open() failsRikard Falkeborn1-1/+1
2018-07-09libsmbclient: Initialize written value before use.Jeremy Allison1-1/+1
2015-06-10s3: libsmbclient: Use cache targetcli in SMBC_splice_ctx calls also.Jeremy Allison1-60/+2
2015-06-05s3: libsmbclient: Re-resolving targetcli on every read/write/lseek/ftruncate/...Jeremy Allison1-185/+17
2015-05-29s3: libsmbclient: Add server-side copy supportRoss Lagerwall1-0/+109