summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_utils.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-30s4 dns: Fix return code for deleted recordsKai Blin1-1/+1
This fixes bug #9225. We already had a test for this scenario, but the test wasn't correct. This patch fixes the test, and also fixes the bug. Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Sun Sep 30 13:09:14 CEST 2012 on sn-devel-104
2012-09-30s4 dns: Get rid of deprecated allocation result checkKai Blin1-1/+3
2012-09-05s4 dns: Verify incoming TSIG signaturesKai Blin1-0/+2
2012-09-05s4 dns: Revert erroneous push from wrong branchKai Blin1-2/+0
I've pushed the wrong branch for this, sorry about that. Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 14:10:54 CEST 2012 on sn-devel-104
2012-09-05s4 dns: Verify incoming TSIG signaturesKai Blin1-0/+2
2012-05-30s4-dns: Add debug output for unmappable WERROR to DNS errcodeVolker Lendecke1-1/+1
Signed-off-by: Kai Blin <kai@samba.org>
2012-03-27s4 dns: Only forward for zones we don't ownKai Blin1-0/+28
2012-03-02s4-dns: Fix handling of TXT DNS RecordAmitay Isaacs1-1/+12
2011-12-17s4 dns: Actually handle the update requestKai Blin1-0/+74
2011-12-17s4 dns: Move record lookup to dns_utils.cKai Blin1-0/+46
2011-12-17s4 dns: Implement dns record comparison functionKai Blin1-0/+54
2011-12-17s4 dns: Implement dns name equality checkKai Blin1-0/+9
2010-10-23s4 dns: Switch to WERRORKai Blin1-33/+28
2010-10-23s4 dns: Split up the code into multiple files for easier developmentKai Blin1-0/+156