]> git.proxmox.com Git - pve-storage.git/history - PVE/Storage/CIFSPlugin.pm
bump version to 8.2.1
[pve-storage.git] / PVE / Storage / CIFSPlugin.pm
2023-05-24 Thomas Lamprechtseparate packaging and source build system
2023-03-21 Stoiko Ivanovcifs: use empty string instead of / as default directory
2023-02-07 Thomas Lamprechtcifs: small line bloat reduction
2023-02-07 Leo Nunnerfix #2641: allow mounting of CIFS subdirectories
2023-01-09 Leo Nunnerplugin: change name, separator and error message for...
2023-01-05 Leo Nunnerconfig: add overrides for default directory locations
2022-04-06 Fabian Ebnerplugins: allow limiting the number of protected backups...
2022-03-16 Fabian Ebnercifs: check connection: bubble up NT_STATUS_LOGON_FAILURE
2021-11-08 Fabian Ebneradd generalized functions to manage volume attributes
2021-10-14 Lorenz Stechaunerfix #3580: plugins: make preallocation mode selectable...
2021-09-15 Thomas Lamprechtcifs: negotiates the highest SMB2+ version supported...
2021-09-14 Thomas Lamprechtcifs: allow "3" and "default" for version
2021-09-14 Moayad Almalatfix #3609: cifs: add support to SMB 3.11
2021-07-06 Thomas Lamprechtcifs: improve warning for password but no username set
2021-07-06 Thomas Lamprechtcifs: fix sensitive parameter name for on-update/add
2021-06-16 Fabian Ebnerpostinst: move cifs credential files into subdirectory...
2020-12-07 Thomas Lamprechtnfs and cifs: implement backup notes helper
2020-11-27 Fabian Ebnerplugin: hooks: add explicit returns
2020-10-27 Thomas Lamprechtfix #3097: cifs, nfs: increase connection check timeout...
2020-07-24 Fabian EbnerIntroduce prune-backups property for directory-based...
2020-07-09 Wolfgang Bumillerrefactor sensitive parameter handling
2020-07-09 Thomas Lamprechtcifs: use more general name for password description
2020-02-20 Thomas Lamprechtcifs: followup fix for credential fallback
2020-02-20 Thomas Lamprechtcifs: move password credential file to storage subdirectory
2020-02-20 Dietmar MaurerCIFSPlugin.pm: fix crediential handling using new on_up...
2019-12-20 Dominic Jägercifs-plugin: Add bwlimit storage option
2019-01-31 Dominik Csapakenable snippets content type for all directory based...
2018-07-03 Thomas Lamprechtcifs: use add/delete hooks
2018-06-14 Wolfgang LinkCIFS: add mkdir option allowing to switch off path...
2018-06-06 Thomas Lamprechtfollowup: fix typo
2018-06-06 Wolfgang LinkUse enums for smbvers to prevent incorrect input
2018-05-22 Wolfgang LinkMake check_connection less costly.
2018-05-16 Wolfgang Linkcifs: fix uninitialized warning in check_connection
2018-03-16 Dietmar Maurercifs: move plugin related code into plugin
2018-03-16 Wolfgang LinkAdd CIFS Storage Plugin.