summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python/tests: Add more assertions that we get back the value we expectAndrew Bartlett2015-09-011-0/+6
* python/tests: Add tests for 64 bit signed integersAndrew Bartlett2015-09-011-1/+27
* python: Remove uuid modulePetr Viktorin2015-08-292-66/+0
* ldb: create a cache of known wellknown objects instead of continously searchi...Matthieu Patou2015-08-241-1/+14
* dbcheck: Use set() operations to make dbcheck more efficientAndrew Bartlett2015-08-241-18/+18
* dbcheck: Try to avoid duplicate searchesAndrew Bartlett2015-08-241-2/+4
* dbcheck: Add additional tests for the attributeID listAndrew Bartlett2015-08-241-0/+14
* dbcheck: Add explict tests for unknown and unsorted attributeID valuesAndrew Bartlett2015-08-242-4/+84
* python/tests: Add tests for integer overflow handlingAndrew Bartlett2015-08-241-0/+203
* python: Use an unsigned integer for buf_size, not -1Andrew Bartlett2015-08-241-1/+1
* python:samba/upgrade.py Fix format string syntax in error conditionAndrew Bartlett2015-08-141-1/+1
* dns: always add authority recordsKai Blin2015-08-061-17/+17
* tests:docs: don't load or test the static param_table.Michael Adam2015-07-311-49/+0
* tests:docs: remove testing the diff between the static and generated tableMichael Adam2015-07-311-19/+0
* tests:docs: test the diff between the static and generated tableMichael Adam2015-07-311-0/+19
* tests:docs: load the full data from the generated param_tableMichael Adam2015-07-311-0/+6
* tests:docs: load the full data from the existing param_table.Michael Adam2015-07-311-0/+6
* tests:docs: add a function to load the full data structures from the tableMichael Adam2015-07-311-0/+58
* tests:docs: print more complicated structures than strings in the message.Michael Adam2015-07-311-0/+1
* tests:docs: common initialization in docs test.Michael Adam2015-07-311-43/+35
* param: move the actual table out into param_table_static.cMichael Adam2015-07-311-1/+1
* tests:docs: teach the test the types cmdlist, bytes, octal, and ustringMichael Adam2015-07-311-0/+8
* tests: teach the docs test about boolean-revMichael Adam2015-07-311-0/+2
* 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