1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-11-04 04:23:45 +03:00
Commit Graph

30 Commits

Author SHA1 Message Date
cf9b420160 Massive backend cleanup
- samba_backend now uses 'gpt' objects for operations
- SID is calculated each time on backend and frontend in order to
  allow calculation of SIDs corresponding to both machine and user.
2019-12-13 01:18:03 +04:00
8289edb0b9 Changed message loglevel for samba_backend 2019-12-10 18:59:54 +04:00
4b46726b97 Use storage factories in samba_backend 2019-12-10 18:59:36 +04:00
d7df4f67e0 samba_backend - check for machine name (+cleanup) 2019-12-04 22:12:56 +04:00
1aa285ffda Buggy implementation of UserPolicyMode interpreter 2019-12-03 06:14:39 +04:00
170f3eac7f Policy set retrieval separated to ease code reading 2019-12-03 06:01:48 +04:00
44ac1515e7 Fix for settings merge call 2019-12-03 05:55:21 +04:00
eeba00750c Code cleanup and functionality to write HKCU 2019-12-03 05:19:15 +04:00
8dda40496c Storage functionality implemented in frontend and backend 2019-12-02 20:36:41 +04:00
0e1da5d5b7 PReg additional functions moved to util.preg 2019-12-02 20:33:28 +04:00
78c0fd2b27 Introduced function to get policy sets 2019-12-02 17:21:01 +04:00
13cae2f88e Fixed regular expression 2019-11-29 21:40:15 +04:00
61f7820feb Samba backend: moved internal functions after __init__ 2019-11-29 21:14:52 +04:00
5b82b82763 Removed unused imports from Samba backend 2019-11-29 21:14:11 +04:00
56a667b93c Samba backend code simplified - _get_values and _merge_entry functions eliminated 2019-11-29 20:59:50 +04:00
b966b85258 Extra logging function added 2019-11-29 20:58:50 +04:00
4ef1901d7d Samba backend docstrings updated 2019-11-29 20:58:16 +04:00
8f6350dcb2 Changed loglevel 2019-11-29 20:57:38 +04:00
50743d5be1 Fix for entry merging function 2019-11-29 20:23:55 +04:00
690829be70 Function to find .pol files refactored 2019-11-29 20:22:17 +04:00
d46743c1c5 Fix for merging of user settings 2019-11-29 19:24:54 +04:00
86825c9583 Get user and machine policy sets 2019-11-29 19:01:28 +04:00
e0c581e306 Functionality to get GPTs split into separate function 2019-11-29 18:59:10 +04:00
5a0601190e Key merging refactored to work with OrderedDict instead of hives 2019-11-29 17:44:46 +04:00
361ff7405c util.dump_cache used in Samba backend 2019-11-29 17:43:28 +04:00
4b3ea1bf3b Depend on local-policy package 2019-11-28 17:42:38 +04:00
480fcc5e2c Fix for GPT replication 2019-11-28 17:28:04 +04:00
7d24501833 Remove PReg parsing function from samba backend (moved to util module) 2019-11-28 16:36:24 +04:00
2e11a2e6a5 Load local policy file as well as GPT files 2019-11-28 16:35:42 +04:00
aee68f5745 Separate backend modules added 2019-11-27 18:17:34 +04:00