Browse Source
Merge pull request #9014 from nextcloud/smb-2.0.5
Merge pull request #9014 from nextcloud/smb-2.0.5
update icewind/smb to 2.0.5pull/9070/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 45 additions and 25 deletions
-
1apps/files_external/3rdparty/.gitignore
-
5apps/files_external/3rdparty/composer.json
-
12apps/files_external/3rdparty/composer.lock
-
9apps/files_external/3rdparty/composer/autoload_classmap.php
-
9apps/files_external/3rdparty/composer/autoload_static.php
-
14apps/files_external/3rdparty/composer/installed.json
-
4apps/files_external/3rdparty/icewind/smb/src/Connection.php
-
10apps/files_external/3rdparty/icewind/smb/src/Exception/InvalidArgumentException.php
-
6apps/files_external/3rdparty/icewind/smb/src/Parser.php
@ -1,6 +1,7 @@ |
|||
example.php |
|||
icewind/smb/tests |
|||
icewind/smb/install_libsmbclient.sh |
|||
icewind/smb/Makefile |
|||
icewind/smb/.travis.yml |
|||
icewind/smb/.scrutinizer.yml |
|||
icewind/streams/tests |
|||
@ -0,0 +1,10 @@ |
|||
<?php |
|||
/** |
|||
* Copyright (c) 2014 Robin Appelman <icewind@owncloud.com> |
|||
* This file is licensed under the Licensed under the MIT license: |
|||
* http://opensource.org/licenses/MIT |
|||
*/ |
|||
|
|||
namespace Icewind\SMB\Exception; |
|||
|
|||
class InvalidArgumentException extends InvalidRequestException {} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue