build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsamba
[obnox/samba/samba-obnox.git] / python /
2015-06-12 Douglas BagnallKCC: shift tests/ldif_utils.py to tests/kcc/ldif_import...
2015-06-12 Douglas BagnallKCC: shift tests/graph_utils.py to tests/kcc/graph_utils.py
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: add multi-site ldif to ldif_import_export test...
2015-06-12 Douglas BagnallKCC: test stub for KCC object
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: add a warning about side-effects in RepsFromTo...
2015-06-12 Douglas BagnallKCC: fix combine_repl_info
2015-06-12 Douglas BagnallKCC: clarify a couple of comments in graph.py
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...
2015-05-30 Douglas BagnallKCC: tests/ldif_utils tests ldif import
2015-05-30 Douglas BagnallKCC: ldif_utils: ldif_to_samdb doesn't need creds;...
2015-05-30 Garming Samkcc: prevent non-determinism when running translation
2015-05-29 Douglas BagnallKCC: test suite for the graph_utils
2015-05-29 Douglas BagnallKCC: remove print statements from kcc_utils
2015-05-29 Douglas BagnallKCC: more pep8 for kcc_utils
2015-05-29 Douglas BagnallKCC: pep8 pass over graph_utils.py
2015-05-29 Douglas BagnallKCC: add graph tests of robustness against edge and...
2015-05-29 Douglas BagnallKCC: improve directed_double_ring graph check
2015-05-29 Douglas BagnallKCC: slight rewrite for the sake of pep8
2015-05-29 Douglas BagnallKCC: more pep8, using temp variables in places
2015-05-29 Douglas BagnallKCC: fix square bracket padding for pep8
2015-05-29 Douglas BagnallKCC: deduplicate connection schedule creation
2015-05-29 Douglas BagnallKCC: reformat kcc_util object __str__ for pep8
2015-05-29 Douglas BagnallKCC: pep8 conformance
2015-05-29 Douglas BagnallKCC: Help RW DCs to ignore RODCs when doing kcc
2015-05-29 Douglas BagnallKCC: use less verbose constructions in a few places
2015-05-29 Douglas BagnallKCC: colour dot graph vertices as well as edges
2015-05-29 Douglas BagnallKCC: Comment about schedule types
2015-05-29 Douglas BagnallKCC: use more efficient, less polluting dictionary...
2015-05-29 Douglas BagnallKCC: a whole lot of debugging messages
2015-05-29 Douglas BagnallKCC: set site topo_generator in RO case, for debug...
2015-05-29 Douglas BagnallKCC: reuse convert_schedule_to_repltimes() for Sitelinks
2015-05-29 Douglas BagnallKCC: fix NTDSConnection.convert_schedule_to_repltimes
2015-05-29 Douglas BagnallKCC: InternalEdge should know its sitelink
2015-05-29 Douglas BagnallKCC: minor formatting changes
2015-05-29 Douglas BagnallKCC: move console colours from kcc_utils to graph_utils
2015-05-29 Douglas BagnallKCC: pep8 for ldif_utils.py
2015-05-29 Douglas BagnallKCC: move ldif import/export functions into their own...
2015-05-29 Douglas BagnallKCC: rearrange samba_kcc entry point
2015-05-29 Douglas BagnallKCC graph_utils: rename KCCGraphError, GraphError
2015-05-29 Douglas BagnallKCC: try graphing edges in colour for partition type
2015-05-29 Douglas BagnallKCC: shift graph plotting and verification into a separ...
2015-05-29 Douglas BagnallKCC: improved documentation for verify_graph_directed_d...
2015-05-29 Douglas BagnallKCC: the commit that mops up stray comments
2015-05-29 Douglas BagnallKCC: make --verify graph errors fatal
2015-05-29 Douglas BagnallKCC: attempt to use correct verification tests for...
2015-05-29 Douglas BagnallKCC: debug nc_type by name rather than enum number
2015-05-29 Douglas BagnallKCC: consistently use ndr_pack() for DSA GUID comparisons
2015-05-29 Douglas BagnallKCC: Use ndrpack(GUID) sorting for all graph vertex...
2015-05-29 Douglas BagnallKCC: do not skip unrelated edges when rodc topology...
2015-05-29 Douglas BagnallKCC: A whole lot of debugging and other non-functional...
2015-05-29 Douglas BagnallKCC: stub for check of 1 or 2 node or double ring direc...
2015-05-29 Garming Samkcc: Interpret msDS-hasMasterNCs as hasMasterNCs
2015-05-29 Douglas BagnallKCC: rename "fully_connected" check, "complete"
2015-05-29 Douglas BagnallKCC: write_dot_graph prints filename in --debug mode
2015-05-29 Douglas BagnallKCC: add directed double ring verification
2015-05-29 Douglas BagnallKCC: add an option to list the graph verification options
2015-05-29 Douglas BagnallKCC: add graph verification at all dot file points
2015-05-29 Douglas BagnallKCC: add an option to verify graph properties
2015-05-28 Douglas BagnallKCC: more pythonic expression in select_istg
2015-05-28 Douglas BagnallKCC: Add comments regarding time handling
2015-05-28 Douglas BagnallKCC: add comments, idiomatic changes to intrasite_graph...
2015-05-28 Douglas BagnallKCC: improve log legibility with colour; make more...
2015-05-28 Douglas BagnallKCC: helper function to find config NC replica for...
2015-05-28 Douglas BagnallKCC: use more pythonic construct for get_current_replica
2015-05-28 Douglas Bagnallkcc: Reduce code verbosity in dumpstr_* functions
2015-05-28 Douglas Bagnallkcc: add labels to dot files
2015-05-28 Douglas Bagnallsamba_kcc: add an option to set assumed current time
2015-05-28 Douglas BagnallKCC: Create Graphviz dot files showing network topology
2015-05-28 Douglas BagnallKCC: correct the comparison for lost link timeout
next