1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/dns_server
Amitay Isaacs 34eab45cba dlz_bind9: Fix the named crash on reloading named
When reloading zones, named first creates new zone instance and then shuts down
the old instance. Since ldb layer, keeps the same LDB open, talloc_free() on samdb
handle, causes talloc "access after use" error.

This patch keeps only single context (dlz_bind9_data) and uses reference counting
to decide when to actually free the context. Since samdb handle is reused, use
talloc_unlink() instead of talloc_free() on samdb handle.
2012-05-24 09:42:24 +10:00
..
dlz_bind9.c dlz_bind9: Fix the named crash on reloading named 2012-05-24 09:42:24 +10:00
dlz_minimal.h dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9 2012-04-16 11:16:34 +10:00
dns_query.c s4 dns: Only do recursive queries when allowed/desired 2012-03-27 17:39:26 +02:00
dns_server.c s4 dns: unify error handling when bailing out 2012-05-08 15:48:25 +02:00
dns_server.h s4 dns: Allow changing the dns operation flags in handlers 2012-03-27 16:03:16 +02:00
dns_update.c s4 dns: Allow updating PTR records. 2012-03-30 19:26:52 +02:00
dns_update.h s4 dns: Allow updates based on smb.conf setting 2011-12-17 04:19:40 +01:00
dns_utils.c s4 dns: Only forward for zones we don't own 2012-03-27 16:03:16 +02:00
TODO s4 dns: Add a boilerplate DNS server implementation 2010-10-23 10:17:05 +00:00
wscript_build libcli/dns: make 'clidns' private library out of DNS code in WAF build 2012-05-23 17:51:50 +03:00