summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_file.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-21Fix some blank line endingsVolker Lendecke1-7/+7
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/+12
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-4/+4
2011-12-03Move the callers that need to use the new cli_open() back to callingJeremy Allison1-2/+2
2011-12-03Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison1-2/+2
2011-08-02s3:libsmb/libsmb_*: make use of cli_state_capabilities()Stefan Metzmacher1-1/+1
2011-07-23s3-libsmb/libsmb_file.c: replace cli_read_old() with cli_read()Björn Baumbach1-5/+5
2011-07-20s3-libsmb: replace cli_read() with cli_read_old()Björn Baumbach1-1/+1
2011-07-06s3: make cli_resolve_path return NTSTATUSVolker Lendecke1-21/+33
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-1/+1
2011-05-05Fix many const compiler warnings.Jeremy Allison1-1/+1
2011-04-26s3: Use cli_writeall instead of cli_writeVolker Lendecke1-7/+7
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