summaryrefslogtreecommitdiff
path: root/source4/dns_server
AgeCommit message (Expand)AuthorFilesLines
2015-08-07dns_server: Fix a small memleakVolker Lendecke1-0/+1
2015-08-07dns_server: Don't call tevent_req_finish twiceVolker Lendecke1-3/+7
2015-08-06dns: always add authority recordsKai Blin2-8/+22
2015-08-06dns: Add a SOA record to error repliesKai Blin1-1/+51
2015-08-06dns: Also pass nsrecs to handle_question()Kai Blin1-4/+10
2015-08-06dns: Just pass the name to create_response_rrKai Blin1-4/+4
2015-08-06dns: Add dns_get_authoritative_zone helper functionKai Blin2-0/+18
2015-08-04dns_server: Fix CNAME handlingVolker Lendecke1-5/+1
2015-08-04dns_server: Add NULL checkVolker Lendecke1-0/+1
2015-03-20dlz_bind9: Fix keytab location.Andreas Schneider1-1/+1
2015-03-16Do not use popt_common.h in dlz_bind9Andrew Bartlett1-1/+1
2014-12-22s4-dns: Reload DNS zones from dsdb when zones are modified through RPC or DRSSamuel Cabrero1-38/+95
2014-11-26dns_server: Only build common library if AD DC is enabled.Andreas Schneider1-1/+1
2014-11-21s4-dns: dlz-bind: Add trailing '.' to all fqdn stringsAmitay Isaacs1-10/+45
2014-11-18s4:dns_server: allocate substructures of struct dns_request_state on the corr...Stefan Metzmacher4-3/+5
2014-11-18s4:dns_server: add some const to dns_server_process_update/dns_update_allowed...Stefan Metzmacher2-5/+5
2014-10-30dns: Fix a compile warning by casting explicitlyKai Blin2-5/+5
2014-10-25s4-dns: Add support for BIND 9.10Amitay Isaacs2-1/+28
2014-10-25s4-dns: Update dlz_minimal.h based on BIND release 9.10Amitay Isaacs1-54/+153
2014-10-25s4-dns: Check DLZ_DLOPEN_VERSION for different BIND versionsAmitay Isaacs2-14/+10
2014-08-27s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() before add/modifyStefan Metzmacher1-56/+21
2014-08-27s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() before removing recordsStefan Metzmacher1-46/+7
2014-08-27s4:dlz_bind9: let dlz_bind9 use dns_common_replace()Stefan Metzmacher1-77/+50
2014-08-27s4:dlz_bind9: let dlz_bind9 use dns_common_extract()Stefan Metzmacher1-57/+61
2014-08-27s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() for name lookupStefan Metzmacher2-53/+21
2014-08-26s4:dlz_bind9: do an early talloc_free(el_ctx) in dlz_allnodes()Stefan Metzmacher1-0/+2
2014-08-26s4:dlz_bind9: avoid some compiler warningsStefan Metzmacher2-4/+4
2014-08-26s4:dns_server: handle tombstones in handle_one_update()Stefan Metzmacher1-16/+25
2014-08-26s4:dns_server: add DNS_TYPE_TOMBSTONE support to dns_common_replace()Stefan Metzmacher1-4/+77
2014-08-26s4:dns_server: make sure dns_common_lookup() doesn't return tombstonesStefan Metzmacher3-6/+53
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 Metzmacher4-68/+90
2014-08-26s4:dns_server: remove const from dns_replace_records()Stefan Metzmacher2-2/+2
2014-08-26s4:dns_server: split out dns_common_extract() and dns_common_lookup()Stefan Metzmacher3-44/+92
2014-08-26s4:dns_server: split out a private 'dnsserver_common' libraryStefan Metzmacher5-36/+105
2014-08-26s4:dns_server: map LDB_ERR_NO_SUCH_OBJECT to WERR_DNS_ERROR_NAME_DOES_NOT_EXISTStefan Metzmacher2-14/+24
2014-08-26s4:dns_server: handle WERR_DNS_ERROR_NAME_DOES_NOT_EXIST in werr_to_dns_err()Stefan Metzmacher1-0/+2
2014-06-07s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison1-1/+8
2014-05-26s4-dns: dlz_bind9: improve log message consistencyArvid Requate1-4/+4
2014-05-26s4-dns: dlz_bind9: Fix ipv6 updatesArvid Requate1-1/+5
2014-05-20bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin1-0/+6
2014-04-28kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett1-1/+1
2014-03-27s4:dns_server: make use of gensec_update_ev()Stefan Metzmacher2-3/+3
2014-03-07s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher1-4/+4
2014-03-04bug #10471: Don't respond with NXDOMAIN to records that exist with another typeKai Blin1-6/+8
2013-11-30s4-dns: Ignore duplicate dns zones from multiple locations in dlz_bind9Amitay Isaacs1-0/+55
2013-07-29dns: Update TODO listKai Blin1-8/+5
2013-06-01dns: Delete dnsNode objects when they are emptyKai Blin1-1/+7
2013-05-26dns: Support larger queries when asking forwarderKai Blin4-0/+40
2013-05-18dns: Also print packet information for DBGC_DNSKai Blin1-5/+5