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