summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2015-12-06samba-tool: fsmo.py throws an uncaught exception if noRowland Penny1-1/+2
2015-11-23samba-tool: replace use of os.popenUri Simchoni1-3/+11
2015-11-21samba-tool:provision: fix bug 11600Rowland Penny1-6/+5
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-10-29KCC: kcc.import_ldif doesn't need credsDouglas Bagnall2-5/+4
2015-10-29KCC: remove NTDSConnection API methods that are never usedDouglas Bagnall1-6/+0
2015-10-29KCC: whitespace for pep8Douglas Bagnall1-2/+0
2015-10-29KCC: fix pep8 line length in load_ip_transport()Douglas Bagnall1-3/+4
2015-10-29KCC: Correct capitalisation of KCCErrorDouglas Bagnall1-1/+1
2015-10-29KCC: raise KCCError, not Exception, in multiple placesDouglas Bagnall1-42/+41
2015-10-29KCC: NTDSConnection.load_connection() requires objectGUIDDouglas Bagnall1-1/+4
2015-10-29KCC: remove debug print statements from intrasite and intersiteDouglas Bagnall1-2/+0
2015-10-29KCC: load samdb before calling kcc.run()Douglas Bagnall1-11/+10
2015-10-29KCC: load the object GUID with --import-ldifDouglas Bagnall1-1/+1
2015-10-29KCC: avoid logging alarming things about exected eventsDouglas Bagnall1-4/+4
2015-10-29KCC: more debug info when --import-ldif goes badlyDouglas Bagnall1-4/+5
2015-10-29KCC: default to not loading new samdb when we already have oneDouglas Bagnall1-10/+15
2015-10-29KCC: fix typo in error pathDouglas Bagnall1-1/+1
2015-10-29KCC: better explain our confusion in colour_vertices commentDouglas Bagnall1-1/+1
2015-10-29KCC: clarify debugging messages in bridgehead finding codeDouglas Bagnall1-8/+7
2015-10-29KCC: keep track of IP transport for dsa.new_connection()Douglas Bagnall2-3/+3
2015-10-29KCC: set system flags for new intrasite connectionsDouglas Bagnall1-1/+4
2015-10-29KCC: correctly use dsa.new_connection() system_flags argumentDouglas Bagnall1-2/+3
2015-10-29KCC: Use detect_failed in create_connectionsGarming Sam1-1/+1
2015-10-29KCC: remove useless comments and simplify get_dsa_for_implied_replica()Douglas Bagnall1-32/+9
2015-10-29KCC: stop --forget-intersite-links forgetting local linksDouglas Bagnall1-1/+3
2015-10-29KCC: simplify get_dsa_for_implied_replica(), using IP invariantDouglas Bagnall1-7/+1
2015-10-29KCC: Share commit wrapper between forget_ntdsconn and intrasiteDouglas Bagnall1-16/+5
2015-10-29KCC: pull apart remove_unneeded_ntdsconn(), fixing intersiteDouglas Bagnall1-110/+113
2015-10-29KCC: shift common is_generated() check out of branchesDouglas Bagnall1-5/+3
2015-10-26samba-tool domain demote: Add support for removing by NTDS GUIDAndrew Bartlett3-34/+96
2015-10-26samba-tool domain demote: Add --verbose and --quiet optionsAndrew Bartlett3-21/+51
2015-10-26samba-tool domain demote: Remove dns-SERVER object as wellAndrew Bartlett2-6/+35
2015-10-26samba-tool domain demote: Remove all references to the demoted host, even in DNSAndrew Bartlett1-2/+96
2015-10-26pydns: Add replace_by_dn()Andrew Bartlett1-1/+12
2015-10-26samba-tool domain demote: Use dn.add_base/dn.add_childAndrew Bartlett2-16/+46
2015-10-26samba-tool domain demote: Remove correct DNs and from the correct locationsAndrew Bartlett1-3/+10
2015-10-26selftest: Add tests confirming the demote actually removes objectsAndrew Bartlett1-0/+19
2015-10-26samba-tool domain demote: Refuse to remove ourselfAndrew Bartlett2-2/+13
2015-10-26selftest: Run samba-tool domain demote while we have a clone of the DB handyAndrew Bartlett1-0/+5
2015-10-26samba-tool domain demote: Rework to allow cleanup of partial demotion, catch ...Andrew Bartlett2-53/+118
2015-10-26selftest: Make it clear that the first argument to KCC.run() is unusedAndrew Bartlett1-2/+2
2015-10-26samba-tool domain demote: Allow to operate on an RODC and a subdomainAndrew Bartlett1-40/+53
2015-10-26samba-tool domain demote: Add --remove-other-dead-serverAndrew Bartlett2-6/+203
2015-10-26dns_server: Add python method to extract a DNS entry from a ldb.MessageElementAndrew Bartlett1-0/+4
2015-10-26pydsdb: Also accept ldb.MessageElement values to dsdb routinesAndrew Bartlett1-2/+2
2015-10-26dns_server: Add a python module directly accessing DNS records in sam.ldbAndrew Bartlett1-1/+9
2015-10-26selftest: Add tests for samdb_to_ldif_fileAndrew Bartlett1-3/+22
2015-10-26python/kcc: Write correct module list into the file during ldif_to_samdbAndrew Bartlett1-4/+6
2015-10-26samba-tool drs clone-dc-database: Require --targetdirAndrew Bartlett2-1/+18