summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
AgeCommit message (Expand)AuthorFilesLines
2015-05-28samba_kcc: try to implement rep deletion in translate_ntdsconn()Douglas Bagnall1-7/+17
2015-05-28kcc: add labels to dot filesDouglas Bagnall1-2/+3
2015-05-28KCC: highlight our deviation from the spec in color_verticesDouglas Bagnall1-3/+10
2015-05-28samba_kcc: add an option to set assumed current timeDouglas Bagnall1-5/+26
2015-05-28KCC: Create Graphviz dot files showing network topologyDouglas Bagnall1-4/+23
2015-05-28kcc: Add a TODO for is_bridgehead_failedGarming Sam1-1/+1
2015-05-28kcc: add some more debug messagesGarming Sam1-0/+2
2015-05-28kcc: correctly calculate the number of componentsGarming Sam1-1/+1
2015-05-28kcc: Export extended_dn to be used by importGarming Sam1-1/+2
2015-05-28kcc: Make debugging slightly clearerGarming Sam1-2/+2
2015-05-28kcc: Use remote vertex instead of local vertex in getting bridgeheadGarming Sam1-3/+12
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-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/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-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-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