Releases: icewind1991/SMB
Releases · icewind1991/SMB
3.7.0
What's Changed
- use stat instead of attributes by @icewind1991 in #125
- IShare.php - Typo in PHPDoc for get / put: remove file -> remote file by @ram-fabian-heinrich in #127
- Add SPDX headers to be REUSE compliant by @AndyScherzinger in #128
- Use elseif, not else if by @come-nc in #122
- Reset pointer to the beginning of authentication file by @pupaxxo in #130
- feat: Add PHP 8.4 support by @nickvergessen in #131
New Contributors
- @ram-fabian-heinrich made their first contribution in #127
- @AndyScherzinger made their first contribution in #128
- @come-nc made their first contribution in #122
- @pupaxxo made their first contribution in #130
- @nickvergessen made their first contribution in #131
Full Changelog: v3.6.0...v3.7.0
3.6.0
- Improve API for handling kerberos authentication
- Allow exporting and importing kerberos ticket
Full Changelog: v3.5.4...v3.6.0
3.5.4
- Explicitly set timezone for
smbclient
instead of trying to use the existing timezone while parsing, this should fix timezone mismatches in some cases
3.5.3
- Add fallback for detecting binaries when
$PATH
is not set - Improve parsing of mode strings in some cases with
smbclient
backend
3.5.2
- Improve support for kerberos delegation
3.5.1
- Allow checking if a valid apache kerberos ticket is available before using the auth backend.
3.5.0
- Fix detecting socket files as directories
- Fix
smbclient
backend whensmbclient
is build without gettext support (such as on alpine) - Add support for re-using kerberos tickets from apache
3.4.1
- Fix read stream when using
libsmbclient
backend
3.4.0
- Use
write_time
instead ofchange_time
got gettingmtime
when using libsmbclient - Improve consistency of "Everyone" ACL between smbclient and libsmbclient backends
- Possible fix for segfault when using streams
3.3.1
- Bring back support for php 7.2