summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_stat.c
Commit message (Expand)AuthorAgeFilesLines
* s3: libsmb: Move setting all struct stat fields into setup_stat().Jeremy Allison2019-10-301-13/+28
* s3: libsmb: Move setting st->st_ino into setup_stat.Jeremy Allison2019-10-301-8/+7
* s3: libsmb: Change generate_inode()/setup_stat() to modern coding standards.Jeremy Allison2019-10-301-26/+22
* set caller allocation units in statvfs f_bavailMark Niggemann2019-02-221-0/+2
* s3:libsmb: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-4/+4
* Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe2015-05-131-5/+5
* s3: libsmbclient: Add missing talloc stackframe.Jeremy Allison2015-03-261-0/+8
* s3/libsmb: make use of smbXcli_tcon_is_dfs_share()Stefan Metzmacher2013-10-171-1/+10
* s3/libsmb: Use smbXcli_conn_dfs_supported instead of test on CAP_DFSLuk Claes2013-10-171-1/+1
* Fix some blank line endingsVolker Lendecke2013-06-211-3/+3
* Add the port argument to SMBC_server().Jeremy Allison2013-06-111-1/+1
* Add the ability to parse out the port to SMBC_parse_path().Jeremy Allison2013-06-111-0/+4
* s3:libsmb: get rid of cli_state_capabilitiesLuk Claes2012-05-281-2/+2
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-3/+3
* s3:libsmb/libsmb_*: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-1/+1
* s3: make cli_resolve_path return NTSTATUSVolker Lendecke2011-07-061-3/+5
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* More const fixes for compiler warnings from the waf build.Jeremy Allison2011-05-051-2/+2
* s3: Convert cli_get_posix_fs_info() to cli_trans()Volker Lendecke2010-11-141-9/+11
* s3: Remove the use of cli_send_trans from cli_get_fs_full_size_infoVolker Lendecke2010-11-041-6/+8
* s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke2010-10-241-8/+9
* s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke2010-10-241-6/+6
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-211-46/+33
* s3: Convert cli_get_fs_attr_info to the async APIVolker Lendecke2009-11-211-1/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-6/+6
* Make cli_getattrE async.Jeremy Allison2009-05-051-2/+2
* [Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errnoDerrell Lipman2009-03-271-0/+1
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-2/+3
* Make libsmbclient work with DFSBo Yang2009-02-201-1/+1
* remove accidental white spaceDerrell Lipman2009-02-141-1/+0
* Get rid of the warnings I had for testingDerrell Lipman2009-02-141-5/+0
* It seems some systems use f_flags instead of f_flag. Use the appropriate one.Derrell Lipman2009-02-141-4/+11
* f_frsize field is not ubiquitous. Check for it.Derrell Lipman2009-02-141-0/+4
* The f_fsid field is not always an integer type. Don't set it in that case.Derrell Lipman2009-02-141-0/+5
* Check for the right error return valueDerrell Lipman2009-02-141-2/+3
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-141-2/+2
* s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty2009-02-131-2/+2
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-121-0/+169
* Continued revamping of libsmbclient.Derrell Lipman2008-03-031-2/+2
* Additional revamped libsmbclient documentationDerrell Lipman2008-03-011-66/+66
* Modified revamp of the libsmbclient interface.Derrell Lipman2008-03-011-5/+5
* Initial revamp of the libsmbclient interface.Derrell Lipman2008-03-011-0/+302