Age | Commit message (Expand) | Author | Files | Lines |
2012-11-04 | s4-dns: Fix format string vulnerability in an error message (bug #9354) | Amitay Isaacs | 1 | -4/+5 |
2012-10-24 | s4:dns_server: fix formatting difference compared to v4-0-test | Stefan Metzmacher | 1 | -1/+2 |
2012-10-17 | dns_server: Try and use the dns-SERVER account if we were configured with it | Andrew Bartlett | 1 | -14/+47 |
2012-10-13 | s4-dns: Fix the comments about ignoring zones in internal server | Matthieu Patou | 1 | -1/+7 |
2012-10-09 | s4-dns: dlz_bind9: Ignore zones that are not used by BIND9 DLZ plugin | Amitay Isaacs | 1 | -0/+5 |
2012-10-08 | s4-dns: fix a warning | Matthieu Patou | 1 | -2/+1 |
2012-10-07 | s4-dns: Ignore zones that shouldn't be returned currently | Matthieu Patou | 1 | -1/+7 |
2012-10-02 | s4-dns: fix a non handled memory out of memory | Matthieu Patou | 1 | -0/+1 |
2012-09-30 | s4 dns: Fix return code for deleted records | Kai Blin | 1 | -1/+1 |
2012-09-30 | s4 dns: Get rid of deprecated allocation result check | Kai Blin | 1 | -1/+3 |
2012-09-23 | s4:dns_server - introduce the wildcard binding feature | Matthias Dieter Wallnöfer | 1 | -10/+28 |
2012-09-12 | dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo... | Andrew Bartlett | 1 | -2/+3 |
2012-09-12 | s4:dns_server: remove wrong and unused dsdb_check_access_on_dn() check | Stefan Metzmacher | 1 | -16/+0 |
2012-09-12 | dns_server: Attempt to SET and UNSET the sessionInfo to match the incoming user | Andrew Bartlett | 1 | -2/+24 |
2012-09-12 | s4 dns: Improve logging of delegated dns updates | Kai Blin | 1 | -1/+1 |
2012-09-07 | s4 dns: Make debug output less noisy | Kai Blin | 4 | -16/+16 |
2012-09-06 | s4 dns: Check if signing user is allowed to update records | Kai Blin | 1 | -16/+56 |
2012-09-06 | selftest: Add tests for the dlz_bind9 module | Andrew Bartlett | 1 | -0/+7 |
2012-09-05 | s4 dns: Allow configuring signed updates | Kai Blin | 1 | -1/+6 |
2012-09-05 | s4 dns: Make sure to remember incoming tkey name | Kai Blin | 1 | -0/+4 |
2012-09-05 | s4 dns: Verify incoming TSIG signatures | Kai Blin | 4 | -0/+189 |
2012-09-05 | s4 dns: Handle GSS-TSIG signature creation | Kai Blin | 3 | -0/+144 |
2012-09-05 | s4 dns: When we got a TKEY, we need to remember which key to use for signing | Kai Blin | 2 | -2/+17 |
2012-09-05 | s4 dns: TKEY record needs to remember incoming algorithm | Kai Blin | 2 | -1/+10 |
2012-09-05 | s4 dns: Move dns_find_tkey to an extra file | Kai Blin | 4 | -56/+88 |
2012-09-05 | s4-dns: Fix linking the dns service. | Andreas Schneider | 1 | -1/+1 |
2012-09-05 | s4 dns: Revert erroneous push from wrong branch | Kai Blin | 7 | -461/+60 |
2012-09-05 | s4 dns: Allow configuring signed updates | Kai Blin | 1 | -1/+6 |
2012-09-05 | s4 dns: Make sure to remember incoming tkey name | Kai Blin | 1 | -0/+4 |
2012-09-05 | more tsig_verify stuff | Kai Blin | 3 | -12/+23 |
2012-09-05 | drop me | Kai Blin | 1 | -0/+3 |
2012-09-05 | hack: dns_sign_tsig correct memcpy | Kai Blin | 1 | -1/+1 |
2012-09-05 | HACK remove debug statement | Kai Blin | 1 | -1/+0 |
2012-09-05 | s4 dns: Verify incoming TSIG signatures | Kai Blin | 4 | -9/+95 |
2012-09-05 | s4 dns: Handle GSS-TSIG signatures | Kai Blin | 5 | -59/+352 |
2012-08-31 | s4 dns: Store TKEYs in a ringbuffer | Kai Blin | 3 | -57/+106 |
2012-08-31 | s4 dns: Negotiate GSSAPI-based TKEYs | Kai Blin | 4 | -1/+254 |
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 |