summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2015-05-28kcc: Use correct parent in kruskal algorithmGarming Sam1-11/+11
2015-05-28kcc: Remove DN translation for Site GUIDGarming Sam1-15/+5
2015-05-28kcc: Factor out MAX_DWORDGarming Sam1-4/+4
2015-05-28kcc: convert identification of sites from DN to GUIDGarming Sam1-19/+30
2015-05-28kcc: remove unnecessary find site link codeGarming Sam1-12/+1
2015-05-28kcc: Convert transport identification from DN to GUIDGarming Sam1-16/+16
2015-05-28kcc: Start using proper GUIDs for comparisonGarming Sam1-1/+1
2015-05-28kcc: Implement update_rodc_connection to maintain the FRSGarming Sam1-1/+20
2015-05-28samba_kcc: Add basic skeleton for KCC intersite algorithmGarming Sam1-15/+517
2015-05-28samba_kcc: Ensure we bail out if s_dsa is NoneAndrew Bartlett1-3/+3
2015-05-28samba_kcc: Fix use-before assignmentAndrew Bartlett1-0/+2
2015-05-28samba_kcc: Do not attempt to modify connections on a RODC, replicated attribu...Andrew Bartlett1-1/+1
2015-05-28kcc: Fix typos in original samba_kccGarming Sam1-1/+1
2015-05-28samba_kcc: Fix existing syntax errors preventing samba_kcc from runningGarming Sam1-3/+3
2015-05-28samba_kcc: Do not catch all exceptions, we need the backtraceAndrew Bartlett1-4/+2
2015-03-16selftest: rename env dc to ad_dc_ntvfsMichael Adam1-6/+6
2015-03-13s4-scripting: generate a hresult_errstr() function.Günther Deschner1-0/+15
2015-03-13s4-scripting: add string representation of error code define to generated table.Günther Deschner1-1/+4
2015-03-13s4-scripting: fix hresult generator python script indentation.Günther Deschner1-8/+8
2015-03-06subunitrun: Update instructions for running subunit tests.Jelmer Vernooij1-1/+1
2015-02-25s4/scripting/devel: Add tool to roll over the krbtgt passwordAndrew Bartlett1-0/+63
2015-02-25s4/scripting/bin/renamedc: Fix up rename DC scriptAndrew Bartlett1-34/+26
2014-12-18samba_dnsupdate: Allow the tool to work in 'make test'.Andreas Schneider1-2/+5
2014-12-18samba_dnsupdate: Always fill out the nameservers of a dns object.Andreas Schneider1-3/+7
2014-11-30selftest: Add separate command line for listing tests, allowing us of subunit...Jelmer Vernooij1-0/+2
2014-11-22speedtest: Use samba.tests.subunitrun.Jelmer Vernooij1-14/+4
2014-11-22Move option handling into samba.tests.subunitrun.Jelmer Vernooij1-8/+6
2014-11-22Move option parsing to samba.tests.subunitrun.Jelmer Vernooij1-1/+3
2014-11-22subunitrun: Use new samba.tests.subunitrun module.Jelmer Vernooij1-13/+3
2014-11-19speedtest: Create and run a single testsuite, should easy migration to regula...Jelmer Vernooij1-8/+8
2014-11-12Move dnspython to third_party.Jelmer Vernooij2-2/+2
2014-10-14Remove last instances of pep8 error E712 (use 'is' rather than '==' for boole...Jelmer Vernooij1-1/+1
2014-10-14Remove remaining instance of pep8 E211 (too many spaces before operator).Jelmer Vernooij1-2/+2
2014-09-27samba_dnsupdate: Look for ForestDnsZones in the right placeAndrew Bartlett1-1/+3
2014-09-01testprogs: Use the system binaries for KRB5 if we don't build in-tree heimdal.Andreas Schneider1-1/+6
2014-08-26s4:samba_dnsupdate: provide more substitution variables e.g. IF_RODCStefan Metzmacher1-0/+57
2014-08-26s4:samba_dnsupdate: don't try to be smart when verifying NS recordsStefan Metzmacher1-19/+0
2014-08-26s4:samba_dnsupdate: cache the already registered recordsStefan Metzmacher1-16/+101
2014-08-26s4:samba_dnsupdate: fix dnsobj.__str__()Stefan Metzmacher1-5/+5
2014-08-26s4:samba_dnsupdate: don't lower case the registered namesStefan Metzmacher1-5/+5
2014-04-22s4:samba_kcc: Use 'dburl' passed from command line rather than lp.samdb_url()Kamen Mazdrashki1-3/+3
2014-04-22s4:samba_kcc: fix reference to DSA object while building partial replica listKamen Mazdrashki1-1/+1
2014-04-22s4:samba_kcc: Fix error handling opening export ldif fileKamen Mazdrashki1-2/+2
2014-04-22s4:KCC: Use dsdb.DS_DOMAIN_FUNCTION_2008 constant for DS-Behavior comparisonsKamen Mazdrashki1-4/+4
2014-04-17selftest: Rename WINBINDD_SOCKET_DIR environment variable.Andreas Schneider1-1/+1
2014-04-02script to generate content for libcli/util/nterr.c & libcli/util/ntstatus.hNoel Power1-0/+243
2014-04-02script to generate libcli/util/hresult.c & libcli/util/hresult.hNoel Power1-0/+207
2014-03-09samba-tool: make provision check for bind versionGarming Sam1-1/+1
2014-01-07samba_upgradedns: message the user if they need to change smb.confRicky Nance1-0/+16
2013-10-11samba-tool domain join subdomain: Rework sambadns.py to allow setup of Domain...Andrew Bartlett1-2/+3