Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-07 | s4 dns: Make debug output less noisy | Kai Blin | 1 | -1/+1 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Fri Sep 7 00:31:56 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s4 dns: When we got a TKEY, we need to remember which key to use for signing | Kai Blin | 1 | -2/+12 | |
2012-09-05 | s4 dns: TKEY record needs to remember incoming algorithm | Kai Blin | 1 | -1/+9 | |
Samba3 (and older windows versions) use gss.microsoft.com, win7 (and the RFC) use gss-tsig | |||||
2012-09-05 | s4 dns: Move dns_find_tkey to an extra file | Kai Blin | 1 | -55/+31 | |
2012-09-05 | s4 dns: Revert erroneous push from wrong branch | Kai Blin | 1 | -52/+58 | |
I've pushed the wrong branch for this, sorry about that. Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Wed Sep 5 14:10:54 CEST 2012 on sn-devel-104 | |||||
2012-09-05 | s4 dns: Handle GSS-TSIG signatures | Kai Blin | 1 | -58/+52 | |
2012-08-31 | s4 dns: Store TKEYs in a ringbuffer | Kai Blin | 1 | -55/+70 | |
This stops us from potentially being DoSed by tons of TKEYs Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Fri Aug 31 22:46:01 CEST 2012 on sn-devel-104 | |||||
2012-08-31 | s4 dns: Negotiate GSSAPI-based TKEYs | Kai Blin | 1 | -0/+224 | |
Autobuild-User(master): Kai Blin <kai@samba.org> Autobuild-Date(master): Fri Aug 31 10:38:35 CEST 2012 on sn-devel-104 | |||||
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 | |
When an A/AAAA lookup is made for a name that actually is a CNAME record, we need to return the CNAME record, and then do the A/AAAA lookup for the name the CNAME points at. This still fails for CNAMEs pointing at records for domains we need to ask our forwarders for. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Jun 6 15:23:55 CEST 2012 on sn-devel-104 | |||||
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_server_process_query | Volker Lendecke | 1 | -31/+0 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Make dns_process_send asyn | Volker Lendecke | 1 | -2/+2 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Remove unused sync ask_forwarder wrapper | Volker Lendecke | 1 | -30/+0 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Make dns_server_process_query async | Volker Lendecke | 1 | -37/+120 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Make ask_forwarder async | Volker Lendecke | 1 | -43/+111 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Create a proper talloc hierarchy in create_response_rr | Volker Lendecke | 1 | -3/+15 | |
Pair-Programmed-With: Michael Adam <obnox@samba.org> Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Fix some typos | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Use talloc_asprintf_append_buffer in create_response_rr | Volker Lendecke | 1 | -2/+2 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-05-30 | s4-dns: Add some NULL checks to create_response_rr | Volker Lendecke | 1 | -0/+15 | |
Signed-off-by: Kai Blin <kai@samba.org> | |||||
2012-03-27 | s4 dns: Only do recursive queries when allowed/desired | Kai Blin | 1 | -7/+26 | |
If recursive queries are switched off in smb.conf or the client doesn't ask for recursion, don't recurse. Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Tue Mar 27 17:39:26 CEST 2012 on sn-devel-104 | |||||
2012-03-27 | s4 dns: Allow changing the dns operation flags in handlers | Kai Blin | 1 | -0/+2 | |
2012-03-27 | s4 dns: Only forward for zones we don't own | Kai Blin | 1 | -2/+3 | |
2012-03-27 | s4 dns: Forward questions we can't answer to another server | Kai Blin | 1 | -6/+79 | |
This makes use of libdns and currently hardcodes the forward server, but it works. :) | |||||
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 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Fri Mar 9 12:27:38 CET 2012 on sn-devel-104 | |||||
2011-12-17 | s4 dns: Move record lookup to dns_utils.c | Kai Blin | 1 | -36/+7 | |
2011-11-04 | s4 dns: Handle QCLASS_NONE queries | Kai Blin | 1 | -0/+5 | |
2011-11-04 | s4 dns: Support DNS_QTYPE_ALL queries | Kai Blin | 1 | -109/+59 | |
2011-09-28 | dns: Do as BIND and MS DNS and drop quries with qdcount != 1 | Kai Blin | 1 | -5/+11 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Sep 28 03:37:22 CEST 2011 on sn-devel-104 | |||||
2011-09-28 | dns: The QCLASS is called IN, not IP | Kai Blin | 1 | -6/+6 | |
2010-10-23 | s4:dns_server - fix counter types | Matthias Dieter Wallnöfer | 1 | -3/+2 | |
2010-10-23 | s4 dns: Switch to WERROR | Kai Blin | 1 | -26/+26 | |
2010-10-23 | s4 dns: Split up the code into multiple files for easier development | Kai Blin | 1 | -0/+233 | |