summaryrefslogtreecommitdiffstats
path: root/source4/dns_server/dns_server.c
Commit message (Expand)AuthorAgeFilesLines
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-06-071-1/+8
* bug #10609: CVE-2014-0239 Don't reply to repliesKai Blin2014-05-201-0/+6
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-03-071-4/+4
* dns: Support larger queries when asking forwarderKai Blin2013-05-261-0/+2
* dns: Also print packet information for DBGC_DNSKai Blin2013-05-181-5/+5
* dns: Also add a print-out for the out_packetKai Blin2013-05-161-0/+4
* dns: Use new DNS debugclass in DNS serverKai Blin2013-05-161-0/+3
* s4:dns_server: fix formatting difference compared to v4-0-testStefan Metzmacher2012-10-241-1/+2
* dns_server: Try and use the dns-SERVER account if we were configured with itAndrew Bartlett2012-10-171-14/+47
* s4-dns: Fix the comments about ignoring zones in internal serverMatthieu Patou2012-10-131-1/+7
* s4-dns: fix a warningMatthieu Patou2012-10-081-2/+1
* s4-dns: Ignore zones that shouldn't be returned currentlyMatthieu Patou2012-10-071-1/+7
* s4-dns: fix a non handled memory out of memoryMatthieu Patou2012-10-021-0/+1
* s4:dns_server - introduce the wildcard binding featureMatthias Dieter Wallnöfer2012-09-231-10/+28
* dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett2012-09-121-2/+3
* s4 dns: Make debug output less noisyKai Blin2012-09-071-1/+1
* s4 dns: Verify incoming TSIG signaturesKai Blin2012-09-051-0/+8
* s4 dns: Handle GSS-TSIG signature creationKai Blin2012-09-051-0/+12
* s4 dns: Revert erroneous push from wrong branchKai Blin2012-09-051-23/+0
* more tsig_verify stuffKai Blin2012-09-051-1/+1
* drop meKai Blin2012-09-051-0/+3
* s4 dns: Verify incoming TSIG signaturesKai Blin2012-09-051-1/+7
* s4 dns: Handle GSS-TSIG signaturesKai Blin2012-09-051-0/+14
* s4 dns: Store TKEYs in a ringbufferKai Blin2012-08-311-0/+27
* s4 dns: Negotiate GSSAPI-based TKEYsKai Blin2012-08-311-0/+18
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-1/+1
* s4-dns: Remove sync dns_processVolker Lendecke2012-05-301-24/+0
* s4-dns: Make the TCP dns server asyncVolker Lendecke2012-05-301-21/+39
* s4-dns: Make the UDP dns server asyncVolker Lendecke2012-05-301-18/+38
* s4-dns: Make dns_process_send asynVolker Lendecke2012-05-301-78/+136
* s4-dns: Fix an unlikely potential memleakVolker Lendecke2012-05-301-2/+4
* s4 dns: unify error handling when bailing outKai Blin2012-05-081-12/+11
* dns server: move very verbose debug to higher level 2 -> 8Matthieu Patou2012-04-291-4/+4
* s4 dns: Check smb.conf if we should allow recursionKai Blin2012-03-271-2/+3
* s4 dns: Allow changing the dns operation flags in handlersKai Blin2012-03-271-5/+15
* s4 dns: Fix TCP handling in the DNS serverKai Blin2012-03-061-13/+13
* s4 dns: Update prerequisite checking conforming to RFCKai Blin2011-12-171-1/+1
* s4 dns: Fix some typos in comments and a whitespaceKai Blin2011-12-171-3/+3
* s4 dns: Reduce test output noise by upping log level for dns_name_packet loggingKai Blin2011-11-171-3/+6
* s4 dns: the opcode is called OPCODE_UPDATE in the RFC, not OPCODE_REGISTERKai Blin2011-11-041-1/+1
* s4-dns: when searching all partitions the NULL basedn is OKAndrew Tridgell2011-08-251-8/+1
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-2/+2
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-1/+1
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-4/+4
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-191-0/+2
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-1/+2
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* s4:dns_server - fix counter typesMatthias Dieter Wallnöfer2010-10-231-2/+1
* s4 dns: Switch to WERRORKai Blin2010-10-231-9/+5
* s4 dns: Split up the code into multiple files for easier developmentKai Blin2010-10-231-371/+0