Commit graph

396 commits

Author SHA1 Message Date
b54c9f849b smb version matrix 2021-10-28 16:47:44 +02:00
89b299c704 retry phpunit if it gets stuck 2021-10-27 15:35:43 +02:00
cce108848c psalm fixes 2021-10-27 15:30:54 +02:00
ba26d98b46 try to make change test more reliable 2021-10-27 14:53:04 +02:00
7abcd0c985 test against multiple server versions 2021-10-27 14:38:02 +02:00
fac3118fdf switch smb container 2021-10-27 14:30:05 +02:00
9dba42ab2a fix new psalm issues v3.4.1 2021-04-19 15:53:08 +02:00
5c6a422076 better test for StringBuffer 2021-04-19 15:37:08 +02:00
6776467542
Merge pull request #105 from danielnachtrub/bugfix/StringBufferRead
Fix incorrect read from StringBuffer with starting offset > 0
2021-04-19 13:36:20 +00:00
Daniel Nachtrub
08c0fefe25 Fix incorrect read from StringBuffer with starting offset > 0 2021-04-18 19:59:59 +02:00
b5c6921f2e minor type improvements v3.4.0 2021-03-10 15:00:37 +01:00
144439d61f minor native stream cleanup 2021-03-10 14:53:17 +01:00
d218982775 extend tests a bit 2021-03-10 14:53:02 +01:00
037efdcfb5 fix recursion 2021-03-09 21:13:12 +01:00
9b1c0eff3d fix listShares error handling 2021-03-09 20:25:39 +01:00
84fa890ea7 all the types 2021-03-09 20:18:25 +01:00
515b42586e type fixes 2021-03-09 18:21:40 +01:00
1e7e500b64 workgroup can be null 2021-03-09 18:16:44 +01:00
78b0321887 psalm ci 2021-03-09 18:14:29 +01:00
7cb4e41f8a type fixes 2021-03-09 18:10:27 +01:00
e9f6d00a93 more type hints 2021-03-09 18:01:42 +01:00
767f6b3f6f use write_time instead of change_time when using libsmbclient
this better matches the behavior of the smbclient backend and the previous libsmbclient behavior
2021-03-09 17:19:28 +01:00
b623cc1d7f fix handling of 'Everyone' acl when using native backend 2021-03-05 16:13:37 +01:00
91d173cc55 add basic testing for acl parsing 2021-03-05 15:56:51 +01:00
0d9341c527 use a string based buffer for Read/Write streams 2021-03-05 15:36:18 +01:00
866f2b19a6
Merge pull request #102 from phil-davis/test-ci v3.3.1
Minor grammar fixes in readme
2021-03-03 20:58:11 +00:00
849ea79d2b
Merge pull request #101 from phil-davis/support-php-7.2
Support PHP 7.2
2021-03-03 20:49:42 +00:00
Phil Davis
acf90fef45
Minor grammar fixes in readme 2021-03-03 18:45:50 +05:45
Phil Davis
13f29c0298 Support PHP 7.2 2021-03-03 18:41:51 +05:45
e7cabee509 badge v3.3.0 2021-03-02 21:40:37 +01:00
ddb75bd390 php versions 2021-03-02 21:39:25 +01:00
b45a13d365 codecov 2021-03-02 21:33:44 +01:00
61012e6196 allow setting protocol levels 2021-03-02 21:28:46 +01:00
b69c20d21a type fixes 2021-03-02 20:56:24 +01:00
7a74710aaa update streams 2021-03-02 20:39:38 +01:00
ae9fb8536c new ci badge 2021-03-02 19:18:11 +01:00
0e69997579 type hint fixes 2021-03-02 19:17:37 +01:00
4d09f2a55c remove old ci 2021-03-02 19:10:34 +01:00
d66b912c07 test both backends 2021-03-02 19:10:23 +01:00
26ec766638 improve error handling 2021-03-02 19:06:04 +01:00
80a4edf0ef github ci 2021-03-02 18:56:40 +01:00
58f6df3807 update tests to new phpunit 2021-03-02 17:45:19 +01:00
743a7bf353
Merge pull request #96 from rullzer/patch-2 v3.2.7
Update NativeFileInfo.php
2020-09-03 13:00:22 +00:00
Roeland Jago Douma
e1d2a71d5f
Update NativeFileInfo.php
We should return the actual bitmasked mode
2020-09-03 11:11:25 +02:00
507b186800 fix risky tests v3.2.6 2020-07-20 16:12:51 +02:00
8481d66c8d
Merge pull request #94 from rullzer/patch-1
Ignore ATTR_NOT_CONTENT_INDEXED
2020-07-20 13:36:04 +00:00
Roeland Jago Douma
3dff9193a3
Ignore ATTR_NOT_CONTENT_INDEXED
See: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb/65e0c225-5925-44b0-8104-6b91339c709f

I'm not sure if this runs into other issues. But I ran into several servers that have 0x2000 set. (so don't index) but still just use the normal directory modes etc (0x10) instead of (0x4000)
2020-07-20 14:56:19 +02:00
8155f78d00
Merge pull request #93 from kesselb/patch-1
move tests namespace to autoload-dev
2020-07-02 21:03:09 +00:00
kesselb
4a76d7dd27
move tests namespace to autoload-dev 2020-07-02 21:07:19 +02:00
24db40c674 improve mode mask detection 2020-06-29 13:37:17 +02:00