Skip to content

Releases: icewind1991/SMB

3.3.0

02 Mar 20:48
Compare
Choose a tag to compare
  • Add option to set min and max protocol version
$options = new Options();
$options->setMinProtocol(IOptions::PROTOCOL_SMB2);
$options->setMaxProtocol(IOptions::PROTOCOL_SMB3);
$serverFactory = new ServerFactory($options);

3.2.7

03 Sep 13:01
743a7bf
Compare
Choose a tag to compare
  • Fix directory detection in some cases (again)

3.2.6

20 Jul 14:23
Compare
Choose a tag to compare
  • Fix directory detection in some cases

3.2.5

27 May 15:38
Compare
Choose a tag to compare
  • Fix "Uninitialized string offset: 0" error in some setups

3.2.4

12 May 12:33
Compare
Choose a tag to compare
  • Fix issue where folders were detected as files when using newer (lib)smbclient

3.2.3

08 Apr 15:26
Compare
Choose a tag to compare
  • add proper paths to exceptions during stream close and write

3.2.2

08 Apr 14:45
Compare
Choose a tag to compare
  • Add NetworkResetException
  • Properly close the stream when there is an exception during flush

3.2.1

27 Mar 15:30
Compare
Choose a tag to compare
  • Reduce the number of requests needed to populate the FileInfo object when using libsmbclient-php

3.2.0

10 Feb 15:29
Compare
Choose a tag to compare
  • Throw correct exception when connection is reset
  • Allow getting acls from FileInfo

3.1.2

08 Aug 15:10
e6c7a67
Compare
Choose a tag to compare
  • Fix killing of child processes on some non standard posix systems
  • Fix append for some smb implementations
  • Don't create empty target files when a file can't be open using get