summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_stat.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-20Make libsmbclient work with DFSBo Yang1-1/+1
2009-02-14remove accidental white spaceDerrell Lipman1-1/+0
2009-02-14Get rid of the warnings I had for testingDerrell Lipman1-5/+0
2009-02-14It seems some systems use f_flags instead of f_flag. Use the appropriate one.Derrell Lipman1-4/+11
2009-02-14f_frsize field is not ubiquitous. Check for it.Derrell Lipman1-0/+4
2009-02-14The f_fsid field is not always an integer type. Don't set it in that case.Derrell Lipman1-0/+5
2009-02-14Check for the right error return valueDerrell Lipman1-2/+3
2009-02-14[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-2/+2
2009-02-13s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty1-2/+2
2009-02-12[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman1-0/+169
2008-03-03Continued revamping of libsmbclient.Derrell Lipman1-2/+2
2008-03-01Additional revamped libsmbclient documentationDerrell Lipman1-66/+66
2008-03-01Modified revamp of the libsmbclient interface.Derrell Lipman1-5/+5
2008-03-01Initial revamp of the libsmbclient interface.Derrell Lipman1-0/+302