Age | Commit message (Expand) | Author | Files | Lines |
2012-08-06 | lib/param: move enum dns_update_settings to lib/param | Christian Ambach | 2 | -26/+1 |
2012-06-15 | lib/param: Create a seperate server role for "active directory domain control... | Andrew Bartlett | 1 | -1/+1 |
2012-06-06 | s4:dns-server: remove an extra blank line from handle_question() | Michael Adam | 1 | -1/+0 |
2012-06-06 | s4 dns: Correctly handle A questions for CNAMEs | Kai Blin | 1 | -5/+56 |
2012-05-30 | s4-dns: Use W_ERROR_HAVE_NO_MEMORY in create_response_rr | Kai Blin | 1 | -24/+8 |
2012-05-30 | s4-dns: Use proper talloc hierarchy for NS records in create_response_rr | Kai Blin | 1 | -1/+2 |
2012-05-30 | s4-dns: Use proper talloc hierarchy for AAAA records in create_response_rr | Kai Blin | 1 | -1/+2 |
2012-05-30 | s4-dns: Remove sync dns_process | Volker Lendecke | 1 | -24/+0 |
2012-05-30 | s4-dns: Make the TCP dns server async | Volker Lendecke | 1 | -21/+39 |
2012-05-30 | s4-dns: Make the UDP dns server async | Volker Lendecke | 1 | -18/+38 |
2012-05-30 | s4-dns: Remove sync dns_server_process_query | Volker Lendecke | 2 | -39/+0 |
2012-05-30 | s4-dns: Make dns_process_send asyn | Volker Lendecke | 3 | -80/+148 |
2012-05-30 | s4-dns: Remove unused sync ask_forwarder wrapper | Volker Lendecke | 1 | -30/+0 |
2012-05-30 | s4-dns: Make dns_server_process_query async | Volker Lendecke | 1 | -37/+120 |
2012-05-30 | s4-dns: Make ask_forwarder async | Volker Lendecke | 1 | -43/+111 |
2012-05-30 | s4-dns: Create a proper talloc hierarchy in create_response_rr | Volker Lendecke | 1 | -3/+15 |
2012-05-30 | s4-dns: Add debug output for unmappable WERROR to DNS errcode | Volker Lendecke | 1 | -1/+1 |
2012-05-30 | s4-dns: Fix some typos | Volker Lendecke | 2 | -2/+2 |
2012-05-30 | s4-dns: Remove some break; statements | Volker Lendecke | 1 | -8/+0 |
2012-05-30 | s4-dns: Fix an unlikely potential memleak | Volker Lendecke | 1 | -2/+4 |
2012-05-30 | s4-dns: Use talloc_asprintf_append_buffer in create_response_rr | Volker Lendecke | 1 | -2/+2 |
2012-05-30 | s4-dns: Add some NULL checks to create_response_rr | Volker Lendecke | 1 | -0/+15 |
2012-05-24 | dlz_bind9: Make the talloc destructor static and return 0. | Amitay Isaacs | 1 | -1/+2 |
2012-05-24 | dlz_bind9: Fix the named crash on reloading named | Amitay Isaacs | 1 | -1/+17 |
2012-05-23 | libcli/dns: make 'clidns' private library out of DNS code in WAF build | Alexander Bokovoy | 1 | -1/+1 |
2012-05-23 | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 1 | -2/+5 |
2012-05-08 | s4 dns: unify error handling when bailing out | Kai Blin | 1 | -12/+11 |
2012-05-07 | s4-dns: Build BIND DLZ modules with correct private library | Amitay Isaacs | 1 | -2/+2 |
2012-04-29 | dns server: move very verbose debug to higher level 2 -> 8 | Matthieu Patou | 1 | -4/+4 |
2012-04-22 | dlz_bind9: Also produce and install binary plugin for bind 9.9 | Andrew Bartlett | 1 | -1/+1 |
2012-04-16 | dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9 | Amitay Isaacs | 3 | -0/+28 |
2012-04-16 | dlz_bind9: changes to make dlz_bind9 work with BIND 9.9.0 | Amitay Isaacs | 2 | -22/+53 |
2012-03-30 | s4 dns: Allow updating PTR records. | Kai Blin | 1 | -0/+4 |
2012-03-27 | s4 dns: Only do recursive queries when allowed/desired | Kai Blin | 1 | -7/+26 |
2012-03-27 | s4 dns: Check smb.conf if we should allow recursion | Kai Blin | 1 | -2/+3 |
2012-03-27 | s4 dns: Allow changing the dns operation flags in handlers | Kai Blin | 4 | -5/+23 |
2012-03-27 | s4 dns: Only forward for zones we don't own | Kai Blin | 3 | -2/+33 |
2012-03-27 | s4 dns: Forward questions we can't answer to another server | Kai Blin | 2 | -7/+80 |
2012-03-11 | s4 dns: Test deleting records and fix a small bu | Kai Blin | 1 | -0/+4 |
2012-03-11 | s4 dns: Be less chatty during tests | Kai Blin | 1 | -4/+6 |
2012-03-11 | s4 dns: Support TXT updates, add tests | Kai Blin | 1 | -8/+29 |
2012-03-11 | s4 dns: Support TXT queries | Kai Blin | 1 | -0/+11 |
2012-03-09 | s4 dns: Add support for PTR queries. | Kai Blin | 1 | -1/+5 |
2012-03-08 | dlz_bind9: Log Samba DEBUG() messages to the bind9 logs | Andrew Bartlett | 1 | -2/+29 |
2012-03-06 | s4 dns: Fix TCP handling in the DNS server | Kai Blin | 1 | -13/+13 |
2012-03-01 | dlz_bind9: Match PTR records as DNS names and not just strings | Amitay Isaacs | 1 | -1/+1 |
2012-03-02 | s4-dns: Fix handling of TXT DNS Record | Amitay Isaacs | 2 | -3/+21 |
2012-03-02 | dlz_bind9: Fix handling of TXT records with multiple quoted strings | Amitay Isaacs | 1 | -4/+33 |
2012-03-02 | dlz_bind9: This fixes the problem with adding/deleting rdataset | Amitay Isaacs | 1 | -11/+16 |
2012-02-21 | dlz_bind9: Fix the log message level | Amitay Isaacs | 1 | -5/+5 |