summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
AgeCommit message (Expand)AuthorFilesLines
2018-11-01dnsupdate: Pass smb.conf through to samba-tool commandsTim Beale1-0/+4
2018-11-01s4/scripting/samba_upgradedns: avoid .has_key()Douglas Bagnall1-2/+2
2018-11-01s4/scripting/minschema: whitespace reformat and py3 compatible printDouglas Bagnall1-8/+8
2018-11-01s4/scripting/autoidl: py3 compatible exceptDouglas Bagnall1-2/+2
2018-10-23python/samba: PY3 fix samba4.blackbox.upgradeprovision.release-4-0-0Noel Power1-1/+1
2018-10-23s4/scripting/bin: blobs needs to be bytesNoel Power1-1/+1
2018-10-23s4/scripting/bin: PY3 make sure GUID result of format is stringNoel Power2-2/+4
2018-10-23s4/scripting: Py2/Py3 for samba4.blackbox.upgradeprovision.alpha13Noel Power1-3/+4
2018-10-23s4/scripting: PY2/PY3 port for samba4.blackbox.upgradeprovision.currentNoel Power1-19/+19
2018-10-23s4/scripting/bin: PY3 Fix exception tuple assignments.Noel Power1-1/+2
2018-10-23s4/scripting: PY3 need to convert cmp funct to key func for sort.Noel Power1-2/+3
2018-10-23s4/scripting/bin: PY3 Make sure print statements are enclosed by '()'Noel Power5-92/+93
2018-10-12s4/script/samba_upgradeprovision: set global dnNotToRecalculateFound varDouglas Bagnall1-1/+2
2018-10-12s4/script/samba_upgradeprovision: remove unused variableDouglas Bagnall1-1/+0
2018-10-12s4/script/samba_upgradeprovision: remove duplicate (contradictory) dict keyDouglas Bagnall1-1/+0
2018-10-12s4/script/samba_upgradeprovision: use int not long for Python 3Douglas Bagnall1-1/+1
2018-10-08gpupdate: Add the --force optionDavid Mulder1-1/+3
2018-10-08gpo: Initialize gp_ext variables in constructorDavid Mulder1-3/+3
2018-10-08gpupdate: Remove the unnecessary url parameterDavid Mulder1-22/+3
2018-09-12samba_dnsupdate: honor 'dns zone scavenging' option, only update if neededBjörn Baumbach1-1/+14
2018-08-06netcmd: domain backup offline commandAaron Haslett1-97/+0
2018-07-12gpo: Add user policy extensionsDavid Mulder1-2/+4
2018-07-12gpo: Dynamically load gp_extsDavid Mulder1-0/+4
2018-07-12dns: update tool changed for scavengingAaron Haslett1-9/+1
2018-07-04samba-gpupdate: Change machine option to targetDavid Mulder1-4/+4
2018-07-04samba_gpoupdate: Rename the command to samba-gpupdateDavid Mulder2-3/+3
2018-06-28provision: set 'binddns dir' when making new smb.confTim Beale1-0/+3
2018-06-01dnsupdate: Fix a typoVolker Lendecke1-1/+1
2018-05-12s4/scripting/bin: py2/py3 compatability always decode result of b64encodeNoel Power5-5/+5
2018-05-12python/samba: Bulk replace of '.next()' method with function 'next()'Noel Power1-3/+3
2018-05-03samba_dnsupdate: Put samba.kcc import after path insert of bin/pythonGarming Sam1-1/+1
2018-04-13python: bulk replace dict.itervalues to values for py3Joe Guo1-2/+2
2018-04-12gpo: Move implementation from samba_gpoupdateDavid Mulder1-77/+2
2018-04-06upgradeprovision: detect and handle lmdb databasesGary Lockyer1-4/+22
2018-04-06upgradeprovision: Do not copy backup lmdb -lock filesGary Lockyer1-3/+4
2018-03-23s4/scripting: convert print func to be py2/py3 compatibleNoel Power2-9/+11
2018-03-21samba_dnsupdate: Introduce automatic site coverageGarming Sam1-0/+27
2018-02-15source4/scripting python: convert 'except X, e' to 'except X as e'Douglas Bagnall10-20/+20
2018-01-13gpo: Add the winbind call to gpupdateDavid Mulder2-3/+20
2018-01-13gpo: Continue parsing GPOs even if one failsDavid Mulder1-6/+8
2017-12-15gpo: Test that unapply worksDavid Mulder1-2/+2
2017-12-14upgradeprovision: Change test to always use 2008 R2 schemaTim Beale1-1/+1
2017-11-21Fix formating of sources to be less than 80 linesGarming Sam1-4/+6
2017-11-20gpo: Always enforce policy, even if unchangedDavid Mulder1-10/+14
2017-11-20gpo: Add GPO unapplyDavid Mulder1-31/+59
2017-11-20gpo: Install the samba_gpoupdate scriptDavid Mulder1-0/+1
2017-11-20gpoupdate: Rewrite samba_gpoupdateDavid Mulder1-214/+87
2017-11-20gpo: Make the gpclass more easily extensibleDavid Mulder1-4/+4
2017-11-20gpo: Make the gpoupdate script much more reliableDavid Mulder1-21/+39
2017-11-20gpo: Initial commit for GPO workLuke Morrison1-0/+235