summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/libsmb_file.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb/libsmb_*: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-1/+1
* s3-libsmb/libsmb_file.c: replace cli_read_old() with cli_read()Björn Baumbach2011-07-231-5/+5
* s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach2011-07-201-1/+1
* s3: make cli_resolve_path return NTSTATUSVolker Lendecke2011-07-061-21/+33
* 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-1/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* s3: Use cli_writeall instead of cli_writeVolker Lendecke2011-04-261-7/+7
* s3: Make cli_setpathinfo_basic use cli_setpathinfoVolker Lendecke2011-01-171-6/+6
* s3: Rename cli_setpathinfo->cli_setpathinfo_basicVolker Lendecke2011-01-171-6/+6
* s3: Convert cli_qfileinfo_basic to cli_qfileinfoVolker Lendecke2010-10-241-3/+4
* s3: Rename cli_fileinfo() to cli_fileinfo_basic()Volker Lendecke2010-10-241-2/+2
* s3: Convert cli_qpathinfo2 to cli_qpathinfo_sendVolker Lendecke2010-07-261-2/+2
* s3: Fix some nonempty blank linesVolker Lendecke2009-11-211-137/+87
* Make cli_ftruncate async. Also add a simple test.Jeremy Allison2009-06-051-1/+1
* Make cli_setatr async.Jeremy Allison2009-05-061-1/+1
* Make cli_setattrE async.Jeremy Allison2009-05-061-2/+2
* Make cli_getatr() async.Jeremy Allison2009-05-051-1/+1
* Make cli_getattrE async.Jeremy Allison2009-05-051-3/+2
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-1/+1
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-7/+9
* [Bug 6228] SMBC_open_ctx failure due to path resolve failure doesn't set errnoDerrell Lipman2009-03-271-0/+7
* Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison2009-03-171-14/+21
* Make libsmbclient work with DFSBo Yang2009-02-201-1/+1
* Error return is False, not -1Derrell Lipman2008-10-241-3/+3
* The buf in the smbclient write function should be const.Andreas Schneider2008-07-161-1/+1
* Continued revamping of libsmbclient.Derrell Lipman2008-03-031-4/+4
* Additional revamped libsmbclient documentationDerrell Lipman2008-03-011-194/+199
* Modified revamp of the libsmbclient interface.Derrell Lipman2008-03-011-18/+18
* Initial revamp of the libsmbclient interface.Derrell Lipman2008-03-011-0/+859