summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python/tests: Add more assertions that we get back the value we expectAndrew Bartlett2015-09-031-0/+6
* python/tests: Add tests for 64 bit signed integersAndrew Bartlett2015-09-031-1/+27
* ldb: create a cache of known wellknown objects instead of continously searchi...Matthieu Patou2015-09-031-1/+14
* dbcheck: Use set() operations to make dbcheck more efficientAndrew Bartlett2015-09-031-18/+18
* dbcheck: Try to avoid duplicate searchesAndrew Bartlett2015-09-031-2/+4
* dbcheck: Add additional tests for the attributeID listAndrew Bartlett2015-09-031-0/+14
* dbcheck: Add explict tests for unknown and unsorted attributeID valuesAndrew Bartlett2015-09-032-4/+84
* python/tests: Add tests for integer overflow handlingAndrew Bartlett2015-09-031-0/+203
* python: Use an unsigned integer for buf_size, not -1Andrew Bartlett2015-09-031-1/+1
* python:samba/upgrade.py Fix format string syntax in error conditionAndrew Bartlett2015-08-171-1/+1
* samba-tool: add 'domain trust *' commandsStefan Metzmacher2015-07-081-0/+2206
* python/samba: add on optional 'special_name' argument to CredentialsOptions()Stefan Metzmacher2015-07-081-10/+27
* python/samba: add current_unix_time()Stefan Metzmacher2015-07-081-0/+4
* python:samba/tests: don't use the x.alter_context() method in dcerpc/bare.pyStefan Metzmacher2015-07-031-11/+2
* python/samba/tests: add fallbacks for assert{Less,Greater}[Equal]()Stefan Metzmacher2015-07-031-0/+12
* python/samba/tests: let the output of hexdump() match our C code in dump_data...Stefan Metzmacher2015-07-031-6/+10
* python/samba/tests: move hexdump() from DNSTest to TestCaseStefan Metzmacher2015-07-032-14/+12
* samba-tool: make 'samba-tool fsmo *' aware of all 7 fsmo rolesRowland Penny2015-06-181-78/+268
* Group creation: Add msSFU30Name only when --nis-domain was givenMarc Muehlfeld2015-06-161-2/+1
* KCC: use python 2.6 compatible dictonary comprehensionsDouglas Bagnall2015-06-122-9/+9
* KCC: intrasite double_directed_ring test shouldn't include RODCsDouglas Bagnall2015-06-121-2/+36
* KCC: use logger.critical rather than print >> sys.stderrDouglas Bagnall2015-06-121-3/+2
* KCC: draw a site-edges graph for each partitionDouglas Bagnall2015-06-121-1/+2
* KCC: use KccError, simplify logic in NTDSConn.commit_modifiedDouglas Bagnall2015-06-121-10/+7
* KCC: remove unused create_edge_set() functionDouglas Bagnall2015-06-121-5/+0
* KCC: ignore the bridges_required optionDouglas Bagnall2015-06-122-14/+8
* KCC: fix the polarity of bridges_required optionDouglas Bagnall2015-06-121-1/+1
* KCC: remove a TODO with seemingly no basis in specificationDouglas Bagnall2015-06-121-2/+0
* KCC: clarify setup-vertices docstring, remove TODODouglas Bagnall2015-06-121-1/+10
* KCC: note about the meaning of None in schedule typesDouglas Bagnall2015-06-121-0/+2
* KCC: combine_repl_info() returns the combined replinfoDouglas Bagnall2015-06-121-45/+23
* KCC: remove unnecessary commentDouglas Bagnall2015-06-121-1/+0
* KCC: reword comment, removing unwarranted XXXDouglas Bagnall2015-06-121-5/+5
* KCC: remove an unwarranted XXX commentDouglas Bagnall2015-06-121-1/+1
* KCC: let kcc.graph.ReplInfo know its durationDouglas Bagnall2015-06-121-8/+17
* KCC: docstring for kcc.graph.InternalEdgeDouglas Bagnall2015-06-121-0/+6
* KCC: docstring for kcc.graph.MultiEdgeDouglas Bagnall2015-06-121-0/+1
* KCC: docstring for kcc.graph.VertexDouglas Bagnall2015-06-121-4/+7
* KCC: docstring for kcc.graph.VertexColour()Douglas Bagnall2015-06-121-0/+1
* KCC: docstring for kcc.graph.setup_graph()Douglas Bagnall2015-06-121-5/+12
* KCC: docstring for kcc.graph.add_edge_out()Douglas Bagnall2015-06-121-1/+12
* KCC: docstring for kcc.graph.find_component()Douglas Bagnall2015-06-121-0/+5
* KCC: some rearrangement in kcc.graph.add_int_edge()Douglas Bagnall2015-06-121-9/+7
* KCC: docstring for kcc.graph.kruskal()Douglas Bagnall2015-06-121-0/+9
* KCC: docstring for kcc.graph.add_int_edge()Douglas Bagnall2015-06-121-2/+16
* KCC: docstring for kcc.graph.process_edge()Douglas Bagnall2015-06-121-1/+7
* KCC: docstring for kcc.graph.process_edge_set()Douglas Bagnall2015-06-121-0/+7
* KCC: docstring for kcc.graph.undemote_vertex()Douglas Bagnall2015-06-121-0/+7
* KCC: docstring for kcc.graph.check_demote_vertex()Douglas Bagnall2015-06-121-0/+8
* KCC: pep8 line length in plot all connectionsDouglas Bagnall2015-06-121-2/+3