summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/dns.py
AgeCommit message (Expand)AuthorFilesLines
2012-09-30s4 dns: Fix return code for deleted recordsKai Blin1-3/+43
2012-09-27s4-python: Various formatting fixes.Jelmer Vernooij1-2/+2
2012-09-22s4:dns.py: reproducer for (bug #9184)Stefan Metzmacher1-0/+29
2012-09-16s4-python: Formatting fixes, break lines.Jelmer Vernooij1-1/+4
2012-09-12s4 dns: Run python tests in fl2003dc envKai Blin1-19/+19
2012-06-06s4 dns: Correctly handle A questions for CNAMEsKai Blin1-0/+76
2012-06-06s4 dns: Structure tests a bit betterKai Blin1-0/+3
2012-03-13s4-python: Remove env from non-executable test scripts.Andreas Schneider1-2/+0
2012-03-11s4 dns: Test deleting records and fix a small buKai Blin1-0/+39
2012-03-11s4 dns: Clean up tests a bitKai Blin1-2/+1
2012-03-11s4 dns: Support TXT updates, add testsKai Blin1-0/+81
2012-03-06s4 dns: Fix TCP handling in the DNS serverKai Blin1-0/+34
2011-12-17s4 dns: Update prerequisite checking conforming to RFCKai Blin1-0/+79
2011-12-17s4 dns: Give better test output on RCODE mismatchKai Blin1-1/+20
2011-12-09s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errorsKai Blin1-0/+12
2011-12-09s4 dns: Add test to prove two updates in one packet are a FORMERRKai Blin1-0/+18
2011-12-03s4 dns: Test SOA queriesKai Blin1-0/+32
2011-11-24s4 dns: Test QCLASS_NONE queryKai Blin1-0/+14
2011-11-24s4 dns: Test QTYPE_ALL queryKai Blin1-0/+25
2011-11-24s4 dns: Check more of the returned values for the A queryKai Blin1-0/+3
2011-11-24s4 dns: Move dns_transaction_udp to other helper functionsKai Blin1-13/+14
2011-11-17s4 dns: Add a first test caseKai Blin1-0/+117