summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_file.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-17s3: Make cli_setpathinfo_basic use cli_setpathinfoVolker Lendecke1-6/+6
2011-01-17s3: Rename cli_setpathinfo->cli_setpathinfo_basicVolker Lendecke1-6/+6
2010-10-24s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke1-3/+4
2010-10-24s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke1-2/+2
2010-07-26s3: Convert cli_qpathinfo2 to cli_qpathinfo_sendVolker Lendecke1-2/+2
2009-11-21s3: Fix some nonempty blank linesVolker Lendecke1-137/+87
2009-06-05Make cli_ftruncate async. Also add a simple test.Jeremy Allison1-1/+1
2009-05-06Make cli_setatr async.Jeremy Allison1-1/+1
2009-05-06Make cli_setattrE async.Jeremy Allison1-2/+2
2009-05-05Make cli_getatr() async.Jeremy Allison1-1/+1
2009-05-05Make cli_getattrE async.Jeremy Allison1-3/+2
2009-04-30Cause cli_close to return an NTSTATUS.Jeremy Allison1-1/+1
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-7/+9
2009-03-27[Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errnoDerrell Lipman1-0/+7
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison1-14/+21
2009-02-20Make libsmbclient work with DFSBo Yang1-1/+1
2008-10-24Error return is False, not -1Derrell Lipman1-3/+3
2008-07-16The buf in the smbclient write function should be const.Andreas Schneider1-1/+1
2008-03-03Continued revamping of libsmbclient.Derrell Lipman1-4/+4
2008-03-01Additional revamped libsmbclient documentationDerrell Lipman1-194/+199
2008-03-01Modified revamp of the libsmbclient interface.Derrell Lipman1-18/+18
2008-03-01Initial revamp of the libsmbclient interface.Derrell Lipman1-0/+859