summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/dns.py
Commit message (Expand)AuthorAgeFilesLines
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-622/+0
* s4 dns: Fix return code for deleted recordsKai Blin2012-09-301-3/+43
* s4-python: Various formatting fixes.Jelmer Vernooij2012-09-271-2/+2
* s4:dns.py: reproducer for (bug #9184)Stefan Metzmacher2012-09-221-0/+29
* s4-python: Formatting fixes, break lines.Jelmer Vernooij2012-09-161-1/+4
* s4 dns: Run python tests in fl2003dc envKai Blin2012-09-121-19/+19
* s4 dns: Correctly handle A questions for CNAMEsKai Blin2012-06-061-0/+76
* s4 dns: Structure tests a bit betterKai Blin2012-06-061-0/+3
* s4-python: Remove env from non-executable test scripts.Andreas Schneider2012-03-131-2/+0
* s4 dns: Test deleting records and fix a small buKai Blin2012-03-111-0/+39
* s4 dns: Clean up tests a bitKai Blin2012-03-111-2/+1
* s4 dns: Support TXT updates, add testsKai Blin2012-03-111-0/+81
* s4 dns: Fix TCP handling in the DNS serverKai Blin2012-03-061-0/+34
* s4 dns: Update prerequisite checking conforming to RFCKai Blin2011-12-171-0/+79
* s4 dns: Give better test output on RCODE mismatchKai Blin2011-12-171-1/+20
* s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errorsKai Blin2011-12-091-0/+12
* s4 dns: Add test to prove two updates in one packet are a FORMERRKai Blin2011-12-091-0/+18
* s4 dns: Test SOA queriesKai Blin2011-12-031-0/+32
* s4 dns: Test QCLASS_NONE queryKai Blin2011-11-241-0/+14
* s4 dns: Test QTYPE_ALL queryKai Blin2011-11-241-0/+25
* s4 dns: Check more of the returned values for the A queryKai Blin2011-11-241-0/+3
* s4 dns: Move dns_transaction_udp to other helper functionsKai Blin2011-11-241-13/+14
* s4 dns: Add a first test caseKai Blin2011-11-171-0/+117