s4 dns: Make debug output less noisy
[vlendec/samba-autobuild/.git] / source4 / dns_server / dns_query.c
2012-09-06 Kai Blins4 dns: Make debug output less noisy
2012-09-05 Kai Blins4 dns: When we got a TKEY, we need to remember which...
2012-09-05 Kai Blins4 dns: TKEY record needs to remember incoming algorithm
2012-09-05 Kai Blins4 dns: Move dns_find_tkey to an extra file
2012-09-05 Kai Blins4 dns: Revert erroneous push from wrong branch
2012-09-05 Kai Blins4 dns: Handle GSS-TSIG signatures
2012-08-31 Kai Blins4 dns: Store TKEYs in a ringbuffer
2012-08-31 Kai Blins4 dns: Negotiate GSSAPI-based TKEYs
2012-06-06 Michael Adams4:dns-server: remove an extra blank line from handle_q...
2012-06-06 Kai Blins4 dns: Correctly handle A questions for CNAMEs
2012-05-29 Kai Blins4-dns: Use W_ERROR_HAVE_NO_MEMORY in create_response_rr
2012-05-29 Kai Blins4-dns: Use proper talloc hierarchy for NS records...
2012-05-29 Kai Blins4-dns: Use proper talloc hierarchy for AAAA records...
2012-05-29 Volker Lendeckes4-dns: Remove sync dns_server_process_query
2012-05-29 Volker Lendeckes4-dns: Make dns_process_send asyn
2012-05-29 Volker Lendeckes4-dns: Remove unused sync ask_forwarder wrapper
2012-05-29 Volker Lendeckes4-dns: Make dns_server_process_query async
2012-05-29 Volker Lendeckes4-dns: Make ask_forwarder async
2012-05-29 Volker Lendeckes4-dns: Create a proper talloc hierarchy in create_resp...
2012-05-29 Volker Lendeckes4-dns: Fix some typos
2012-05-29 Volker Lendeckes4-dns: Use talloc_asprintf_append_buffer in create_res...
2012-05-29 Volker Lendeckes4-dns: Add some NULL checks to create_response_rr
2012-03-27 Kai Blins4 dns: Only do recursive queries when allowed/desired
2012-03-27 Kai Blins4 dns: Allow changing the dns operation flags in handlers
2012-03-27 Kai Blins4 dns: Only forward for zones we don't own
2012-03-27 Kai Blins4 dns: Forward questions we can't answer to another...
2012-03-10 Kai Blins4 dns: Support TXT queries
2012-03-09 Kai Blins4 dns: Add support for PTR queries.
2011-12-17 Kai Blins4 dns: Move record lookup to dns_utils.c
2011-11-04 Kai Blins4 dns: Handle QCLASS_NONE queries
2011-11-04 Kai Blins4 dns: Support DNS_QTYPE_ALL queries
2011-09-28 Kai Blindns: Do as BIND and MS DNS and drop quries with qdcount...
2011-09-28 Kai Blindns: The QCLASS is called IN, not IP
2010-10-23 Matthias Dieter... s4:dns_server - fix counter types
2010-10-23 Kai Blins4 dns: Switch to WERROR
2010-10-23 Kai Blins4 dns: Split up the code into multiple files for easie...