summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-0771: tests/dns: Remove dependencies on env variablesGarming Sam2016-02-241-44/+24
* CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittestGarming Sam2016-02-241-8/+39
* CVE-2016-0771: tests: rename test getopt to get_optGarming Sam2016-02-241-0/+0
* CVE-2016-0771: tests/dns: RPC => DNS roundtrip testGarming Sam2016-02-241-13/+189
* CVE-2016-0771: tests/dns: modify tests to check via RPCGarming Sam2016-02-241-106/+160
* CVE-2016-0771: tests/dns: Add some more test cases for TXT recordsGarming Sam2016-02-241-39/+71
* CVE-2016-0771: tests/dns: Correct error code for formerly unrun testGarming Sam2016-02-241-1/+1
* CVE-2016-0771: tests/dns: restore formerly segfaulting testGarming Sam2016-02-241-26/+25
* CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviourGarming Sam2016-02-241-0/+1
* CVE-2016-0771: tests/dns: FORMERR can simply timeout against WindowsGarming Sam2016-02-241-10/+53
* CVE-2016-0771: tests/dns: prepare script for further testingGarming Sam2016-02-241-6/+6
* CVE-2016-0771: tests/dns: Modify dns tests to match new IDLGarming Sam2016-02-241-18/+20
* python:tests/core: add tests for arcfour_encrypt() and string_to_byte_array()Stefan Metzmacher2016-02-051-0/+16
* python:samba/netcmd/domain: make use of the generic arcfour_encrypt() and str...Stefan Metzmacher2016-02-051-18/+5
* python:samba/join.py: make use of the generic arcfour_encrypt() and string_to...Stefan Metzmacher2016-02-051-16/+3
* python:samba: add a generic arcfour_encrypt() helper functionStefan Metzmacher2016-02-051-0/+16
* python:samba: add a generic string_to_byte_array() helper functionStefan Metzmacher2016-02-051-0/+8
* samba-tool: fsmo.py throws an uncaught exception if noRowland Penny2015-12-171-1/+2
* 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