dns: Delete dnsNode objects when they are empty
[obnox/samba/samba-obnox.git] / source4 / dns_server / dns_update.c
2013-05-16 Kai Blindns: Use new DNS debugclass in DNS server
2012-09-12 Stefan Metzmachers4:dns_server: remove wrong and unused dsdb_check_acces...
2012-09-12 Andrew Bartlettdns_server: Attempt to SET and UNSET the sessionInfo...
2012-09-12 Kai Blins4 dns: Improve logging of delegated dns updates
2012-09-06 Kai Blins4 dns: Make debug output less noisy
2012-09-06 Kai Blins4 dns: Check if signing user is allowed to update...
2012-09-05 Kai Blins4 dns: Allow configuring signed updates
2012-09-05 Kai Blins4 dns: Revert erroneous push from wrong branch
2012-09-05 Kai Blins4 dns: Allow configuring signed updates
2012-08-06 Christian Ambachlib/param: move enum dns_update_settings to lib/param
2012-05-29 Volker Lendeckes4-dns: Fix some typos
2012-05-29 Volker Lendeckes4-dns: Remove some break; statements
2012-03-30 Kai Blins4 dns: Allow updating PTR records.
2012-03-27 Kai Blins4 dns: Allow changing the dns operation flags in handlers
2012-03-11 Kai Blins4 dns: Test deleting records and fix a small bu
2012-03-10 Kai Blins4 dns: Be less chatty during tests
2012-03-10 Kai Blins4 dns: Support TXT updates, add tests
2012-03-01 Amitay Isaacss4-dns: Fix handling of TXT DNS Record
2011-12-17 Kai Blins4 dns: Allow updates based on smb.conf setting
2011-12-17 Kai Blins4 dns: Add some debug output
2011-12-17 Kai Blins4 dns: Actually handle the update request
2011-12-17 Kai Blins4 dns: Implement RFC-compatible update prescan
2011-12-17 Kai Blins4 dns: Update prerequisite checking conforming to RFC
2011-12-09 Kai Blins4 dns: Update requests with QCLASS != IN or ALL trigge...
2011-12-09 Kai Blins4 dns: More explicitly use the first question of an...
2011-12-09 Kai Blins4 dns: Get rid of const qualifier for prereqs, we...
2010-11-29 Matthias Dieter... s4:dns_server/dns_update.c - remove unreachable statements
2010-10-23 Kai Blins4 dns: Implement update record prescan logic
2010-10-23 Kai Blins4 dns: Add stub checking if updates are allowed
2010-10-23 Kai Blins4 dns: Add a prerequisites check for updates
2010-10-23 Kai Blins4 dns: Switch to WERROR
2010-10-23 Kai Blins4 dns: Split up the code into multiple files for easie...