summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_update.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-06s4:dns_server: no-op dns updates with ACCESS_DENIED should be ignoredStefan Metzmacher1-0/+11
2023-10-13s4:dns_server: Check return value of ldb_transaction_commit() (CID 1034631)Joseph Sutton1-1/+4
2023-10-13s4:dns_server: Merge similar code pathsJoseph Sutton1-13/+5
2023-08-03s4:dns_server: Fix code spellingAndreas Schneider1-11/+11
2023-07-19s4:dns_server: Add some more debugging in order to find problems with level 1...Stefan Metzmacher1-0/+18
2023-06-16dns_update.c: use DBG* macros instead of static log level numbersBjörn Jacke1-4/+4
2023-03-03s4:dnsserver: Check all records, not just oneJoseph Sutton1-1/+0
2023-01-19s4:dnsserver: Rename dns_name_equal() to samba_dns_name_equal()Samuel Cabrero1-2/+2
2021-07-05dns update: zero flags and reservedDouglas Bagnall1-1/+2
2021-07-05dnsserver/update: add a few commentsDouglas Bagnall1-2/+8
2021-07-05dns update: emit warnings upon unexpected occurrancesDouglas Bagnall1-2/+21
2021-06-11dns: merge dns_records_match and dns_record_matchDouglas Bagnall1-4/+4
2021-03-29dns: use unix_to_dns_timestamp almost everywhereDouglas Bagnall1-5/+1
2020-12-19dns_update.c: handle DNS_QTYPE_ALLBjörn Jacke1-0/+1
2020-11-27s4: rename source4/smbd/ to source4/samba/Ralph Boehme1-1/+1
2018-07-12dns: static recordsAaron Haslett1-12/+26
2018-07-12dns: server side implementation of record agingAaron Haslett1-1/+9
2018-07-12dns: Reformat DNS with clang-formatGary Lockyer1-1/+0
2018-06-09dsdb: add defines for sessionInfo and networkSessionInfoGary Lockyer1-5/+12
2018-01-10s4:dns_server: avoid debug noise on successful updatesStefan Metzmacher1-1/+1
2016-09-28werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source4/dns_server/Günther Deschner1-1/+1
2016-03-10CVE-2016-0771: s4:dns_server: fix idl for dns_txt_recordStefan Metzmacher1-25/+6
2014-11-18s4:dns_server: add some const to dns_server_process_update/dns_update_allowed...Stefan Metzmacher1-3/+3
2014-10-30dns: Fix a compile warning by casting explicitlyKai Blin1-4/+4
2014-08-26s4:dns_server: handle tombstones in handle_one_update()Stefan Metzmacher1-16/+25
2014-08-26s4:dns_server: use .wType = DNS_TYPE_TOMBSTONE instead of ZERO_STRUCT()Stefan Metzmacher1-5/+15
2014-08-26s4:dns_server: split out dns_common_replace()Stefan Metzmacher1-2/+0
2014-08-26s4:dns_server: map LDB_ERR_NO_SUCH_OBJECT to WERR_DNS_ERROR_NAME_DOES_NOT_EXISTStefan Metzmacher1-5/+16
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