Evgeny Sinelnikov
ba4eb4bf28
Add control gpupdate-localusers facility for group policy applying to local users
2021-09-26 20:01:41 +04:00
Evgeny Sinelnikov
aa10d5bbf9
system-policy-gpupdate: add PAM-rules for ignore applying group policies
...
for local users and system users with uid less than 500
2021-09-26 19:56:13 +04:00
Evgeny Sinelnikov
f3062668fa
VERSION: Bump version up to 0.9.7...
2021-09-20 08:08:20 +04:00
Evgeny Sinelnikov
046079d4c9
0.9.6-alt1
...
- Add support changed GPO List Processing for '**DelVals.' value name
0.9.6-alt1
2021-09-20 07:57:50 +04:00
Evgeny Sinelnikov
414a827eb8
Add support changed GPO List Processing for '**DelVals.' value name
2021-09-20 07:56:04 +04:00
Evgeny Sinelnikov
8ce322d552
VERSION: Bump version up to 0.9.6...
2021-09-20 07:23:13 +04:00
Evgeny Sinelnikov
84d5122319
0.9.5-alt1
...
- Refix local policy path detection
- gpupdate-setup: revert settings to default when disabled
0.9.5-alt1
2021-09-20 03:31:30 +04:00
Evgeny Sinelnikov
436eeb3760
gpupdate-setup: revert settings to default when disabled
2021-09-14 06:56:27 +04:00
Evgeny Sinelnikov
4b9ef4335a
Refix local policy path detection
2021-09-14 06:39:13 +04:00
Evgeny Sinelnikov
929f9678ad
0.9.4-alt1
...
- Add improvement with new local-policy system-policy control
- Fix gpupdate-setup and user service installation regressions
- Set empty local policy and local backend by default
- Fix local policy path detection
0.9.4-alt1
2021-09-14 04:00:27 +04:00
Evgeny Sinelnikov
03cada30cf
Add gpo file_sys_path to common logs
2021-09-14 03:57:16 +04:00
Evgeny Sinelnikov
8199cac510
Fix local policy path detection
2021-09-14 02:22:34 +04:00
Evgeny Sinelnikov
e050889a07
Set empty local policy and local backend by default
2021-09-14 01:45:15 +04:00
Evgeny Sinelnikov
1bf2bd053d
Fix gupdate-user.service installation
2021-09-14 00:58:33 +04:00
Evgeny Sinelnikov
950e132e2a
gpupdate-setup: fix local policy setup regression after code moving
2021-09-14 00:46:26 +04:00
Evgeny Sinelnikov
82e255efc9
0.9.3-alt1
...
- Use NetBIOS name for Kerberos authentification
- Add support actions (create, update, delete, replace) for Shortcuts
- Add support GSettings with locks feature
- Add support file cache for special GSettings policy:
Software\BaseALT\Policies\GSettings\org.mate.background.picture-filename
(requires python smbc module with use_kerberos option support)
2021-09-09 18:10:18 +04:00
Evgeny Sinelnikov
011a3fbed3
gpupdate.service: add starting After syslog and network-online targets
2021-09-09 18:10:18 +04:00
Valery Sinelnikov
8eda2fbedb
Fixed GSettings blocking errors
2021-09-09 17:50:08 +04:00
Evgeny Sinelnikov
3f3fa5f7d9
Merge pull request #140 from altlinux/file_cache
...
File cache
2021-09-06 15:18:00 +04:00
Evgeny Sinelnikov
0210f97e0d
Fix GSettings locks profile db generating
2021-09-06 15:12:09 +04:00
Evgeny Sinelnikov
7e6dec6b3d
Update file cache functionality for GSettings
2021-09-06 11:37:45 +04:00
Evgeny Sinelnikov
5e4ed2f655
Fix pathlib PosixPath type conversion, clean code from unused json import
2021-09-06 06:38:23 +04:00
Evgeny Sinelnikov
721ba96559
Add exception handling for not UNC path case in picture_fetch()
2021-09-06 05:29:24 +04:00
Evgeny Sinelnikov
c83568cc70
Fix bad raise Exception during UNCPath construction
2021-09-06 00:44:05 +04:00
Evgeny Sinelnikov
15f99e0171
Fix not unusefull logging
2021-09-03 05:12:54 +04:00
Evgeny Sinelnikov
f84af7e0e8
Fix gpupdate_file_cache directory name in gpupdate.spec
2021-09-03 03:47:34 +04:00
7bd1131d5d
fs_file_cache() object moved to gsettings_applier.py
2021-09-02 18:12:09 +04:00
5fb8e6ff74
Create file cache directory on install
2021-09-02 17:49:21 +04:00
ce2797e5f1
File cache introduced for frontend
...
Introduced file cache for GSettings, specifically for wallpapers.
It is needed to work with wallpapers on remote resources.
2021-09-02 17:49:20 +04:00
6d9417fb94
storage.fs_file_cache.fs_file_cache
...
File caching mechanism utilizing /var/cache/gpupdate_file_cache
directory to cache files from remote locations, specifically, to
cache files specified as UNC paths.
2021-09-02 17:49:20 +04:00
301a77e90a
util.paths: UNCPath primitive introduced
...
It is needed to allow parsing and conversion of UNC paths
2021-09-02 17:47:15 +04:00
Evgeny Sinelnikov
274d9d8555
Merge pull request #146 from altlinux/gsettings_locks
...
Add support GSettings locks with local profile
2021-09-02 17:43:55 +04:00
Evgeny Sinelnikov
04f5f98681
Merge pull request #145 from altlinux/realm_from_smb_conf
...
Use default realm taken from smb.conf, not krb5.conf
2021-09-02 17:43:32 +04:00
Evgeny Sinelnikov
9638e5fabb
Merge pull request #141 from altlinux/netbios_name
...
Use NetBIOS name for Kerberos authentification
2021-09-02 17:43:12 +04:00
Evgeny Sinelnikov
393fd25cdb
Merge pull request #139 from altlinux/gpo_initial
...
Fix startup user and computer gpoa initialization
2021-09-02 17:42:59 +04:00
Valery Sinelnikov
23f862f9a5
Add support GSettings locks with local profile
2021-08-20 16:48:43 +04:00
a85fed7cff
Use default realm taken from smb.conf, not krb5.conf
2021-08-18 15:52:32 +04:00
bbcb98bb94
Use NetBIOS name for Kerberos authentification
2021-08-16 14:49:52 +04:00
Evgeny Sinelnikov
57f4f0678a
Fix startup user and computer gpoa initialization
2021-08-06 09:21:38 +04:00
Evgeny Sinelnikov
306b8db34a
Merge pull request #138 from altlinux/shortcuts_actions
...
Shortcuts actions
2021-08-02 12:22:47 +04:00
Evgeny Sinelnikov
7c8f9892b5
Fix Shortcuts update logic with reading firstly
2021-07-29 00:02:04 +04:00
Evgeny Sinelnikov
4c6a099529
Add support actions (create, update, delete, replace) for Shortcuts
2021-07-28 23:50:36 +04:00
Evgeny Sinelnikov
e6c563e540
0.9.2-alt1
...
- Fix Shortcuts applier double running in user context
- Add LogonUser variable to expand_windows_var() function
- Add support of path variable expansion to Shortcuts applier
0.9.2-alt1
2021-07-28 21:47:38 +04:00
Evgeny Sinelnikov
d67d472b1c
Merge pull request #137 from altlinux/user_shortcuts
...
User shortcuts (fix usercontext and support of path expansion)
2021-07-27 20:54:41 +04:00
Evgeny Sinelnikov
ac8aba2212
Add support of path variable expansion to Shortcuts applier
2021-07-27 07:44:39 +04:00
Evgeny Sinelnikov
39241bc625
util.windows: add LogonUser variable to expand_windows_var() function.
2021-07-27 07:42:28 +04:00
Evgeny Sinelnikov
9206a0b732
Fix Shortcuts applier double running in user context.
2021-07-27 06:49:57 +04:00
Evgeny Sinelnikov
cdb7306d65
0.9.1-alt1
...
- Fix GSettings applier user part support
- Add support additional firefox appliers
- Add new windows policies mapping capability feature ruled by:
Software\BaseALT\Policies\GPUpdate\WindowsPoliciesMapping
- Improve drop privileges mechanism with fork and dbus session
0.9.1-alt1
2021-07-18 20:33:36 +04:00
Evgeny Sinelnikov
e0ac5f98ac
Revert "Added keys sleep-computer-ac and sleep-display-ac"
...
This reverts commit 389bad4382790c7df46b85080def8da98c7d69b1.
Revert untested Windows mapping.
2021-07-18 20:31:55 +04:00
Evgeny Sinelnikov
96db0a2200
Merge pull request #136 from altlinux/windows_mapping
...
Windows mapping feature and dbus fixes
2021-07-18 01:05:28 +04:00