summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_stat.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-06s3:libsmb: Use a long living context for cli_resolve_path()Andreas Schneider1-1/+2
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-9/+17
2024-04-30libsmb: Remove unused setup_stat_from_stat_ex()Volker Lendecke1-42/+0
2023-10-10libsmb: Expand IS_DOS_* macrosVolker Lendecke1-6/+6
2023-09-25libsmb: Remove two #defines just used onceVolker Lendecke1-2/+2
2022-02-07libsmb: Convert SMBC_getatr() to NTSTATUSVolker Lendecke1-2/+4
2021-05-28s3:libsmb: Use cli_credentials to store traversal credsAndreas Schneider1-1/+1
2020-10-21libsmb: Use ZERO_STRUCTPVolker Lendecke1-1/+1
2020-10-09s3:libsmb: Pass cli_credentials to cli_resolve_path(), using helper variables.Andreas Schneider1-1/+5
2020-08-15lib/util: Standardize use of st_[acm]time nsMatthew DeVore1-6/+18
2020-06-04libsmb: Remove cli_getattrE() fallback from cli_qfileinfo_basic() usersVolker Lendecke1-11/+3
2020-06-04s3: libsmb: Change cli_getattrE() and async versions to return a 32-bit attri...Jeremy Allison1-3/+1
2020-06-04s3: libsmb: Change cli_qfileinfo_basic() to return 32-bit attributes.Jeremy Allison1-2/+4
2020-06-04s3: libsmb: Internally rename to use the name attr instead of mode for attrib...Jeremy Allison1-11/+11
2020-05-25libsmb: Simplify callers of SMBC_dlist_contains()Volker Lendecke1-1/+1
2020-04-08libsmbclient: Don't throw away nsec fields in stat()Volker Lendecke1-6/+6
2020-03-10libsmbclient: Put it back to a known, well-working stateVolker Lendecke1-1/+1
2020-02-25libsmb: Simplify callers of SMBC_dlist_contains()Volker Lendecke1-1/+1
2019-12-19s3:libsmb: Add a setup_stat_from_stat_ex() functionAndreas Schneider1-0/+37
2019-12-19s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider1-22/+1
2019-12-19s3:libsmb: Generate the inode only based on the path componentAndreas Schneider1-2/+2
2019-10-30s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison1-13/+28
2019-10-30s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison1-8/+7
2019-10-30s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison1-26/+22
2019-02-22set caller allocation units in statvfs f_bavailMark Niggemann1-0/+2
2018-11-28s3:libsmb: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-4/+4
2015-05-13Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe1-5/+5
2015-03-26s3: libsmbclient: Add missing talloc stackframe.Jeremy Allison1-0/+8
2013-10-17s3/libsmb: make use of smbXcli_tcon_is_dfs_share()Stefan Metzmacher1-1/+10
2013-10-17s3/libsmb: Use smbXcli_conn_dfs_supported instead of test on CAP_DFSLuk Claes1-1/+1
2013-06-21Fix some blank line endingsVolker Lendecke1-3/+3
2013-06-11Add the port argument to SMBC_server().Jeremy Allison1-1/+1
2013-06-11Add the ability to parse out the port to SMBC_parse_path().Jeremy Allison1-0/+4
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes1-2/+2
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-3/+3
2011-08-02s3:libsmb/libsmb_*: make use of cli_state_capabilities()Stefan Metzmacher1-1/+1
2011-07-06s3: make cli_resolve_path return NTSTATUSVolker Lendecke1-3/+5
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-05More const fixes for compiler warnings from the waf build.Jeremy Allison1-2/+2
2010-11-14s3: Convert cli_get_posix_fs_info() to cli_trans()Volker Lendecke1-9/+11
2010-11-04s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke1-6/+8
2010-10-24s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke1-8/+9
2010-10-24s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke1-6/+6
2009-11-21s3: Fix some nonempty blank linesVolker Lendecke1-46/+33
2009-11-21s3: Convert cli_get_fs_attr_info to the async APIVolker Lendecke1-1/+1
2009-05-26Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke1-6/+6
2009-05-05Make cli_getattrE async.Jeremy Allison1-2/+2
2009-03-27[Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errnoDerrell Lipman1-0/+1
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-2/+3