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-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
2015-05-29
KCC: make --verify graph errors fatal
Douglas Bagnall
1
-3
/
+4
2015-05-29
KCC: attempt to use correct verification tests for graphs
Douglas Bagnall
1
-0
/
+4
2015-05-29
KCC: debug nc_type by name rather than enum number
Douglas Bagnall
1
-1
/
+3
2015-05-29
KCC: consistently use ndr_pack() for DSA GUID comparisons
Douglas Bagnall
1
-1
/
+2
2015-05-29
KCC: Use ndrpack(GUID) sorting for all graph vertex operations
Douglas Bagnall
1
-2
/
+3
2015-05-29
KCC: do not skip unrelated edges when rodc topology is found
Douglas Bagnall
1
-6
/
+1
2015-05-29
KCC: A whole lot of debugging and other non-functional changes
Douglas Bagnall
1
-0
/
+5
2015-05-29
KCC: stub for check of 1 or 2 node or double ring directed graph
Douglas Bagnall
1
-0
/
+7
2015-05-29
kcc: Interpret msDS-hasMasterNCs as hasMasterNCs
Garming Sam
1
-0
/
+1
2015-05-29
KCC: rename "fully_connected" check, "complete"
Douglas Bagnall
1
-2
/
+2
2015-05-29
KCC: write_dot_graph prints filename in --debug mode
Douglas Bagnall
1
-1
/
+3
2015-05-29
KCC: add directed double ring verification
Douglas Bagnall
1
-0
/
+56
2015-05-29
KCC: add an option to list the graph verification options
Douglas Bagnall
1
-0
/
+16
2015-05-29
KCC: add graph verification at all dot file points
Douglas Bagnall
1
-3
/
+18
2015-05-29
KCC: add an option to verify graph properties
Douglas Bagnall
1
-2
/
+159
2015-05-28
KCC: more pythonic expression in select_istg
Douglas Bagnall
1
-12
/
+7
2015-05-28
KCC: Add comments regarding time handling
Douglas Bagnall
1
-0
/
+4
2015-05-28
KCC: add comments, idiomatic changes to intrasite_graph code
Douglas Bagnall
1
-2
/
+2
2015-05-28
KCC: improve log legibility with colour; make more dot graphs
Douglas Bagnall
1
-6
/
+27
2015-05-28
KCC: helper function to find config NC replica for a DSA
Douglas Bagnall
1
-8
/
+13
2015-05-28
KCC: use more pythonic construct for get_current_replica
Douglas Bagnall
1
-4
/
+1
2015-05-28
kcc: Reduce code verbosity in dumpstr_* functions
Douglas Bagnall
1
-40
/
+7
2015-05-28
kcc: add labels to dot files
Douglas Bagnall
1
-1
/
+1
2015-05-28
samba_kcc: add an option to set assumed current time
Douglas Bagnall
1
-4
/
+4
2015-05-28
KCC: Create Graphviz dot files showing network topology
Douglas Bagnall
1
-0
/
+15
2015-05-28
KCC: correct the comparison for lost link timeout
Douglas Bagnall
1
-1
/
+1
[prev]
[next]