summaryrefslogtreecommitdiff
path: root/source3/libsmb/libsmb_file.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: Use cli_credentials to store traversal credsAndreas Schneider2021-05-281-3/+2
* s3:libsmb: Pass cli_credentials to cli_resolve_path(), using helper variables.Andreas Schneider2020-10-091-2/+11
* libsmb: Remove cli_getattrE() fallback from cli_qfileinfo_basic() usersVolker Lendecke2020-06-041-8/+3
* s3: libsmb: Change cli_setpathinfo_ext() to take 32-bit attributes.Jeremy Allison2020-06-041-1/+15
* s3: libsmb: Change cli_setatr() and async version to use 32-bit attributes.Jeremy Allison2020-06-041-1/+1
* s3: libsmb: Change cli_qpathinfo3() to return a 32-bit attribute.Jeremy Allison2020-06-041-5/+2
* s3: libsmb: Change cli_qpathinfo2() and async versions to return a 32-bit att...Jeremy Allison2020-06-041-1/+2
* s3: libsmb: Change cli_getatr() and async versions to return a 32-bit attribute.Jeremy Allison2020-06-041-1/+3
* s3: libsmb: Rename uint16_t attr -> sattr (short attributes).Jeremy Allison2020-06-041-5/+5
* s3: libsmb: Internally rename to use the name attr instead of mode for attrib...Jeremy Allison2020-06-041-11/+11
* libsmb: Avoid castsVolker Lendecke2020-05-251-2/+2
* libsmb: Use IS[DOT]DOTVolker Lendecke2020-05-251-1/+1
* libsmb: Simplify callers of SMBC_dlist_contains()Volker Lendecke2020-05-251-11/+7
* libsmb: Call cli_setpathinfo_ext() instead of .._basic()Volker Lendecke2020-04-081-6/+6
* libsmb: Pass "struct timespec" to SMBC_setatr()Volker Lendecke2020-04-081-11/+11
* libsmb: Don't try to find posix stat info in SMBC_getatr()Volker Lendecke2020-03-201-20/+0
* libsmbclient: Put it back to a known, well-working stateVolker Lendecke2020-03-101-27/+17
* libsmb: Use posix open in SMBC_open_ctxVolker Lendecke2020-03-031-2/+15
* libsmb: Fill in device which we don't get from cli_posix_statVolker Lendecke2020-02-261-0/+1
* libsmb: Pass the correct path to cli_posix_stat()Volker Lendecke2020-02-251-1/+1
* libsmb: Avoid castsVolker Lendecke2020-02-251-2/+2
* libsmb: Use IS[DOT]DOTVolker Lendecke2020-02-251-1/+1
* libsmb: Simplify callers of SMBC_dlist_contains()Volker Lendecke2020-02-251-11/+7
* libsmbclient: If over SMB1 first try to do a posix stat on the file.Andreas Schneider2019-12-191-0/+20
* s3:libsmb: Return a 'struct stat' buffer for SMBC_getatr()Andreas Schneider2019-12-191-46/+56
* 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