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
Alexander Bokovoy 2ddf89a2bc Introduce system MIT krb5 build with --with-system-mitkrb5 option.
System MIT krb5 build also enabled by specifying --without-ad-dc

When --with-system-mitkrb5 (or --withou-ad-dc) option is passed to top level
configure in WAF build we are trying to detect and use system-wide MIT krb5
libraries. As result, Samba 4 DC functionality will be disabled due to the fact
that it is currently impossible to implement embedded KDC server with MIT krb5.

Thus, --with-system-mitkrb5/--without-ad-dc build will only produce
  * Samba 4 client libraries and their Python bindings
  * Samba 3 server (smbd, nmbd, winbindd from source3/)
  * Samba 3 client libraries

In addition, Samba 4 DC server-specific tests will not be compiled into smbtorture.
This in particular affects spoolss_win, spoolss_notify, and remote_pac rpc tests.
2012-05-23 17:51:50 +03:00
..
dlz_bind9.c dlz_bind9: Build shared libraries for both BIND versions 9.8 and 9.9 2012-04-16 11:16:34 +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 Introduce system MIT krb5 build with --with-system-mitkrb5 option. 2012-05-23 17:51:50 +03:00