2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: creating a file copy on a storage pool dirve could fail if: 1) parallel copying is enabled; 2) one of the file copy would be created on the same drive as the landing zone; 3) another file copy was created on another storage pool drive; 4) the file copy on another drive was linked to (on the landing zone) BEFORE the same-drive file copy was created.
gboudreau
as Guillaume Boudreau
More... 12 months ago
Bugfix: when creating a parent folder (eg. missing share folder in storage pool), we need to use the proper 'original folder' to copy the ownership + permission from.
gboudreau
as Guillaume Boudreau
More... about 1 year ago
Fixed build_vfs.sh for Samba 4.15 on Fedore; less verbose build_vfs.sh output Fixes #316
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Balance task is now better at finding the right files to move first, for faster results
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Update scorecards-analysis.yml
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Bugfix: don't show a warning about logrotate not being installed, when in fact it's man that isn't installed Fixes #313
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Bugfix: missing symlinks for libsmbd-base-samba4.so & libsamba-debug-samba4.so (on Debian 12 at least) - Ref: #312
gboudreau
as Guillaume Boudreau
More... over 1 year ago
New: VFS module for 4.18 Bugfix: deb-specific modules, starting at 4.17 : using non-bundled (i.e. shared) libraries (for ldb, tdb, tevent & talloc) - Ref: #312
gboudreau
as Guillaume Boudreau
More... over 1 year ago
New VFS module for Samba 4.17: small change in `openat_fn` function definition (const struct vfs_open_how *how param replaces int flags, mode_t mode) Fixes #311
gboudreau
as Guillaume Boudreau
More... over 1 year ago
More changes to use utf8mb4 for .full_path columns in DB
gboudreau
as Guillaume Boudreau
More... over 1 year ago
Migration full path fo utf8mb4 to support emoji in file name More... over 1 year ago
Small improvements to --balance
gboudreau
as Guillaume Boudreau
More... almost 2 years ago
Update install-greyhole-package.sh
gboudreau
as Guillaume Boudreau
More... about 2 years ago
Using deb [signed-by=...] instead of apt-key (deprecated)
gboudreau
as Guillaume Boudreau
More... about 2 years ago
Bugfix: not all MySQL version support all +/-HH:MM timezones; log an error when we try and fail to change the MySQL TZ (for the current session) Fixes #303
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Initial VFS module for Samba 4.17 (untested); Ref: https://github.com/samba-team/samba/commit/5fc016f26852a1cc1d7809919ff00cc0404e23e3#diff-1ff95adc1302fc0240357059d9ed3ed349a87a7848a1712783c583704705b061
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Compiled VFS module for Samba 4.16, and included those in .rpm and .deb
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Merge pull request #300 from zefie/master
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Update vfs_greyhole-samba-4.x.c for Samba v4.16 More... over 2 years ago
Bugfix: In a Docker container, 'greyhole --create-mem-spool' complained that "There was a problem creating the in-memory spool folder", even if that was not true
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Fix for compiling on Alpine 3.14 (Samba 4.14)
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Fix for build_vfs with Samba 4.11; also applied fix from 021a4cbd on VFS module for Samba 4.11
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Bugfix: VFS module for Samba 4.13 should be compiled with the most recent available minor version of Samba; building using 4.13.0 creates a dependency on a shared library that is not available without compiling (libsmbd-conn-samba4.so); also recompile VFS for 4.15, 4.14 & 4.12 with the latest minor versions of those too, just in case. Fixes #298
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Bugfix: VFS module for Samba 4.15 only logged basename (instead of full path) for rename (mv), (sym)link, delete (unlink) and rmdir Fixes #297
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Improved build_vfs script; fixed typo in comment
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Bugfix: open and mkdir tasks logged by VFS modules were not including the full path to the file or folder, causing empty directories being created in the storage pool drives' shares' root, instead of in the proper subfolder eg. `mkdir /mnt/samba/ShareName/Folder/SubFolder` resulted in empty folders created as `/path/to/storage/pool/drive*/ShareName/SubFolder`
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Optimization (and logging at PERF level) in code that handles close tasks logged by VFS module Ref: #293
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Better handling of locked files/share in a frozen directory
gboudreau
as Guillaume Boudreau
More... over 2 years ago
Need to ignore shebang lines, when injecting PHP includes
gboudreau
as Guillaume Boudreau
More... almost 3 years ago
build-fix: don't remove # comments from (PHP) source files, as those can be instructions. eg. #[\ReturnTypeWillChange] Fixes last commit for PHP 8.1
gboudreau
as Guillaume Boudreau
More... almost 3 years ago