summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-10samba_dnsupdate: Make nsupdate use the server given by the SOA recordAndrew Bartlett1-3/+16
2017-06-10samba_dnsupdate: Ensure we only force "server" under resolv_wrapperAndrew Bartlett1-1/+12
2017-04-29samba_dnsupdate: Do not rewrite krb5.conf in selftestAndreas Schneider1-4/+7
2017-04-13samba_dnsupdate: Remove extra argument from debugGarming Sam1-1/+1
2017-03-28samba_dnsupdate: Add additional debuggingGarming Sam1-0/+4
2017-02-22Correct "defered" typos.Chris Lamb1-1/+1
2017-02-22Correct "existence" typos.Chris Lamb1-1/+1
2017-02-21s4:scripting: use generate_random_machine_password() for machine passwordsStefan Metzmacher1-1/+1
2017-02-14errors: generate error codes for WERRORBob Campbell1-0/+149
2017-02-14errors: pull out code into common fileBob Campbell2-74/+104
2017-02-14errors/gen_ntstatus: generate error codes in specified filesBob Campbell1-136/+52
2017-02-14gen_ntstatus.py: Add prototype to generated py_ntstatus.cAndrew Bartlett1-0/+4
2017-02-14errors: fix "generate python error codes for NTSTATUS"Bob Campbell1-11/+13
2017-02-14errors: generate python error codes for NTSTATUSGünther Deschner1-0/+31
2017-02-10getncchanges script: use library code, not copied functions.Douglas Bagnall1-75/+2
2017-01-22param: Remove winbindd privileged socket directory optionAndrew Bartlett1-1/+0
2016-12-20CVE-2016-2125: s4:scripting: don't use GSS_C_DELEG_FLAG in nsupdate-gssStefan Metzmacher1-1/+1
2016-11-22samba_dnsupdate: Raise after the error count is incrementedGarming Sam1-1/+1
2016-11-22samba_dnsupdate: cmd._run doesn't have ExceptionsGarming Sam1-1/+7
2016-11-22upgradeprovision: Remove objectCategory from constructed attrsGarming Sam1-1/+1