libreplace: Fix the build on Solaris
[sfrench/samba-autobuild/.git] / python / samba /
2015-09-29 Ralph Boehmesamba-tool: add command to dump dosinfo xattr from...
2015-09-01 Andrew Bartlettpython/tests: Add more assertions that we get back...
2015-09-01 Andrew Bartlettpython/tests: Add tests for 64 bit signed integers
2015-08-24 Matthieu Patouldb: create a cache of known wellknown objects instead...
2015-08-24 Andrew Bartlettdbcheck: Use set() operations to make dbcheck more...
2015-08-24 Andrew Bartlettdbcheck: Try to avoid duplicate searches
2015-08-24 Andrew Bartlettdbcheck: Add additional tests for the attributeID list
2015-08-24 Andrew Bartlettdbcheck: Add explict tests for unknown and unsorted...
2015-08-24 Andrew Bartlettpython/tests: Add tests for integer overflow handling
2015-08-24 Andrew Bartlettpython: Use an unsigned integer for buf_size, not -1
2015-08-14 Andrew Bartlettpython:samba/upgrade.py Fix format string syntax in...
2015-08-06 Kai Blindns: always add authority records
2015-07-30 Michael Adamtests:docs: don't load or test the static param_table.
2015-07-30 Michael Adamtests:docs: remove testing the diff between the static...
2015-07-30 Michael Adamtests:docs: test the diff between the static and genera...
2015-07-30 Michael Adamtests:docs: load the full data from the generated param...
2015-07-30 Michael Adamtests:docs: load the full data from the existing param_...
2015-07-30 Michael Adamtests:docs: add a function to load the full data struct...
2015-07-30 Michael Adamtests:docs: print more complicated structures than...
2015-07-30 Michael Adamtests:docs: common initialization in docs test.
2015-07-30 Michael Adamparam: move the actual table out into param_table_static.c
2015-07-30 Michael Adamtests:docs: teach the test the types cmdlist, bytes...
2015-07-30 Michael Adamtests: teach the docs test about boolean-rev
2015-07-08 Stefan Metzmachersamba-tool: add 'domain trust *' commands
2015-07-08 Stefan Metzmacherpython/samba: add on optional 'special_name' argument...
2015-07-08 Stefan Metzmacherpython/samba: add current_unix_time()
2015-07-03 Stefan Metzmacherpython:samba/tests: don't use the x.alter_context(...
2015-07-03 Stefan Metzmacherpython/samba/tests: add fallbacks for assert{Less,Great...
2015-07-03 Stefan Metzmacherpython/samba/tests: let the output of hexdump() match...
2015-07-03 Stefan Metzmacherpython/samba/tests: move hexdump() from DNSTest to...
2015-06-18 Rowland Pennysamba-tool: make 'samba-tool fsmo *' aware of all 7...
2015-06-16 Marc MuehlfeldGroup creation: Add msSFU30Name only when --nis-domain...
2015-06-12 Douglas BagnallKCC: use python 2.6 compatible dictonary comprehensions
2015-06-12 Douglas BagnallKCC: intrasite double_directed_ring test shouldn't...
2015-06-12 Douglas BagnallKCC: use logger.critical rather than print >> sys.stderr
2015-06-12 Douglas BagnallKCC: draw a site-edges graph for each partition
2015-06-12 Douglas BagnallKCC: use KccError, simplify logic in NTDSConn.commit_mo...
2015-06-12 Douglas BagnallKCC: remove unused create_edge_set() function
2015-06-12 Douglas BagnallKCC: ignore the bridges_required option
2015-06-12 Douglas BagnallKCC: fix the polarity of bridges_required option
2015-06-12 Douglas BagnallKCC: remove a TODO with seemingly no basis in specification
2015-06-12 Douglas BagnallKCC: clarify setup-vertices docstring, remove TODO
2015-06-12 Douglas BagnallKCC: note about the meaning of None in schedule types
2015-06-12 Douglas BagnallKCC: combine_repl_info() returns the combined replinfo
2015-06-12 Douglas BagnallKCC: remove unnecessary comment
2015-06-12 Douglas BagnallKCC: reword comment, removing unwarranted XXX
2015-06-12 Douglas BagnallKCC: remove an unwarranted XXX comment
2015-06-12 Douglas BagnallKCC: let kcc.graph.ReplInfo know its duration
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.InternalEdge
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.MultiEdge
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.Vertex
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.VertexColour()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.setup_graph()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.add_edge_out()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.find_component()
2015-06-12 Douglas BagnallKCC: some rearrangement in kcc.graph.add_int_edge()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.kruskal()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.add_int_edge()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.process_edge()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.process_edge_set()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.undemote_vertex()
2015-06-12 Douglas BagnallKCC: docstring for kcc.graph.check_demote_vertex()
2015-06-12 Douglas BagnallKCC: pep8 line length in plot all connections
2015-06-12 Douglas BagnallKCC: pep8 -- remove an extra line in graph_utils
2015-06-12 Douglas BagnallKCC: pep8 remove a line
2015-06-12 Douglas BagnallKCC: samba.kcc formatting fixes for pep8
2015-06-12 Douglas BagnallKCC: remove XXX scare comments around guid comparisons.
2015-06-12 Douglas BagnallKCC: setup_dijkstra() creates its own empty queue
2015-06-12 Douglas BagnallKCC: Add graph.InternalEdge.__lt__ docstring
2015-06-12 Douglas BagnallKCC: Add graph.try_new_path docstring
2015-06-12 Douglas BagnallKCC: Add graph.dijkstra and setup_dijkstra() docstrings
2015-06-12 Douglas BagnallKCC: Add graph.setup_vertices() docstring
2015-06-12 Douglas BagnallKCC: don't pretend graph.create_edge_set() is useful
2015-06-12 Douglas BagnallKCC: Add s.k.g.create_auto_edge_set() docstring, improv...
2015-06-12 Douglas BagnallKCC: Add samba.kcc.graph.create_edge() docstring
2015-06-12 Douglas BagnallKCC: improve samba.kcc.graph.get_spanning_tree_edges...
2015-06-12 Douglas BagnallKCC: Add ReplInfo docstring
2015-06-12 Douglas BagnallKCC: use logger functions rather than print in create_c...
2015-06-12 Douglas BagnallKCC: ldif_import_export tests dotfiles have contents
2015-06-12 Douglas BagnallKCC: ldif_import_export tests checks the dot-files
2015-06-12 Douglas BagnallKCC: ldif_import_export tests use samba.tests.TestCaseI...
2015-06-12 Douglas BagnallKCC: add tests for kcc.graph repltimes functions
2015-06-12 Douglas BagnallKCC: beginning of tests for kcc.graph
2015-06-12 Douglas BagnallKCC: add a very puny stub for kcc.kcc_utils tests
2015-06-12 Douglas BagnallKCC: shift ReplInfo, MAX_DWORD from kcc.kcc_utils to...
2015-06-12 Douglas BagnallKCC: Don't pretend to "load_all_transports"
2015-06-12 Douglas BagnallKCC: ignore SMTP transport and warn about unknown ones
2015-06-12 Douglas BagnallKCC: remove "forest_of_rings" verification check
2015-06-12 Douglas BagnallKCC: improve docstring for kcc.graph.get_spanning_tree_...
2015-06-12 Douglas BagnallKCC: improve docstring for kcc.graph.combine_repl_info()
2015-06-12 Douglas BagnallKCC: improve documentation for KCC.export_ldif()
2015-06-12 Douglas BagnallKCC: improve documentation for KCC.import_ldif()
2015-06-12 Douglas BagnallKCC: print error messages to stderr, not stdout
2015-06-12 Douglas BagnallKCC: improve documentation for KCC.intrasite_max_node_e...
2015-06-12 Douglas BagnallKCC: improve documentation for KCC.intersite() and...
2015-06-12 Douglas BagnallKCC: improve docstring for KCC.create_connections()
2015-06-12 Douglas BagnallKCC move and fix ldif_import_export and graph_utils...
2015-06-12 Douglas BagnallKCC: remove dead code that depends on SMTP replication
2015-06-12 Douglas BagnallKCC: fix KCC.import_ldif() use of forced_local_dsa
2015-06-12 Douglas BagnallKCC: shift tests/ldif_utils.py to tests/kcc/ldif_import...
next