summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-9/+9
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-2/+2
2018-08-24PEP8: fix E111: indentation is not a multiple of fourJoe Guo2-31/+31
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 Mulder2-4/+7
2018-07-04samba_gpoupdate: Rename the command to samba-gpupdateDavid Mulder4-10/+10
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/devel: py2/py3 compatability always decode result of b64encodeNoel Power2-7/+7
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-12devel: removing unused code from chgkrbtgtpassAaron Haslett1-4/+1
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 Power6-60/+66
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 Mulder3-6/+24
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-20doc: Add samba_gpoupdate man page, update WHATSNEWDavid Mulder2-0/+120
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 Mulder2-1/+2
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
2017-11-20waf: Move script list to one-per-lineAndrew Bartlett1-1/+7
2017-10-25s4:scripting: Fix ntstatus_gen.h generation on 32bitAndreas Schneider1-1/+1
2017-10-19python: add a failed test to show Popen deadlockJoe Guo2-1/+54
2017-09-23scripting: Add script (backportable) to undo a GUID indexAndrew Bartlett1-0/+84
2017-09-16samba_upgradedns: When we setup the internal dns cleanup bind-dns dirAndreas Schneider1-0/+17
2017-09-16samba_upgradedns: Print better hints after we migrated the configAndreas Schneider1-3/+15
2017-09-16samba_upgradedns: Change the group of the 'binddns dir' tooAndreas Schneider1-0/+7
2017-09-06python:samba: Add code to remove obsolete files in the private dirAndreas Schneider1-0/+34
2017-09-05python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider2-17/+38
2017-08-22python: Make generated modules samba.ntstatus and samba.werror Python 3 compa...Lumir Balhar2-8/+24
2017-08-22python: scripting: Port ntstatus and werror generators to Python 3 compatible...Lumir Balhar3-9/+9
2017-06-10samba_dnsupdate: fix "samba-tool" fallback error handlingAndrew Bartlett1-1/+1
2017-06-10samba_dnsupdate: Extend possible server list to all NS servers for the zoneAndrew Bartlett1-29/+69
2017-06-10samba_dnsupate: Try to get ticket to the SOA, not the NS serversAndrew Bartlett1-3/+5