summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)AuthorFilesLines
2015-07-08samba-tool: add 'domain trust *' commandsStefan Metzmacher1-0/+2206
2015-07-08python/samba: add on optional 'special_name' argument to CredentialsOptions()Stefan Metzmacher1-10/+27
2015-07-08python/samba: add current_unix_time()Stefan Metzmacher1-0/+4
2015-07-03python:samba/tests: don't use the x.alter_context() method in dcerpc/bare.pyStefan Metzmacher1-11/+2
2015-07-03python/samba/tests: add fallbacks for assert{Less,Greater}[Equal]()Stefan Metzmacher1-0/+12
2015-07-03python/samba/tests: let the output of hexdump() match our C code in dump_data...Stefan Metzmacher1-6/+10
2015-07-03python/samba/tests: move hexdump() from DNSTest to TestCaseStefan Metzmacher2-14/+12
2015-06-18samba-tool: make 'samba-tool fsmo *' aware of all 7 fsmo rolesRowland Penny1-78/+268
2015-06-16Group creation: Add msSFU30Name only when --nis-domain was givenMarc Muehlfeld1-2/+1
2015-06-12KCC: use python 2.6 compatible dictonary comprehensionsDouglas Bagnall2-9/+9
2015-06-12KCC: intrasite double_directed_ring test shouldn't include RODCsDouglas Bagnall1-2/+36
2015-06-12KCC: use logger.critical rather than print >> sys.stderrDouglas Bagnall1-3/+2
2015-06-12KCC: draw a site-edges graph for each partitionDouglas Bagnall1-1/+2
2015-06-12KCC: use KccError, simplify logic in NTDSConn.commit_modifiedDouglas Bagnall1-10/+7
2015-06-12KCC: remove unused create_edge_set() functionDouglas Bagnall1-5/+0
2015-06-12KCC: ignore the bridges_required optionDouglas Bagnall2-14/+8
2015-06-12KCC: fix the polarity of bridges_required optionDouglas Bagnall1-1/+1
2015-06-12KCC: remove a TODO with seemingly no basis in specificationDouglas Bagnall1-2/+0
2015-06-12KCC: clarify setup-vertices docstring, remove TODODouglas Bagnall1-1/+10
2015-06-12KCC: note about the meaning of None in schedule typesDouglas Bagnall1-0/+2
2015-06-12KCC: combine_repl_info() returns the combined replinfoDouglas Bagnall1-45/+23
2015-06-12KCC: remove unnecessary commentDouglas Bagnall1-1/+0
2015-06-12KCC: reword comment, removing unwarranted XXXDouglas Bagnall1-5/+5
2015-06-12KCC: remove an unwarranted XXX commentDouglas Bagnall1-1/+1
2015-06-12KCC: let kcc.graph.ReplInfo know its durationDouglas Bagnall1-8/+17
2015-06-12KCC: docstring for kcc.graph.InternalEdgeDouglas Bagnall1-0/+6
2015-06-12KCC: docstring for kcc.graph.MultiEdgeDouglas Bagnall1-0/+1
2015-06-12KCC: docstring for kcc.graph.VertexDouglas Bagnall1-4/+7
2015-06-12KCC: docstring for kcc.graph.VertexColour()Douglas Bagnall1-0/+1
2015-06-12KCC: docstring for kcc.graph.setup_graph()Douglas Bagnall1-5/+12
2015-06-12KCC: docstring for kcc.graph.add_edge_out()Douglas Bagnall1-1/+12
2015-06-12KCC: docstring for kcc.graph.find_component()Douglas Bagnall1-0/+5
2015-06-12KCC: some rearrangement in kcc.graph.add_int_edge()Douglas Bagnall1-9/+7
2015-06-12KCC: docstring for kcc.graph.kruskal()Douglas Bagnall1-0/+9
2015-06-12KCC: docstring for kcc.graph.add_int_edge()Douglas Bagnall1-2/+16
2015-06-12KCC: docstring for kcc.graph.process_edge()Douglas Bagnall1-1/+7
2015-06-12KCC: docstring for kcc.graph.process_edge_set()Douglas Bagnall1-0/+7
2015-06-12KCC: docstring for kcc.graph.undemote_vertex()Douglas Bagnall1-0/+7
2015-06-12KCC: docstring for kcc.graph.check_demote_vertex()Douglas Bagnall1-0/+8
2015-06-12KCC: pep8 line length in plot all connectionsDouglas Bagnall1-2/+3
2015-06-12KCC: pep8 -- remove an extra line in graph_utilsDouglas Bagnall1-1/+0
2015-06-12KCC: pep8 remove a lineDouglas Bagnall1-1/+0
2015-06-12KCC: samba.kcc formatting fixes for pep8Douglas Bagnall1-2/+2
2015-06-12KCC: remove XXX scare comments around guid comparisons.Douglas Bagnall2-3/+0
2015-06-12KCC: setup_dijkstra() creates its own empty queueDouglas Bagnall1-6/+7
2015-06-12KCC: Add graph.InternalEdge.__lt__ docstringDouglas Bagnall1-0/+12
2015-06-12KCC: Add graph.try_new_path docstringDouglas Bagnall1-0/+9
2015-06-12KCC: Add graph.dijkstra and setup_dijkstra() docstringsDouglas Bagnall1-0/+15
2015-06-12KCC: Add graph.setup_vertices() docstringDouglas Bagnall1-0/+5
2015-06-12KCC: don't pretend graph.create_edge_set() is usefulDouglas Bagnall1-3/+1