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
/
netcmd
/
gpo.py
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-12
gpo: Backup a policy folder containing GPE.INI
Garming Sam
1
-0
/
+6
2019-03-12
gpo: During restore clobber GPT.INI with a blank version
Garming Sam
1
-5
/
+18
2019-03-12
gpo: Restore gPCMachineExtensionNames and gPCUserExtensionNames
Garming Sam
1
-1
/
+25
2019-03-12
gpo: Ensure that gplink works when empty
Garming Sam
1
-1
/
+5
2019-02-01
netcmd: Improve error handling of gpo aclcheck as non-admin
Tim Beale
1
-0
/
+4
2019-01-17
netcmd: Change GPO commands to use s3 SMB Py bindings
Tim Beale
1
-2
/
+5
2019-01-17
netcmd: Change SMB flags from s4 Py bindings to s3
Tim Beale
1
-6
/
+7
2019-01-10
netcmd: Fix broken samba-tool gpo commands
Tim Beale
1
-0
/
+1
2019-01-07
netcmd: Refactor duplicated SMB connect in GPO commands
Tim Beale
1
-24
/
+18
2018-11-07
samba-tool gpo: convert pseudo-method into method
Douglas Bagnall
1
-24
/
+23
2018-11-07
samba-tool gpo: add helper method for tmpdir construction
Douglas Bagnall
1
-61
/
+54
2018-11-07
samba-tool gpo: do not use predictable temp directory
Douglas Bagnall
1
-4
/
+10
2018-11-05
python/samba/netcmd: misc PY2/PY3 compat changes for gpo.py
Noel Power
1
-13
/
+13
2018-11-05
python/samba/gp_parse: PY3 file -> open
Noel Power
1
-1
/
+1
2018-09-06
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-1
/
+1
2018-09-06
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-6
/
+6
2018-09-06
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: better formatting of (CONST1|CONST2)
Douglas Bagnall
1
-2
/
+7
2018-08-24
PEP8: fix E302: expected 2 blank lines, found 1
Joe Guo
1
-0
/
+1
2018-08-24
PEP8: fix E231: missing whitespace after ','
Joe Guo
1
-1
/
+1
2018-08-24
PEP8: fix E227: missing whitespace around bitwise or shift operator
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E225: missing whitespace around operator
Joe Guo
1
-2
/
+2
2018-08-24
PEP8: fix E203: whitespace before ':'
Joe Guo
1
-3
/
+3
2018-08-24
PEP8: fix E202: whitespace before ')'
Joe Guo
1
-10
/
+10
2018-08-24
PEP8: fix E201: whitespace after '('
Joe Guo
1
-11
/
+11
2018-08-24
PEP8: fix E128: continuation line under-indented for visual indent
Joe Guo
1
-4
/
+4
2018-08-24
PEP8: fix E127: continuation line over-indented for visual indent
Joe Guo
1
-18
/
+18
2018-08-24
PEP8: fix E123: closing bracket does not match indentation of opening bracket...
Joe Guo
1
-14
/
+14
2018-08-16
gpo: Always use an SMB signed connection
Andrew Bartlett
1
-1
/
+5
2018-08-16
gpo: Make restore with entities more robust
Garming Sam
1
-2
/
+11
2018-08-16
gpo: Add a --generalize to the backup command
Garming Sam
1
-3
/
+80
2018-08-16
gp_ini: Add a scripts ini parser for better generalization
Garming Sam
1
-1
/
+10
2018-08-16
gp_ini: Add a fdeploy1 parser for better generalization
Garming Sam
1
-1
/
+3
2018-08-16
gpo: Enable more specific parsers of GPO files
Garming Sam
1
-0
/
+18
2018-08-16
gpo: Add a restore command (for backups) from XML
Garming Sam
1
-2
/
+151
2018-08-16
gpo: Add a backup command (similar to fetch)
Garming Sam
1
-0
/
+113
2018-05-12
gpo: Ensure all files are retrieved in fetch
Garming Sam
1
-1
/
+5
2018-04-13
python: bulk replace file to open for py3
Joe Guo
1
-3
/
+3
2018-02-15
samba-tool: convert 'except X, e' to 'except X as e' for all X
Douglas Bagnall
1
-12
/
+12
2013-03-02
Move python modules from source4/scripting/python/ to python/.
Jelmer Vernooij
1
-0
/
+1177