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