KCC: default to not loading new samdb when we already have one
[nivanova/samba-autobuild/.git] / python / samba / kcc / __init__.py
2015-10-29 Douglas BagnallKCC: default to not loading new samdb when we already...
2015-10-29 Douglas BagnallKCC: fix typo in error path
2015-10-29 Douglas BagnallKCC: better explain our confusion in colour_vertices...
2015-10-29 Douglas BagnallKCC: clarify debugging messages in bridgehead finding...
2015-10-29 Douglas BagnallKCC: keep track of IP transport for dsa.new_connection()
2015-10-29 Douglas BagnallKCC: set system flags for new intrasite connections
2015-10-29 Garming SamKCC: Use detect_failed in create_connections
2015-10-29 Douglas BagnallKCC: remove useless comments and simplify get_dsa_for_i...
2015-10-29 Douglas BagnallKCC: stop --forget-intersite-links forgetting local...
2015-10-29 Douglas BagnallKCC: simplify get_dsa_for_implied_replica(), using...
2015-10-29 Douglas BagnallKCC: Share commit wrapper between forget_ntdsconn and...
2015-10-29 Douglas BagnallKCC: pull apart remove_unneeded_ntdsconn(), fixing...
2015-10-29 Douglas BagnallKCC: shift common is_generated() check out of branches
2015-06-12 Douglas BagnallKCC: use python 2.6 compatible dictonary comprehensions
2015-06-12 Douglas BagnallKCC: intrasite double_directed_ring test shouldn't...
2015-06-12 Douglas BagnallKCC: use logger.critical rather than print >> sys.stderr
2015-06-12 Douglas BagnallKCC: draw a site-edges graph for each partition
2015-06-12 Douglas BagnallKCC: fix the polarity of bridges_required option
2015-06-12 Douglas BagnallKCC: remove unnecessary comment
2015-06-12 Douglas BagnallKCC: reword comment, removing unwarranted XXX
2015-06-12 Douglas BagnallKCC: remove an unwarranted XXX comment
2015-06-12 Douglas BagnallKCC: pep8 line length in plot all connections
2015-06-12 Douglas BagnallKCC: pep8 remove a line
2015-06-12 Douglas BagnallKCC: samba.kcc formatting fixes for pep8
2015-06-12 Douglas BagnallKCC: remove XXX scare comments around guid comparisons.
2015-06-12 Douglas BagnallKCC: use logger functions rather than print in create_c...
2015-06-12 Douglas BagnallKCC: Don't pretend to "load_all_transports"
2015-06-12 Douglas BagnallKCC: ignore SMTP transport and warn about unknown ones
2015-06-12 Douglas BagnallKCC: remove "forest_of_rings" verification check
2015-06-12 Douglas BagnallKCC: improve documentation for KCC.export_ldif()
2015-06-12 Douglas BagnallKCC: improve documentation for KCC.import_ldif()
2015-06-12 Douglas BagnallKCC: print error messages to stderr, not stdout
2015-06-12 Douglas BagnallKCC: improve documentation for KCC.intrasite_max_node_e...
2015-06-12 Douglas BagnallKCC: improve documentation for KCC.intersite() and...
2015-06-12 Douglas BagnallKCC: improve docstring for KCC.create_connections()
2015-06-12 Douglas BagnallKCC: remove dead code that depends on SMTP replication
2015-06-12 Douglas BagnallKCC: fix KCC.import_ldif() use of forced_local_dsa
2015-06-12 Garming Samkcc: Allow RODC to be included in intersite topology
2015-06-12 Douglas BagnallKCC: remove a condition dependant on non-IP transport
2015-06-12 Douglas BagnallKCC: Add fake transport EDGE_TYPE_ALL at most once
2015-06-12 Douglas BagnallKCC: simplify repsfrom pruning in KCC.translate_ntdsconn()
2015-06-12 Douglas BagnallKCC: improve docstring for KCC.plot_all_connections()
2015-06-12 Douglas BagnallKCC: improve docstring for KCC.run()
2015-06-12 Douglas BagnallKCC: write dot files in a deterministic, user specified...
2015-06-12 Douglas BagnallKCC: remove unnecessary debug message in KCC.get_all_br...
2015-06-12 Douglas BagnallKCC: don't generate dot/verify graph edges unless necessary
2015-06-12 Douglas BagnallKCC: clarify a comment in is_stale_link_connection()
2015-06-12 Douglas BagnallKCC: explicit None check in refresh_failed_links_connec...
2015-06-12 Douglas BagnallKCC: remove commented out code in KCC.refresh_failed_li...
2015-06-12 Douglas BagnallKCC: remove unused method KCC.should_be_present_test()
2015-06-12 Douglas BagnallKCC: remove an unused variable in KCC.remove_unneeded_n...
2015-06-12 Douglas BagnallKCC: rename is_repsFrom_implied to get_dsa_for_implied_...
2015-06-12 Douglas BagnallKCC: tidy up a missed keystroke in a comment
2015-06-12 Douglas BagnallKCC: remove unused variable from KCC.modify_repsFrom()
2015-06-12 Douglas BagnallKCC: move functions used in kcc.graph into kcc.graph
2015-06-12 Douglas BagnallKCC: KCC object keeps lp and creds for live pings
2015-06-12 Douglas BagnallKCC improve docstring for KCC.load_samdb()
2015-06-12 Douglas BagnallKCC improve docstring for KCC.construct_intrasite_graph()
2015-06-12 Douglas BagnallKCC improve docstring for update_rodc_connection()
2015-06-12 Douglas BagnallKCC improve docstring for KCC.create_intersite_connecti...
2015-06-12 Douglas BagnallKCC improve docstring for refresh_failed_links_connecti...
2015-06-12 Douglas BagnallKCC: shift samba.ldif_utils to samba.kcc.ldif_import_export
2015-06-12 Douglas BagnallKCC: remove remnants of script from samba/kcc/__init__
2015-06-12 Douglas BagnallKCC: shift samba.kcc intersite functions to samba.kcc...
2015-06-12 Douglas BagnallKCC: split kcc_utils into samba.kcc.{kcc_utils,graph}
2015-06-12 Douglas BagnallKCC: rearrange 3 functions in samba.kcc __init__
2015-06-12 Douglas BagnallKCC: split and shift samba.graph_utils -> samba.kcc...
2015-06-12 Douglas BagnallKCC: Reduce brokenness of samba.kcc module
2015-06-12 Douglas BagnallKCC: Copy KCC core out of samba_kcc into samba.kcc...