index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
gpclass.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-11
samba-gpupdate: Check sysvol download paths in case-insensitive way
David Mulder
1
-2
/
+3
2021-03-08
gpo: Improve the samba-gpupdate --rsop output
David Mulder
1
-1
/
+8
2020-12-19
gpo: Add gp_xml_ext parser for group policy
David Mulder
1
-0
/
+9
2020-10-02
python2 reduction: Merge remaining compat code into common
David Mulder
1
-1
/
+1
2020-09-02
gpo: Pass necessary parameters to rsop
David Mulder
1
-1
/
+1
2020-09-02
gpo: Test rsop function for success
David Mulder
1
-2
/
+2
2020-08-27
gpo: Fix unapply failure when multiple extensions run
David Mulder
1
-0
/
+3
2020-08-24
python compat: remove ConfigParser
David Mulder
1
-3
/
+3
2020-08-19
s3:client: Turn off smb signing for message op
Andreas Schneider
1
-1
/
+1
2020-08-19
python: Set smb signing via the creds API
Andreas Schneider
1
-0
/
+7
2020-08-11
python compat: remove StringIO
Douglas Bagnall
1
-1
/
+1
2020-08-06
gpo: Remove unused gp_ext_setter code
David Mulder
1
-31
/
+0
2020-08-06
gpo: Add --rsop option to samba-gpupdate
David Mulder
1
-0
/
+38
2020-08-06
gpo: Properly decode utf-8/16 inf files from bytes
David Mulder
1
-3
/
+3
2020-06-23
Create Registry.pol group policy extension parser
David Mulder
1
-2
/
+12
2019-01-17
python/gpclass: Convert gpclass to use s3 SMB Python bindings
Tim Beale
1
-3
/
+7
2018-12-10
python/samba: PY3 port gpo.apply smbtorture test
Noel Power
1
-8
/
+9
2018-10-23
python/samba: use PY3 version of ConfigParser
Noel Power
1
-1
/
+1
2018-10-08
gpo PEP8: balance whitespace around equals
Douglas Bagnall
1
-1
/
+1
2018-10-08
gpupdate: Add the --force option
David Mulder
1
-11
/
+16
2018-10-08
gpo: Remove unused apply_log_pop() and list() funcs
David Mulder
1
-50
/
+0
2018-10-08
gpo: add unapply to the gp_sec_ext
David Mulder
1
-0
/
+4
2018-10-08
gpo: Calculate deleted gpos and unapply them
David Mulder
1
-1
/
+8
2018-10-08
gpo: Use the new process_group_policy() for unapply
David Mulder
1
-17
/
+11
2018-10-08
gpo: avoid quadratic behaviour in guid retrieval
Douglas Bagnall
1
-6
/
+6
2018-10-08
gpo: Create a function for returning applied settings
David Mulder
1
-0
/
+39
2018-10-08
gpo: apply_map should not be required for gp_ext
David Mulder
1
-4
/
+0
2018-10-08
gpo: Move policy application to the gp_ext
David Mulder
1
-25
/
+1
2018-10-08
gpo: Remove unused gp_ext.list() function
David Mulder
1
-4
/
+0
2018-10-08
gpo: Implement process_group_policy() gp_ext func
David Mulder
1
-18
/
+25
2018-10-08
gpo: Initialize gp_ext variables in constructor
David Mulder
1
-7
/
+6
2018-10-08
gpo: Initialize SamDB in the gp_sec_ext
David Mulder
1
-11
/
+11
2018-10-08
gpo: abstract methods are defined in the parent class
David Mulder
1
-12
/
+0
2018-09-03
python/samba/tests: Use io.StringIO for py3 and StringIO.StrinIO for py2
Noel Power
1
-1
/
+1
2018-08-24
PEP8: fix E713: test for membership should be 'not in'
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E502: the backslash is redundant between brackets
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E305: expected 2 blank lines after class or function definition, fo...
Joe Guo
1
-0
/
+2
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+20
2018-08-24
PEP8: fix E261: at least two spaces before inline comment
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E227: missing whitespace around bitwise or shift operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E226: missing whitespace around arithmetic operator
Joe Guo
1
-3
/
+3
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E211: whitespace before '('
Joe Guo
1
-2
/
+1
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-3
/
+3
2018-07-12
gpo: Don't duplicate guids in the apply log
David Mulder
1
-3
/
+5
2018-07-12
gpo: add list_gp_extensions for listing registered gp extensions
David Mulder
1
-0
/
+13
2018-07-12
gpo: add unregister_gp_extension for unregistering gp extensions
David Mulder
1
-0
/
+12
2018-07-12
gpo: add register_gp_extension for registering gp extensions
David Mulder
1
-0
/
+48
2018-07-12
gpo: Offline policy application via cache
David Mulder
1
-28
/
+7
2018-07-12
gpo: Read GPO versions locally, not from sysvol
David Mulder
1
-3
/
+53
[next]