summaryrefslogtreecommitdiff
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* selftest: Add separate command line for listing tests, allowing us of subunit...Jelmer Vernooij2015-03-241-0/+2
* speedtest: Use samba.tests.subunitrun.Jelmer Vernooij2015-03-241-14/+4
* Move option handling into samba.tests.subunitrun.Jelmer Vernooij2015-03-241-8/+6
* Move option parsing to samba.tests.subunitrun.Jelmer Vernooij2015-03-241-1/+3
* subunitrun: Use new samba.tests.subunitrun module.Jelmer Vernooij2015-03-241-13/+3
* speedtest: Create and run a single testsuite, should easy migration to regula...Jelmer Vernooij2015-03-241-8/+8
* Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...Jelmer Vernooij2015-01-271-1/+1
* samba_dnsupdate: Look for ForestDnsZones in the right placeAndrew Bartlett2014-09-271-1/+3
* testprogs: Use the system binaries for KRB5 if we don't build in-tree heimdal.Andreas Schneider2014-09-011-1/+6
* s4:samba_dnsupdate: provide more substitution variables e.g. IF_RODCStefan Metzmacher2014-08-261-0/+57
* s4:samba_dnsupdate: don't try to be smart when verifying NS recordsStefan Metzmacher2014-08-261-19/+0
* s4:samba_dnsupdate: cache the already registered recordsStefan Metzmacher2014-08-261-16/+101
* s4:samba_dnsupdate: fix dnsobj.__str__()Stefan Metzmacher2014-08-261-5/+5
* s4:samba_dnsupdate: don't lower case the registered namesStefan Metzmacher2014-08-261-5/+5
* s4:samba_kcc: Use 'dburl' passed from command line rather than lp.samdb_url()Kamen Mazdrashki2014-04-221-3/+3
* s4:samba_kcc: fix reference to DSA object while building partial replica listKamen Mazdrashki2014-04-221-1/+1
* s4:samba_kcc: Fix error handling opening export ldif fileKamen Mazdrashki2014-04-221-2/+2
* s4:KCC: Use dsdb.DS_DOMAIN_FUNCTION_2008 constant for DS-Behavior comparisonsKamen Mazdrashki2014-04-221-4/+4
* selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider2014-04-171-1/+1
* script to generate content for libcli/util/nterr.c & libcli/util/ntstatus.hNoel Power2014-04-021-0/+243
* script to generate libcli/util/hresult.c & libcli/util/hresult.hNoel Power2014-04-021-0/+207
* samba-tool: make provision check for bind versionGarming Sam2014-03-091-1/+1
* samba_upgradedns: message the user if they need to change smb.confRicky Nance2014-01-071-0/+16
* samba-tool domain join subdomain: Rework sambadns.py to allow setup of Domain...Andrew Bartlett2013-10-111-2/+3
* provision: Remove --username and --password options from samba-tool domain pr...Andrew Bartlett2013-10-111-1/+1
* samba_backup: fix bug, add command line parameter, improve error messagesBrian Martin2013-10-051-15/+37
* scripting/samba_upgradedns: Tighten up exception and attribute list handlingAndrew Bartlett2013-09-041-9/+10
* scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett2013-09-041-1/+10
* s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()Stefan Metzmacher2013-08-301-1/+1
* Make the output of the crackname script more readableMatthieu Patou2013-07-031-4/+4
* Avoid leaking temp file if an exception is raisedJean Raby2013-04-111-1/+5
* scripting: Fill the ProvisionNames hash with strings, not ldb.MessageElement ...Andrew Bartlett2013-03-251-15/+1
* scripting: Move get_diff_sds from samba.upgradehelpers to samba.descriptorAndrew Bartlett2013-03-251-2/+2
* scripting: Modify samba.descriptor.get_wellknown_sds() use samdb calls onlyAndrew Bartlett2013-03-251-1/+1
* scripting: Move samba.provision.descriptor to samba.descriptorAndrew Bartlett2013-03-251-1/+1
* scripting: Make samba.provision.descriptor.get_wellknown_sds() return ldb.Dn ...Andrew Bartlett2013-03-251-3/+2
* scripting: Move the list of well known SDs to samba.provision.descriptorAndrew Bartlett2013-03-251-71/+2
* scripting: No longer install samba_upgradeprovisionAndrew Bartlett2013-03-121-1/+1
* samba_upgradeprovision: Do not reset every DN when changing an SDAndrew Bartlett2013-03-041-22/+8
* samba_upgradeprovision: do not maintain dnNotToRecalculate as a listAndrew Bartlett2013-03-041-5/+3
* samba_upgradeprovision: only run rebuild_sd in --full modeAndrew Bartlett2013-03-041-20/+17
* samba_upgradeprovision: Remove alwaysRecalculate, this is too dangerousAndrew Bartlett2013-03-041-4/+1
* samba_upgradeprovision: Remove unused checkKeepAttributeOldMtdAndrew Bartlett2013-03-041-73/+6
* scripting: Rework samba.upgradehelpers.get_diff_sddls to be get_diff_sdsAndrew Bartlett2013-03-041-11/+10
* samba_upgradeprovision: Remove auto-detection of pre-alpha9 databasesAndrew Bartlett2013-03-041-5/+6
* Remove incomplete check for IPv6 link-local addresses.Landon Fuller2013-03-021-3/+1
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-02114-31384/+1
* build: Rename samba_python waf node to avoid duplicate nameAndrew Bartlett2013-03-021-1/+1
* ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell2013-02-203-5/+8
* samba_upgradeprovision: Use tdb_util.tdb_copy not shutil.copy2Andrew Bartlett2013-02-191-13/+17