https://bugs.kde.org/show_bug.cgi?id=40892
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/netw | |ork/kdenetwork-filesharing/ | |commit/e9ccfd30c2e7958780f5 | |cff7823144e04a8ada8b --- Comment #9 from Harald Sitter <sit...@kde.org> --- Git commit e9ccfd30c2e7958780f5cff7823144e04a8ada8b by Harald Sitter. Committed on 12/08/2022 at 12:44. Pushed by sitter into branch 'master'. samba ACL support depends on a proprietary kio-extras special() interface implements a new plugin for remote permissions that shows SMB/NT ACEs that either come from a samba server with posix ACL support or windows proper M +3 -0 CMakeLists.txt A +11 -0 LICENSES/BSD-3-Clause.txt A +121 -0 LICENSES/CC0-1.0.txt A +175 -0 LICENSES/LGPL-2.1-only.txt A +304 -0 LICENSES/LGPL-3.0-only.txt A +12 -0 LICENSES/LicenseRef-KDE-Accepted-LGPL.txt A +9 -0 LICENSES/MIT.txt M +1 -0 samba/CMakeLists.txt A +15 -0 samba/aclproperties/CMakeLists.txt A +23 -0 samba/aclproperties/README.md A +119 -0 samba/aclproperties/acccrtl.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +36 -0 samba/aclproperties/ace.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +62 -0 samba/aclproperties/aceobject.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +95 -0 samba/aclproperties/aceobject.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +182 -0 samba/aclproperties/debug.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +11 -0 samba/aclproperties/debug.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +66 -0 samba/aclproperties/model.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +46 -0 samba/aclproperties/model.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +264 -0 samba/aclproperties/plugin.cpp [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +27 -0 samba/aclproperties/plugin.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +116 -0 samba/aclproperties/qml/ACEPage.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +15 -0 samba/aclproperties/qml/LoadingPage.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +42 -0 samba/aclproperties/qml/MainPage.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +21 -0 samba/aclproperties/qml/NoDataPage.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +58 -0 samba/aclproperties/qml/main.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] A +13 -0 samba/aclproperties/qml/qml.qrc A +11 -0 samba/aclproperties/samba-acl.json A +2 -0 samba/aclproperties/samba-acl.json.license A +51 -0 samba/aclproperties/winnt.h [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/network/kdenetwork-filesharing/commit/e9ccfd30c2e7958780f5cff7823144e04a8ada8b -- You are receiving this mail because: You are watching all bug changes.