index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
samba
/
kcc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-12
KCC: ignore SMTP transport and warn about unknown ones
Douglas Bagnall
1
-2
/
+7
2015-06-12
KCC: remove "forest_of_rings" verification check
Douglas Bagnall
2
-7
/
+1
2015-06-12
KCC: improve docstring for kcc.graph.get_spanning_tree_edges()
Douglas Bagnall
1
-0
/
+8
2015-06-12
KCC: improve docstring for kcc.graph.combine_repl_info()
Douglas Bagnall
1
-0
/
+13
2015-06-12
KCC: improve documentation for KCC.export_ldif()
Douglas Bagnall
1
-2
/
+4
2015-06-12
KCC: improve documentation for KCC.import_ldif()
Douglas Bagnall
1
-2
/
+5
2015-06-12
KCC: print error messages to stderr, not stdout
Douglas Bagnall
1
-5
/
+6
2015-06-12
KCC: improve documentation for KCC.intrasite_max_node_edges()
Douglas Bagnall
1
-8
/
+12
2015-06-12
KCC: improve documentation for KCC.intersite() and KCC.intrasite()
Douglas Bagnall
1
-10
/
+25
2015-06-12
KCC: improve docstring for KCC.create_connections()
Douglas Bagnall
1
-2
/
+4
2015-06-12
KCC: remove dead code that depends on SMTP replication
Douglas Bagnall
1
-86
/
+14
2015-06-12
KCC: fix KCC.import_ldif() use of forced_local_dsa
Douglas Bagnall
1
-2
/
+2
2015-06-12
kcc: Allow RODC to be included in intersite topology
Garming Sam
2
-1
/
+9
2015-06-12
KCC: remove a condition dependant on non-IP transport
Douglas Bagnall
1
-5
/
+0
2015-06-12
KCC: Add fake transport EDGE_TYPE_ALL at most once
Douglas Bagnall
1
-3
/
+3
2015-06-12
KCC: simplify repsfrom pruning in KCC.translate_ntdsconn()
Douglas Bagnall
1
-27
/
+10
2015-06-12
KCC: improve docstring for KCC.plot_all_connections()
Douglas Bagnall
1
-0
/
+5
2015-06-12
KCC: improve docstring for KCC.run()
Douglas Bagnall
1
-3
/
+13
2015-06-12
KCC: write dot files in a deterministic, user specified place
Douglas Bagnall
3
-41
/
+46
2015-06-12
KCC: remove unnecessary debug message in KCC.get_all_bridgeheads()
Douglas Bagnall
1
-6
/
+0
2015-06-12
KCC: don't generate dot/verify graph edges unless necessary
Douglas Bagnall
1
-10
/
+11
2015-06-12
KCC: clarify a comment in is_stale_link_connection()
Douglas Bagnall
1
-1
/
+3
2015-06-12
KCC: explicit None check in refresh_failed_links_connections()
Douglas Bagnall
1
-1
/
+1
2015-06-12
KCC: remove commented out code in KCC.refresh_failed_links_connections()
Douglas Bagnall
1
-4
/
+0
2015-06-12
KCC: remove unused method KCC.should_be_present_test()
Douglas Bagnall
1
-10
/
+0
2015-06-12
KCC: remove an unused variable in KCC.remove_unneeded_ntdsconn()
Douglas Bagnall
1
-4
/
+0
2015-06-12
KCC: rename is_repsFrom_implied to get_dsa_for_implied_replica, simplify
Douglas Bagnall
1
-18
/
+21
2015-06-12
KCC: tidy up a missed keystroke in a comment
Douglas Bagnall
1
-1
/
+1
2015-06-12
KCC: remove unused variable from KCC.modify_repsFrom()
Douglas Bagnall
1
-3
/
+0
2015-06-12
KCC: move functions used in kcc.graph into kcc.graph
Douglas Bagnall
3
-65
/
+64
2015-06-12
KCC: add a warning about side-effects in RepsFromTo.__setattr__
Douglas Bagnall
1
-0
/
+4
2015-06-12
KCC: fix combine_repl_info
Douglas Bagnall
1
-12
/
+4
2015-06-12
KCC: clarify a couple of comments in graph.py
Douglas Bagnall
1
-4
/
+4
2015-06-12
KCC: KCC object keeps lp and creds for live pings
Douglas Bagnall
1
-17
/
+30
2015-06-12
KCC improve docstring for KCC.load_samdb()
Douglas Bagnall
1
-1
/
+1
2015-06-12
KCC improve docstring for KCC.construct_intrasite_graph()
Douglas Bagnall
1
-1
/
+15
2015-06-12
KCC improve docstring for update_rodc_connection()
Douglas Bagnall
1
-5
/
+6
2015-06-12
KCC improve docstring for KCC.create_intersite_connections()
Douglas Bagnall
1
-3
/
+5
2015-06-12
KCC improve docstring for refresh_failed_links_connections()
Douglas Bagnall
1
-4
/
+3
2015-06-12
KCC: shift samba.ldif_utils to samba.kcc.ldif_import_export
Douglas Bagnall
2
-7
/
+407
2015-06-12
KCC: remove remnants of script from samba/kcc/__init__
Douglas Bagnall
1
-28
/
+6
2015-06-12
KCC: shift samba.kcc intersite functions to samba.kcc.graph
Douglas Bagnall
2
-435
/
+454
2015-06-12
KCC: split kcc_utils into samba.kcc.{kcc_utils,graph}
Douglas Bagnall
3
-1
/
+2419
2015-06-12
KCC: rearrange 3 functions in samba.kcc __init__
Douglas Bagnall
1
-40
/
+39
2015-06-12
KCC: split and shift samba.graph_utils -> samba.kcc.{graph_utils,debug}
Douglas Bagnall
3
-1
/
+439
2015-06-12
KCC: Reduce brokenness of samba.kcc module
Douglas Bagnall
1
-381
/
+119
2015-06-12
KCC: Copy KCC core out of samba_kcc into samba.kcc module
Douglas Bagnall
1
-0
/
+3399
[prev]