summaryrefslogtreecommitdiffstats
path: root/source4/dns_server/dns_update.c
Commit message (Expand)AuthorAgeFilesLines
* s4 dns: Allow updating PTR records.Kai Blin2012-03-301-0/+4
* s4 dns: Allow changing the dns operation flags in handlersKai Blin2012-03-271-0/+1
* s4 dns: Test deleting records and fix a small buKai Blin2012-03-111-0/+4
* s4 dns: Be less chatty during testsKai Blin2012-03-111-4/+6
* s4 dns: Support TXT updates, add testsKai Blin2012-03-111-8/+29
* s4-dns: Fix handling of TXT DNS RecordAmitay Isaacs2012-03-021-2/+9
* s4 dns: Allow updates based on smb.conf settingKai Blin2011-12-171-2/+4
* s4 dns: Add some debug outputKai Blin2011-12-171-0/+3
* s4 dns: Actually handle the update requestKai Blin2011-12-171-0/+303
* s4 dns: Implement RFC-compatible update prescanKai Blin2011-12-171-3/+37
* s4 dns: Update prerequisite checking conforming to RFCKai Blin2011-12-171-40/+232
* s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errorsKai Blin2011-12-091-0/+5
* s4 dns: More explicitly use the first question of an update packet onlyKai Blin2011-12-091-1/+1
* s4 dns: Get rid of const qualifier for prereqs, we do need to allocate thoseKai Blin2011-12-091-3/+3
* s4:dns_server/dns_update.c - remove unreachable statementsMatthias Dieter Wallnöfer2010-11-291-2/+0
* s4 dns: Implement update record prescan logicKai Blin2010-10-231-0/+37
* s4 dns: Add stub checking if updates are allowedKai Blin2010-10-231-1/+9
* s4 dns: Add a prerequisites check for updatesKai Blin2010-10-231-2/+67
* s4 dns: Switch to WERRORKai Blin2010-10-231-12/+13
* s4 dns: Split up the code into multiple files for easier developmentKai Blin2010-10-231-0/+74