Commit graph

21 commits

Author SHA1 Message Date
3c5e45dc54 allow getting acls of files 2020-02-10 15:52:48 +01:00
065daa49cb remove outdated readme 2019-10-18 16:10:29 +02:00
raffis
e30d3afd08
using exec to start smbclient, replaces the need to kill forked procs 2019-03-28 14:45:43 +01:00
Ari Selseng
ebdada86f1 Fix connection->read() when first line is not prompt.
Signed-off-by: Ari Selseng <ari@selseng.net>
2019-03-01 16:43:46 +01:00
aec9b6f2f8 style and error message fixes 2018-08-28 16:22:59 +02:00
Raffael Sahli
dd7b852d6c fixes requested changes for #70 (No php-libsmb fallback) 2018-08-28 16:22:59 +02:00
Raffael Sahli
99f721a436 spaces to tab fix 2018-08-28 16:22:59 +02:00
Raffael Sahli
1cb1f3f56a added append() to Wrapped/Share as proxy to Native/Share 2018-08-28 16:21:17 +02:00
59519bad2c Implemented IShare::append(), leave ::write() due backwards compatibility 2018-08-28 16:21:15 +02:00
2842dffb51 run php-cs-fixer 2018-08-24 17:57:40 +02:00
4126ef2217 use dir instead of allinfo where possible 2018-08-24 15:10:38 +02:00
55236aaef3 cleanup system 2018-07-13 11:47:24 +02:00
2f261f868d more configurability for library users
- Make TimeZoneProvider and System overridable
- Add system for passing additional options
- make timeout configurable
2018-07-13 11:35:33 +02:00
d.bonke
b2734e8133 Fix for invalid file size because of multiple data streams. 2018-06-13 14:03:30 +02:00
0d31da4757 move some arrays to constants 2018-05-24 11:48:51 +02:00
7797d463d7 remove unneeded variable and use type casting instead of intval 2018-03-28 15:36:54 +02:00
afc829d422 fix connection error checking 2018-03-27 18:16:55 +02:00
f4d8bca8fa add support for anonymous auth 2018-03-27 17:59:00 +02:00
526f14707e improve error handling during connect 2018-03-27 17:53:29 +02:00
89f47cfdf2 handle new share list output 2018-03-27 17:33:53 +02:00
29bdebad42 move backends into their own namespace and add support for multiple auth methods 2018-03-13 19:05:41 +01:00