summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_file.c
Commit message (Expand)AuthorAgeFilesLines
* s3: libsmbclient: Fix return value if cli_open() failsRikard Falkeborn2019-05-191-1/+1
* libsmbclient: Initialize written value before use.Jeremy Allison2018-07-091-1/+1
* s3: libsmbclient: Use cache targetcli in SMBC_splice_ctx calls also.Jeremy Allison2015-06-101-60/+2
* s3: libsmbclient: Re-resolving targetcli on every read/write/lseek/ftruncate/...Jeremy Allison2015-06-051-185/+17
* s3: libsmbclient: Add server-side copy supportRoss Lagerwall2015-05-291-0/+109
* Convert all uint32/16/8 to _t in source3/libsmb.Richard Sharpe2015-05-131-3/+3
* s3:libsmb: SMBC_getatr() if no method worked, try all methods again on next a...Gregor Beck2013-10-301-3/+5
* s3:libsmb: SMBC_getatr use pathinfo3 for second tryGregor Beck2013-10-301-0/+13
* s3:libsmb: SMBC_getatr do not let ino undefined on successGregor Beck2013-10-301-0/+3
* s3:libsmb: SMBC_getatr try pathinfo2 only onceGregor Beck2013-10-301-1/+2
* Fix some blank line endingsVolker Lendecke2013-06-211-7/+7
* 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/+12
* 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-4/+4
* Move the callers that need to use the new cli_open() back to callingJeremy Allison2011-12-031-2/+2
* Rename cli_open -> cli_openx. Prelude to replacing generic cli_open()Jeremy Allison2011-12-031-2/+2
* 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