summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_update.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-16dns: Use new DNS debugclass in DNS serverKai Blin1-0/+3
2012-09-12s4:dns_server: remove wrong and unused dsdb_check_access_on_dn() checkStefan Metzmacher1-16/+0
2012-09-12dns_server: Attempt to SET and UNSET the sessionInfo to match the incoming userAndrew Bartlett1-2/+24
2012-09-12s4 dns: Improve logging of delegated dns updatesKai Blin1-1/+1
2012-09-07s4 dns: Make debug output less noisyKai Blin1-12/+12
2012-09-06s4 dns: Check if signing user is allowed to update recordsKai Blin1-16/+56
2012-09-05s4 dns: Allow configuring signed updatesKai Blin1-1/+6
2012-09-05s4 dns: Revert erroneous push from wrong branchKai Blin1-6/+1
2012-09-05s4 dns: Allow configuring signed updatesKai Blin1-1/+6
2012-08-06lib/param: move enum dns_update_settings to lib/paramChristian Ambach1-1/+1
2012-05-30s4-dns: Fix some typosVolker Lendecke1-1/+1
2012-05-30s4-dns: Remove some break; statementsVolker Lendecke1-8/+0
2012-03-30s4 dns: Allow updating PTR records.Kai Blin1-0/+4
2012-03-27s4 dns: Allow changing the dns operation flags in handlersKai Blin1-0/+1
2012-03-11s4 dns: Test deleting records and fix a small buKai Blin1-0/+4
2012-03-11s4 dns: Be less chatty during testsKai Blin1-4/+6
2012-03-11s4 dns: Support TXT updates, add testsKai Blin1-8/+29
2012-03-02s4-dns: Fix handling of TXT DNS RecordAmitay Isaacs1-2/+9
2011-12-17s4 dns: Allow updates based on smb.conf settingKai Blin1-2/+4
2011-12-17s4 dns: Add some debug outputKai Blin1-0/+3
2011-12-17s4 dns: Actually handle the update requestKai Blin1-0/+303
2011-12-17s4 dns: Implement RFC-compatible update prescanKai Blin1-3/+37
2011-12-17s4 dns: Update prerequisite checking conforming to RFCKai Blin1-40/+232
2011-12-09s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errorsKai Blin1-0/+5
2011-12-09s4 dns: More explicitly use the first question of an update packet onlyKai Blin1-1/+1
2011-12-09s4 dns: Get rid of const qualifier for prereqs, we do need to allocate thoseKai Blin1-3/+3
2010-11-29s4:dns_server/dns_update.c - remove unreachable statementsMatthias Dieter Wallnöfer1-2/+0
2010-10-23s4 dns: Implement update record prescan logicKai Blin1-0/+37
2010-10-23s4 dns: Add stub checking if updates are allowedKai Blin1-1/+9
2010-10-23s4 dns: Add a prerequisites check for updatesKai Blin1-2/+67
2010-10-23s4 dns: Switch to WERRORKai Blin1-12/+13
2010-10-23s4 dns: Split up the code into multiple files for easier developmentKai Blin1-0/+74