Commit graph

421 commits

Author SHA1 Message Date
Robin Appelman
2a101e73bc Make the dependency on stdbuf optional for everything but notify v1.1.1 2016-06-13 14:19:56 +02:00
Robin Appelman
01b61508a7 normalize slashes in notify 2016-05-13 16:31:46 +02:00
Robin Appelman
822f924967 php7 is no longer an allowed failure v1.1.0 2016-04-26 15:26:39 +02:00
399ce981c0 Merge pull request #47 from icewind1991/notify
SMB notify support
2016-04-26 15:26:01 +02:00
Robin Appelman
2522f2f63f factor out checking for next prompt 2016-04-26 15:04:43 +02:00
Robin Appelman
11023c007e factor out some error handling 2016-04-26 14:57:14 +02:00
Robin Appelman
e1b943bb8c use the smbclient based backend to implement notify for the libsmbclient backend 2016-04-26 14:43:11 +02:00
Robin Appelman
862bf0825d keep the share usable with the notify command is running 2016-04-26 14:41:03 +02:00
Robin Appelman
fdb83ce72f fix handling empty line output 2016-04-26 14:39:17 +02:00
Robin Appelman
45d3ee449f factor out connection creation 2016-04-26 14:38:16 +02:00
Robin Appelman
727fed5efb pass return values from callback 2016-04-26 12:12:14 +02:00
Robin Appelman
bbac31c5b0 dont buffer output when we're handling it in a callback 2016-04-26 12:08:43 +02:00
Robin Appelman
cf23de2702 add basic smb notify support
at the moment this only works when using the smbclient based backend
2016-04-25 18:15:34 +02:00
Robin Appelman
c50d9aa6a5 disable output buffering for smbclient 2016-04-25 17:44:08 +02:00
Robin Appelman
6e544f617c fix return values for smbclient backend 2016-04-08 11:02:27 +02:00
764f3fc793 Merge pull request #46 from icewind1991/stream-stat v1.0.8
use regular stat instead of fstat
2016-03-17 14:29:58 +01:00
Robin Appelman
b9364a984e only set minumum required streams version v1.0.7 2016-03-17 13:48:14 +01:00
424cf346e2 Merge pull request #44 from StephanWeinhold/patch-1 v1.0.6
Fixed wrong variable-name.
2016-03-16 15:29:50 +01:00
Robin Appelman
67b4026e70 increase required streams version 2016-03-16 15:28:50 +01:00
Robin Appelman
68c5ef5670 use regular stat instead of fstat 2016-03-14 15:09:41 +01:00
Robin Appelman
7aa7b44b7c return false if stream_stat fails 2016-03-09 13:09:44 +01:00
Stephan Weinhold
70f90e9708 Fixed wrong variable-name. 2016-02-17 11:04:53 +01:00
acb94a0a85 Merge pull request #41 from icewind1991/invalid-handle v1.0.5
Improve error handling in NativeShare->get
2016-01-20 14:12:36 +01:00
Robin Appelman
83388c4ffc handle empty paths 2016-01-19 19:39:52 +01:00
Robin Appelman
b538cf38d0 log fopen errors 2016-01-19 19:33:46 +01:00
Robin Appelman
96c2671fbf fix installing libsmbclient-php on travis 2016-01-19 19:01:14 +01:00
Robin Appelman
1fb6581c8d handle invalid handles in Share->get 2016-01-19 18:41:33 +01:00
Robin Appelman
d8105d7695 fix php53 compat 2015-12-31 20:58:49 +01:00
Robin Appelman
815f0d5271 fix coveralls dependency 2015-12-31 20:55:26 +01:00
Robin Appelman
b865f430d6 Improve locating file descriptors and smbclient/net commands 2015-12-31 20:45:18 +01:00
Robin Appelman
a07a5ad2ec Improved detection of connection errors 2015-12-31 20:36:23 +01:00
Robin Appelman
c92ae086f6 Put exception class in message 2015-11-27 13:41:08 +01:00
Robin Appelman
9277bd2026 also block \r v1.0.4 2015-08-17 16:20:38 +02:00
Robin Appelman
4ca3c3df22 Check for invalid characters in paths 2015-08-17 13:01:39 +02:00
Robin Appelman
b822af84c5 fix type 2015-08-14 16:51:14 +02:00
Robin Appelman
6e1f693ad5 escape host name 2015-08-14 14:15:41 +02:00
Robin Appelman
c36739bdc5 Dont send the command as shell argument when making a read/write stream 2015-08-14 14:03:46 +02:00
Robin Appelman
f299504ca5 Handle login server error 2015-08-14 12:43:15 +02:00
Robin Appelman
2fc9501826 fix php5.3 compat v1.0.3a 2015-08-13 16:31:55 +02:00
Robin Appelman
33ab10cc4d improve support for workgroups/domains v1.0.3 2015-08-13 16:19:03 +02:00
25a76128d5 Merge pull request #32 from mwehr/master
Fixes incorrect explode() parameters usage.
2015-07-01 14:30:25 +02:00
wehr
e1e856a9a7 Fixes incorrect explode() parameters usage. 2015-06-27 21:13:10 +02:00
wehr
ba1bd316d3 Fixes incorrect explode() parameters usage. 2015-06-26 20:05:49 +02:00
Robin Appelman
545a95443a add missing connect 1.0.2 v1.0.2 2015-06-24 14:40:02 +02:00
21222508c0 Merge pull request #30 from icewind1991/travis-matrix
split running of smbclient and libsmbclient backend tests
2015-04-25 18:42:18 +02:00
Robin Appelman
25c0dffdc7 split running of smbclient and libsmbclient backend tests 2015-04-25 18:29:50 +02:00
Robin Appelman
53fe7f2a44 test with more php versions 2015-04-25 16:09:11 +02:00
8041bc1960 Merge pull request #29 from mmattel/delete_unnecessesary_line v1.0.1
Delete a unnecessary line which was forgotten to be removed
2015-04-20 13:16:24 +02:00
5091d25537 Merge pull request #28 from DavidPrevot/composer
Composer: fix wildcard
2015-04-17 12:57:20 +02:00
Martin
8ba262ccea Delete a unnecessary line which was forgotten to be removed 2015-04-17 12:54:59 +02:00