lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *)
[metze/samba-autobuild/.git] / source4 / dns_server / dns_server.c
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-03-29 Andrew Bartlettdns: Provide local and remote socket address to GENSEC
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-06-15 Ralph Boehmes4/dns_server: enable sending of TSIG error records
2016-06-15 Ralph Boehmes4/dns_server: prepare sending correct error responses...
2016-05-03 Garming Samdns: modify dns forwarder param to be multi-valued
2016-01-13 Jelmer VernooijAvoid including libds/common/roles.h in public loadparm...
2015-10-26 Andrew Bartlettdns_server: Put more code in common
2015-08-06 Kai Blindns: always add authority records
2014-12-22 Samuel Cabreros4-dns: Reload DNS zones from dsdb when zones are modif...
2014-11-18 Stefan Metzmachers4:dns_server: allocate substructures of struct dns_req...
2014-06-06 Jeremy Allisons3/s4: smbd, rpc, ldap, cldap, kdc services.
2014-05-20 Kai Blinbug #10609: CVE-2014-0239 Don't reply to replies
2014-03-07 Stefan Metzmachers4:lib/socket: simplify iface_list_wildcard() and its...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-26 Kai Blindns: Support larger queries when asking forwarder
2013-05-18 Kai Blindns: Also print packet information for DBGC_DNS
2013-05-16 Kai Blindns: Also add a print-out for the out_packet
2013-05-16 Kai Blindns: Use new DNS debugclass in DNS server
2012-10-24 Stefan Metzmachers4:dns_server: fix formatting difference compared to...
2012-10-17 Andrew Bartlettdns_server: Try and use the dns-SERVER account if we...
2012-10-13 Matthieu Patous4-dns: Fix the comments about ignoring zones in intern...
2012-10-08 Matthieu Patous4-dns: fix a warning
2012-10-08 Matthieu Patous4-dns: Ignore zones that shouldn't be returned currently
2012-10-02 Matthieu Patous4-dns: fix a non handled memory out of memory
2012-09-23 Matthias Dieter... s4:dns_server - introduce the wildcard binding feature
2012-09-12 Andrew Bartlettdns_server: Remove parameter 'dns recursive queries...
2012-09-06 Kai Blins4 dns: Make debug output less noisy
2012-09-05 Kai Blins4 dns: Verify incoming TSIG signatures
2012-09-05 Kai Blins4 dns: Handle GSS-TSIG signature creation
2012-09-05 Kai Blins4 dns: Revert erroneous push from wrong branch
2012-09-05 Kai Blinmore tsig_verify stuff
2012-09-05 Kai Blindrop me
2012-09-05 Kai Blins4 dns: Verify incoming TSIG signatures
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-15 Andrew Bartlettlib/param: Create a seperate server role for "active...
2012-05-29 Volker Lendeckes4-dns: Remove sync dns_process
2012-05-29 Volker Lendeckes4-dns: Make the TCP dns server async
2012-05-29 Volker Lendeckes4-dns: Make the UDP dns server async
2012-05-29 Volker Lendeckes4-dns: Make dns_process_send asyn
2012-05-29 Volker Lendeckes4-dns: Fix an unlikely potential memleak
2012-05-08 Kai Blins4 dns: unify error handling when bailing out
2012-04-29 Matthieu Patoudns server: move very verbose debug to higher level...
2012-03-27 Kai Blins4 dns: Check smb.conf if we should allow recursion
2012-03-27 Kai Blins4 dns: Allow changing the dns operation flags in handlers
2012-03-06 Kai Blins4 dns: Fix TCP handling in the DNS server
2011-12-17 Kai Blins4 dns: Update prerequisite checking conforming to RFC
2011-12-17 Kai Blins4 dns: Fix some typos in comments and a whitespace
2011-11-17 Kai Blins4 dns: Reduce test output noise by upping log level...
2011-11-04 Kai Blins4 dns: the opcode is called OPCODE_UPDATE in the RFC...
2011-08-24 Andrew Tridgells4-dns: when searching all partitions the NULL basedn...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Andrew Bartlettlibcli/util Rename common map_nt_error_from_unix to...
2011-06-06 Andrew Tridgells4-ipv6: update callers to load_interface_list()
2011-05-08 Andrew Bartletts4-interfaces Rename interfaces code so not to conflict...
2011-03-19 Jelmer Vernooijsource4/: Fix prototypes for all functions in various...
2010-11-14 Andrew Tridgells4-server: make server sockets a child of the task...
2010-10-30 Andrew Tridgells4-smbd: don't initialise process models more than...
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...
2010-10-23 Kai Blins4 dns: More work on updates
2010-10-23 Kai Blins4 dns: Map between NTSTATUS and dns error codes
2010-10-23 Kai Blins4 dns: Better error handling when parsing invalid...
2010-10-23 Kai Blins4 dns: start handling update requests, return correct...
2010-10-23 Kai Blins4 dns: Handle CNAME records
2010-10-23 Stefan Metzmachers4 dns: Parse srv and soa records
2010-10-23 Kai Blins4 dns: Look up all names in the ldb database.
2010-10-23 Kai Blins4 dns: Look up records in the ldb database
2010-10-23 Kai Blins4 dns: Reply to a name request with an A record.
2010-10-23 Kai Blinndr dns: Add simple parser
2010-10-23 Kai Blins4 dns: Add a boilerplate DNS server implementation