summaryrefslogtreecommitdiff
path: root/source4/dns_server/dns_server.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-26dns: Support larger queries when asking forwarderKai Blin1-0/+2
2013-05-18dns: Also print packet information for DBGC_DNSKai Blin1-5/+5
2013-05-16dns: Also add a print-out for the out_packetKai Blin1-0/+4
2013-05-16dns: Use new DNS debugclass in DNS serverKai Blin1-0/+3
2012-10-24s4:dns_server: fix formatting difference compared to v4-0-testStefan Metzmacher1-1/+2
2012-10-17dns_server: Try and use the dns-SERVER account if we were configured with itAndrew Bartlett1-14/+47
2012-10-13s4-dns: Fix the comments about ignoring zones in internal serverMatthieu Patou1-1/+7
2012-10-08s4-dns: fix a warningMatthieu Patou1-2/+1
2012-10-07s4-dns: Ignore zones that shouldn't be returned currentlyMatthieu Patou1-1/+7
2012-10-02s4-dns: fix a non handled memory out of memoryMatthieu Patou1-0/+1
2012-09-23s4:dns_server - introduce the wildcard binding featureMatthias Dieter Wallnöfer1-10/+28
2012-09-12dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett1-2/+3
2012-09-07s4 dns: Make debug output less noisyKai Blin1-1/+1
2012-09-05s4 dns: Verify incoming TSIG signaturesKai Blin1-0/+8
2012-09-05s4 dns: Handle GSS-TSIG signature creationKai Blin1-0/+12
2012-09-05s4 dns: Revert erroneous push from wrong branchKai Blin1-23/+0
2012-09-05more tsig_verify stuffKai Blin1-1/+1
2012-09-05drop meKai Blin1-0/+3
2012-09-05s4 dns: Verify incoming TSIG signaturesKai Blin1-1/+7
2012-09-05s4 dns: Handle GSS-TSIG signaturesKai Blin1-0/+14
2012-08-31s4 dns: Store TKEYs in a ringbufferKai Blin1-0/+27
2012-08-31s4 dns: Negotiate GSSAPI-based TKEYsKai Blin1-0/+18
2012-06-15lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett1-1/+1
2012-05-30s4-dns: Remove sync dns_processVolker Lendecke1-24/+0
2012-05-30s4-dns: Make the TCP dns server asyncVolker Lendecke1-21/+39
2012-05-30s4-dns: Make the UDP dns server asyncVolker Lendecke1-18/+38
2012-05-30s4-dns: Make dns_process_send asynVolker Lendecke1-78/+136
2012-05-30s4-dns: Fix an unlikely potential memleakVolker Lendecke1-2/+4
2012-05-08s4 dns: unify error handling when bailing outKai Blin1-12/+11
2012-04-29dns server: move very verbose debug to higher level 2 -> 8Matthieu Patou1-4/+4
2012-03-27s4 dns: Check smb.conf if we should allow recursionKai Blin1-2/+3
2012-03-27s4 dns: Allow changing the dns operation flags in handlersKai Blin1-5/+15
2012-03-06s4 dns: Fix TCP handling in the DNS serverKai Blin1-13/+13
2011-12-17s4 dns: Update prerequisite checking conforming to RFCKai Blin1-1/+1
2011-12-17s4 dns: Fix some typos in comments and a whitespaceKai Blin1-3/+3
2011-11-17s4 dns: Reduce test output noise by upping log level for dns_name_packet loggingKai Blin1-3/+6
2011-11-04s4 dns: the opcode is called OPCODE_UPDATE in the RFC, not OPCODE_REGISTERKai Blin1-1/+1
2011-08-25s4-dns: when searching all partitions the NULL basedn is OKAndrew Tridgell1-8/+1
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-2/+2
2011-06-06s4-ipv6: update callers to load_interface_list()Andrew Tridgell1-1/+1
2011-05-08s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett1-4/+4
2011-03-19source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij1-0/+2
2010-11-15s4-server: make server sockets a child of the task contextAndrew Tridgell1-1/+2
2010-10-30s4-smbd: don't initialise process models more than onceAndrew Tridgell1-1/+1
2010-10-23s4:dns_server - fix counter typesMatthias Dieter Wallnöfer1-2/+1
2010-10-23s4 dns: Switch to WERRORKai Blin1-9/+5
2010-10-23s4 dns: Split up the code into multiple files for easier developmentKai Blin1-371/+0
2010-10-23s4 dns: More work on updatesKai Blin1-1/+25
2010-10-23s4 dns: Map between NTSTATUS and dns error codesKai Blin1-1/+35
2010-10-23s4 dns: Better error handling when parsing invalid or unknown recordsKai Blin1-7/+35