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
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-12
/
+11
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
-146
/
+184
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
-23
/
+76
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
2015-05-30
KCC: tests/ldif_utils tests ldif import
Douglas Bagnall
1
-5
/
+30
2015-05-30
KCC: ldif_utils: ldif_to_samdb doesn't need creds; begin selftest
Douglas Bagnall
2
-3
/
+101
2015-05-30
kcc: prevent non-determinism when running translation
Garming Sam
1
-5
/
+14
2015-05-29
KCC: test suite for the graph_utils
Douglas Bagnall
2
-7
/
+174
2015-05-29
KCC: remove print statements from kcc_utils
Douglas Bagnall
1
-3
/
+0
2015-05-29
KCC: more pep8 for kcc_utils
Douglas Bagnall
1
-17
/
+15
2015-05-29
KCC: pep8 pass over graph_utils.py
Douglas Bagnall
1
-47
/
+54
2015-05-29
KCC: add graph tests of robustness against edge and vertex failure
Douglas Bagnall
1
-3
/
+24
2015-05-29
KCC: improve directed_double_ring graph check
Douglas Bagnall
1
-46
/
+73
2015-05-29
KCC: slight rewrite for the sake of pep8
Douglas Bagnall
1
-6
/
+4
2015-05-29
KCC: more pep8, using temp variables in places
Douglas Bagnall
1
-31
/
+34
2015-05-29
KCC: fix square bracket padding for pep8
Douglas Bagnall
1
-39
/
+40
2015-05-29
KCC: deduplicate connection schedule creation
Douglas Bagnall
1
-42
/
+30
2015-05-29
KCC: reformat kcc_util object __str__ for pep8
Douglas Bagnall
1
-39
/
+30
2015-05-29
KCC: pep8 conformance
Douglas Bagnall
1
-104
/
+107
2015-05-29
KCC: Help RW DCs to ignore RODCs when doing kcc
Douglas Bagnall
1
-2
/
+6
2015-05-29
KCC: use less verbose constructions in a few places
Douglas Bagnall
1
-3
/
+1
2015-05-29
KCC: colour dot graph vertices as well as edges
Douglas Bagnall
1
-5
/
+7
2015-05-29
KCC: Comment about schedule types
Douglas Bagnall
1
-0
/
+2
2015-05-29
KCC: use more efficient, less polluting dictionary operations
Douglas Bagnall
1
-5
/
+6
2015-05-29
KCC: a whole lot of debugging messages
Douglas Bagnall
1
-0
/
+7
2015-05-29
KCC: set site topo_generator in RO case, for debug clarity
Douglas Bagnall
1
-0
/
+1
2015-05-29
KCC: reuse convert_schedule_to_repltimes() for Sitelinks
Douglas Bagnall
1
-36
/
+60
2015-05-29
KCC: fix NTDSConnection.convert_schedule_to_repltimes
Douglas Bagnall
1
-17
/
+29
2015-05-29
KCC: InternalEdge should know its sitelink
Douglas Bagnall
1
-1
/
+2
2015-05-29
KCC: minor formatting changes
Douglas Bagnall
1
-3
/
+3
2015-05-29
KCC: move console colours from kcc_utils to graph_utils
Douglas Bagnall
2
-19
/
+19
2015-05-29
KCC: pep8 for ldif_utils.py
Douglas Bagnall
1
-125
/
+121
2015-05-29
KCC: move ldif import/export functions into their own module
Douglas Bagnall
1
-0
/
+406
2015-05-29
KCC: rearrange samba_kcc entry point
Douglas Bagnall
1
-1
/
+1
2015-05-29
KCC graph_utils: rename KCCGraphError, GraphError
Douglas Bagnall
1
-13
/
+13
2015-05-29
KCC: try graphing edges in colour for partition type
Douglas Bagnall
1
-5
/
+12
2015-05-29
KCC: shift graph plotting and verification into a separate module
Douglas Bagnall
2
-274
/
+298
2015-05-29
KCC: improved documentation for verify_graph_directed_double_ring
Douglas Bagnall
1
-7
/
+8
2015-05-29
KCC: the commit that mops up stray comments
Douglas Bagnall
1
-1
/
+7
[prev]
[next]