pyldb: avoid segfault when adding an element with no name
[nivanova/samba-autobuild/.git] / source4 / scripting / python / samba / tests / dns.py
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...
2012-09-30 Kai Blins4 dns: Fix return code for deleted records
2012-09-27 Jelmer Vernooijs4-python: Various formatting fixes.
2012-09-22 Stefan Metzmachers4:dns.py: reproducer for (bug #9184)
2012-09-16 Jelmer Vernooijs4-python: Formatting fixes, break lines.
2012-09-12 Kai Blins4 dns: Run python tests in fl2003dc env
2012-06-06 Kai Blins4 dns: Correctly handle A questions for CNAMEs
2012-06-06 Kai Blins4 dns: Structure tests a bit better
2012-03-13 Andreas Schneiders4-python: Remove env from non-executable test scripts.
2012-03-11 Kai Blins4 dns: Test deleting records and fix a small bu
2012-03-10 Kai Blins4 dns: Clean up tests a bit
2012-03-10 Kai Blins4 dns: Support TXT updates, add tests
2012-03-06 Kai Blins4 dns: Fix TCP handling in the DNS server
2011-12-17 Kai Blins4 dns: Update prerequisite checking conforming to RFC
2011-12-17 Kai Blins4 dns: Give better test output on RCODE mismatch
2011-12-09 Kai Blins4 dns: Update requests with QCLASS != IN or ALL trigge...
2011-12-09 Kai Blins4 dns: Add test to prove two updates in one packet...
2011-12-03 Kai Blins4 dns: Test SOA queries
2011-11-24 Kai Blins4 dns: Test QCLASS_NONE query
2011-11-24 Kai Blins4 dns: Test QTYPE_ALL query
2011-11-24 Kai Blins4 dns: Check more of the returned values for the A...
2011-11-24 Kai Blins4 dns: Move dns_transaction_udp to other helper functions
2011-11-17 Kai Blins4 dns: Add a first test case