summaryrefslogtreecommitdiff
path: root/source4/dns_server
Commit message (Expand)AuthorAgeFilesLines
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* bind_dlz: Fix CID 1347318 Unchecked return valueVolker Lendecke2016-01-081-3/+13
* dns_server: Remove unused handle_questionVolker Lendecke2015-12-151-91/+0
* dns_server: Add handle_authoritative_send()Volker Lendecke2015-12-151-15/+293
* dns_server: Add add_dns_res_rec()Volker Lendecke2015-12-151-0/+124
* dns_server: Convert "ask_forwarder" paramsVolker Lendecke2015-12-151-3/+2
* dns_server: Simplify array length handlingVolker Lendecke2015-12-151-21/+17
* dns_server: Simplify talloc handlingVolker Lendecke2015-12-151-6/+24
* dns_server: Consolidate talloc_reallocVolker Lendecke2015-12-151-23/+18
* libdns: Convert dns_udp_request to 0/errnoVolker Lendecke2015-12-081-2/+4
* dns_server: Fix a clang warningVolker Lendecke2015-11-101-1/+1
* pydns: Add replace_by_dn()Andrew Bartlett2015-10-261-0/+58
* dns_server: Give WERR_DNS_ERROR_NAME_DOES_NOT_EXIST on empty recordsAndrew Bartlett2015-10-261-8/+14
* dns_server: Add python method to extract a DNS entry from a ldb.MessageElementAndrew Bartlett2015-10-261-0/+36
* dns_server: Add a python module directly accessing DNS records in sam.ldbAndrew Bartlett2015-10-262-0/+231
* dns_server: Put more code in commonAndrew Bartlett2015-10-265-156/+195
* dns_server: Fix a small memleakVolker Lendecke2015-08-071-0/+1
* dns_server: Don't call tevent_req_finish twiceVolker Lendecke2015-08-071-3/+7
* dns: always add authority recordsKai Blin2015-08-062-8/+22
* dns: Add a SOA record to error repliesKai Blin2015-08-061-1/+51
* dns: Also pass nsrecs to handle_question()Kai Blin2015-08-061-4/+10
* dns: Just pass the name to create_response_rrKai Blin2015-08-061-4/+4
* dns: Add dns_get_authoritative_zone helper functionKai Blin2015-08-062-0/+18
* dns_server: Fix CNAME handlingVolker Lendecke2015-08-041-5/+1
* dns_server: Add NULL checkVolker Lendecke2015-08-041-0/+1
* dlz_bind9: Fix keytab location.Andreas Schneider2015-03-201-1/+1
* Do not use popt_common.h in dlz_bind9Andrew Bartlett2015-03-161-1/+1
* s4-dns: Reload DNS zones from dsdb when zones are modified through RPC or DRSSamuel Cabrero2014-12-221-38/+95
* dns_server: Only build common library if AD DC is enabled.Andreas Schneider2014-11-261-1/+1
* s4-dns: dlz-bind: Add trailing '.' to all fqdn stringsAmitay Isaacs2014-11-211-10/+45
* s4:dns_server: allocate substructures of struct dns_request_state on the corr...Stefan Metzmacher2014-11-184-3/+5
* s4:dns_server: add some const to dns_server_process_update/dns_update_allowed...Stefan Metzmacher2014-11-182-5/+5
* dns: Fix a compile warning by casting explicitlyKai Blin2014-10-302-5/+5
* s4-dns: Add support for BIND 9.10Amitay Isaacs2014-10-252-1/+28
* s4-dns: Update dlz_minimal.h based on BIND release 9.10Amitay Isaacs2014-10-251-54/+153
* s4-dns: Check DLZ_DLOPEN_VERSION for different BIND versionsAmitay Isaacs2014-10-252-14/+10
* s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() before add/modifyStefan Metzmacher2014-08-271-56/+21
* s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() before removing recordsStefan Metzmacher2014-08-271-46/+7
* s4:dlz_bind9: let dlz_bind9 use dns_common_replace()Stefan Metzmacher2014-08-271-77/+50
* s4:dlz_bind9: let dlz_bind9 use dns_common_extract()Stefan Metzmacher2014-08-271-57/+61
* s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() for name lookupStefan Metzmacher2014-08-272-53/+21
* s4:dlz_bind9: do an early talloc_free(el_ctx) in dlz_allnodes()Stefan Metzmacher2014-08-261-0/+2
* s4:dlz_bind9: avoid some compiler warningsStefan Metzmacher2014-08-262-4/+4
* s4:dns_server: handle tombstones in handle_one_update()Stefan Metzmacher2014-08-261-16/+25
* s4:dns_server: add DNS_TYPE_TOMBSTONE support to dns_common_replace()Stefan Metzmacher2014-08-261-4/+77
* s4:dns_server: make sure dns_common_lookup() doesn't return tombstonesStefan Metzmacher2014-08-263-6/+53
* s4:dns_server: use .wType = DNS_TYPE_TOMBSTONE instead of ZERO_STRUCT()Stefan Metzmacher2014-08-261-5/+15
* s4:dns_server: split out dns_common_replace()Stefan Metzmacher2014-08-264-68/+90
* s4:dns_server: remove const from dns_replace_records()Stefan Metzmacher2014-08-262-2/+2
* s4:dns_server: split out dns_common_extract() and dns_common_lookup()Stefan Metzmacher2014-08-263-44/+92