summaryrefslogtreecommitdiffstats
path: root/source4/dns_server
Commit message (Expand)AuthorAgeFilesLines
* s4-dns: Build BIND DLZ modules with correct private libraryAmitay Isaacs2012-05-071-2/+2
* dns server: move very verbose debug to higher level 2 -> 8Matthieu Patou2012-04-291-4/+4
* dlz_bind9: Also produce and install binary plugin for bind 9.9Andrew Bartlett2012-04-221-1/+1
* dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9Amitay Isaacs2012-04-163-0/+28
* dlz_bind9: changes to make dlz_bind9 work with BIND 9.9.0Amitay Isaacs2012-04-162-22/+53
* s4 dns: Allow updating PTR records.Kai Blin2012-03-301-0/+4
* s4 dns: Only do recursive queries when allowed/desiredKai Blin2012-03-271-7/+26
* 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-274-5/+23
* s4 dns: Only forward for zones we don't ownKai Blin2012-03-273-2/+33
* s4 dns: Forward questions we can't answer to another serverKai Blin2012-03-272-7/+80
* s4 dns: Test deleting records and fix a small buKai Blin2012-03-111-0/+4
* s4 dns: Be less chatty during testsKai Blin2012-03-111-4/+6
* s4 dns: Support TXT updates, add testsKai Blin2012-03-111-8/+29
* s4 dns: Support TXT queriesKai Blin2012-03-111-0/+11
* s4 dns: Add support for PTR queries.Kai Blin2012-03-091-1/+5
* dlz_bind9: Log Samba DEBUG() messages to the bind9 logsAndrew Bartlett2012-03-081-2/+29
* s4 dns: Fix TCP handling in the DNS serverKai Blin2012-03-061-13/+13
* dlz_bind9: Match PTR records as DNS names and not just stringsAmitay Isaacs2012-03-011-1/+1
* s4-dns: Fix handling of TXT DNS RecordAmitay Isaacs2012-03-022-3/+21
* dlz_bind9: Fix handling of TXT records with multiple quoted stringsAmitay Isaacs2012-03-021-4/+33
* dlz_bind9: This fixes the problem with adding/deleting rdatasetAmitay Isaacs2012-03-021-11/+16
* dlz_bind9: Fix the log message levelAmitay Isaacs2012-02-211-5/+5
* dlz_bind9: Do not remove LDB record in subrdataset and delrdatasetAmitay Isaacs2012-02-211-13/+8
* dlz_bind9: for authenticated user, set the AUTHENTICATED USERS sid in tokenAmitay Isaacs2012-01-251-0/+5
* dlz_bind9: create session info from PAC using auth contextAmitay Isaacs2012-01-041-7/+59
* s4 dns: Allow updates based on smb.conf settingKai Blin2011-12-172-2/+29
* s4 dns: Add some debug outputKai Blin2011-12-171-0/+3
* s4 dns: Actually handle the update requestKai Blin2011-12-173-0/+383
* s4 dns: Implement RFC-compatible update prescanKai Blin2011-12-171-3/+37
* s4 dns: Update prerequisite checking conforming to RFCKai Blin2011-12-173-42/+234
* s4 dns: Move record lookup to dns_utils.cKai Blin2011-12-173-36/+58
* s4 dns: Implement dns record comparison functionKai Blin2011-12-172-0/+57
* s4 dns: Implement dns name equality checkKai Blin2011-12-172-0/+10
* s4 dns: Fix some typos in comments and a whitespaceKai Blin2011-12-171-3/+3
* s4 dns: Update requests with QCLASS != IN or ALL trigger NOTIMPLEMENTED errorsKai Blin2011-12-091-0/+5
* s4 dns: More explicitly use the first question of an update packet onlyKai Blin2011-12-091-1/+1
* s4 dns: Get rid of const qualifier for prereqs, we do need to allocate thoseKai Blin2011-12-092-6/+6
* s4-dns Use match-by-key in GSSAPI server if principal is not specifiedAndrew Bartlett2011-12-071-22/+5
* dlz_bind9: Add command line options for URL and debugAmitay Isaacs2011-12-072-9/+28
* dlz_bind9: Set debugging output to stderrAmitay Isaacs2011-12-071-0/+3
* dlz_bind9: Use client supplied credentials for DNS record updateAmitay Isaacs2011-12-071-0/+79
* dlz_bind9: For creating a child entry, use only SEC_ADS_CREATE_CHILDAmitay Isaacs2011-12-071-1/+1
* dlz_bind9: Added access check to verify dynamic updateAmitay Isaacs2011-11-292-17/+167
* dlz_bind9: Use the sam database in dns/ as defaultAmitay Isaacs2011-11-292-60/+14
* 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: Handle QCLASS_NONE queriesKai Blin2011-11-041-0/+5
* s4 dns: Support DNS_QTYPE_ALL queriesKai Blin2011-11-041-109/+59
* s4:wscript - install the two missing files "dlz_bind9.so" and "named.conf.dlz"Geza Gemes2011-10-271-0/+2