summaryrefslogtreecommitdiffstats
path: root/source4/dns_server
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:dlz_bind9: add no memory checksStefan Metzmacher2011-10-171-0/+4
* s4:dlz_bind9: Copy dn before changing in b9_has_soaStefan Gohmann2011-10-171-1/+5
* s4:dlz_bind9: add missing earch bases for windows 2000 domainsStefan Gohmann2011-10-171-0/+1
* dns: Do as BIND and MS DNS and drop quries with qdcount != 1Kai Blin2011-09-281-5/+11
* dns: The QCLASS is called IN, not IPKai Blin2011-09-281-6/+6
* 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
* s4:"ldb_connect" calls - proof for "!= LDB_SUCCESS"Matthias Dieter Wallnöfer2011-04-291-1/+1
* s4-param Rename private_path() -> lpcfg_private_path()Andrew Bartlett2011-04-291-1/+1
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-191-0/+2
* s4-dns: renamed DNS_TYPE_ZERO to DNS_TYPE_TOMBSTONEAndrew Tridgell2011-01-141-5/+5
* s4:dns_server/dlz_bind9.c - initialise "ret" variablesMatthias Dieter Wallnöfer2011-01-121-2/+2
* dns: fixed dns record formatAndrew Tridgell2010-12-221-4/+9
* s4-dns: set dwSerial and dwFlagsAndrew Tridgell2010-12-211-0/+7
* s4-dns: fixed name comparison in bind9 moduleAndrew Tridgell2010-12-211-6/+21
* s4-dns: return the local hostname as the SOA authorityAndrew Tridgell2010-12-211-2/+19
* s4-dns: disable segfault handling in dlz_bind9Andrew Tridgell2010-12-211-0/+2
* s4-dns: fixed a crash bug in dlz_bind9 codeAndrew Tridgell2010-12-211-2/+0
* s4-dns: implemented parsing and storing of DNS records from bindAndrew Tridgell2010-12-152-46/+640
* s4-dns: added basic DLZ writeable support to dlz_bind9Andrew Tridgell2010-12-153-99/+448
* s4-dns: dlz_bind9 doesn't need to link to gensec any moreAndrew Tridgell2010-12-081-1/+1
* s4-dns: use ldb hooks for samba extensions in dlz_bind9Andrew Tridgell2010-12-081-49/+35
* s4-dns: allow a remote ldap server to be used with dlz_bind9Andrew Tridgell2010-12-082-16/+67