Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-01 | dns: Delete dnsNode objects when they are empty | Kai Blin | 1 | -1/+7 | |
If an update leaves the dnsNode without any entries, the dnsNode object should be deleted. Thanks to Günter Kukkukk for his excellent debugging work on this one. This should fix bug #9559 Signed-off-by: Kai Blin <kai@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | |||||
2013-05-26 | dns: Support larger queries when asking forwarder | Kai Blin | 1 | -0/+21 | |
This should fix bug #9632 Signed-off-by: Kai Blin <kai@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2013-05-16 | dns: Use new DNS debugclass in DNS server | Kai Blin | 1 | -0/+3 | |
Signed-off-by: Kai Blin <kai@samba.org> Reviewed-By: Amitay Isaacs <amitay@gmail.com> | |||||
2012-09-30 | s4 dns: Fix return code for deleted records | Kai Blin | 1 | -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-30 | s4 dns: Get rid of deprecated allocation result check | Kai Blin | 1 | -1/+3 | |
2012-09-05 | s4 dns: Verify incoming TSIG signatures | Kai Blin | 1 | -0/+2 | |
2012-09-05 | s4 dns: Revert erroneous push from wrong branch | Kai Blin | 1 | -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-05 | s4 dns: Verify incoming TSIG signatures | Kai Blin | 1 | -0/+2 | |
2012-05-30 | s4-dns: Add debug output for unmappable WERROR to DNS errcode | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-03-27 | s4 dns: Only forward for zones we don't own | Kai Blin | 1 | -0/+28 | |
2012-03-02 | s4-dns: Fix handling of TXT DNS Record | Amitay Isaacs | 1 | -1/+12 | |
2011-12-17 | s4 dns: Actually handle the update request | Kai Blin | 1 | -0/+74 | |
2011-12-17 | s4 dns: Move record lookup to dns_utils.c | Kai Blin | 1 | -0/+46 | |
2011-12-17 | s4 dns: Implement dns record comparison function | Kai Blin | 1 | -0/+54 | |
2011-12-17 | s4 dns: Implement dns name equality check | Kai Blin | 1 | -0/+9 | |
2010-10-23 | s4 dns: Switch to WERROR | Kai Blin | 1 | -33/+28 | |
2010-10-23 | s4 dns: Split up the code into multiple files for easier development | Kai Blin | 1 | -0/+156 | |