lmdb: iterate_range implementation
[sfrench/samba-autobuild/.git] / source4 / dns_server / dns_update.c
2018-07-12 Aaron Haslettdns: static records
2018-07-12 Aaron Haslettdns: server side implementation of record aging
2018-07-12 Gary Lockyerdns: Reformat DNS with clang-format
2018-06-09 Gary Lockyerdsdb: add defines for sessionInfo and networkSessionInfo
2018-01-10 Stefan Metzmachers4:dns_server: avoid debug noise on successful updates
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-03-10 Stefan MetzmacherCVE-2016-0771: s4:dns_server: fix idl for dns_txt_record
2014-11-18 Stefan Metzmachers4:dns_server: add some const to dns_server_process_upd...
2014-10-30 Kai Blindns: Fix a compile warning by casting explicitly
2014-08-26 Stefan Metzmachers4:dns_server: handle tombstones in handle_one_update()
2014-08-26 Stefan Metzmachers4:dns_server: use .wType = DNS_TYPE_TOMBSTONE instead...
2014-08-26 Stefan Metzmachers4:dns_server: split out dns_common_replace()
2014-08-26 Stefan Metzmachers4:dns_server: map LDB_ERR_NO_SUCH_OBJECT to WERR_DNS_E...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
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...