1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source4/libnet
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
..
composite.h
groupinfo.c s4-libnet: Add mem_ctx to libnet_rpc_groupinfo calls (bug #8889) 2012-04-30 13:08:28 +02:00
groupinfo.h
groupman.c s4-libnet: Add mem_ctx to libnet_rpc_groupdel calls (bug #8889) 2012-04-30 14:41:36 +02:00
groupman.h
libnet_become_dc.c s4:libnet_become_dc: add missing 'return' after composite_error() 2012-04-23 09:30:10 +02:00
libnet_become_dc.h s4:libnet: passdown the DsGetNCChangesReq* to the libnet_BecomeDC_StoreChunk handler 2011-08-12 12:39:05 +02:00
libnet_domain.c s4-libnet: Add mem_ctx to libnet_DomainClose calls (bug #8889) 2012-04-30 13:08:28 +02:00
libnet_domain.h
libnet_export_keytab.c s4-libnet: split export_keytab in a separate python module to avoid pulling in HDB dependency 2012-04-12 15:23:19 +02:00
libnet_export_keytab.h s4-libnet: split export_keytab in a separate python module to avoid pulling in HDB dependency 2012-04-12 15:23:19 +02:00
libnet_group.c s4-libnet: Add mem_ctx to libnet_rpc_groupadd calls (bug #8889) 2012-04-30 13:08:28 +02:00
libnet_group.h
libnet_join.c s4:libnet: make it possible to join with a given machine password 2011-11-29 09:21:25 +01:00
libnet_join.h s4:libnet: make it possible to join with a given machine password 2011-11-29 09:21:25 +01:00
libnet_lookup.c s4-libnet: Add mem_ctx to libnet_DomainOpen calls (bug #8889) 2012-04-30 13:08:28 +02:00
libnet_lookup.h
libnet_passwd.c
libnet_passwd.h
libnet_rpc.c s4:libnet/libnet_rpc.c - quiet an enum warning 2011-06-09 10:53:36 +02:00
libnet_rpc.h
libnet_samdump.c
libnet_samsync_ldb.c
libnet_samsync.c gensec: split GENSEC into mechanism-dependent and runtime functions 2011-08-03 18:48:01 +10:00
libnet_samsync.h
libnet_share.c
libnet_share.h
libnet_site.c libcli/cldap: don't pass tevent_context to cldap_socket_init() 2011-10-10 23:23:07 +02:00
libnet_site.h
libnet_time.c
libnet_time.h
libnet_unbecome_dc.c libcli/cldap: don't pass tevent_context to cldap_socket_init() 2011-10-10 23:23:07 +02:00
libnet_unbecome_dc.h
libnet_user.c s4-libnet: Add mem_ctx to libnet_rpc_usermod calls (bug #8889) 2012-04-30 13:08:28 +02:00
libnet_user.h
libnet_vampire.c Add some debug for FOOBAR return case as they are hard to diagnose 2012-04-29 09:08:15 +02:00
libnet_vampire.h
libnet.c s4-modules Remove lp_ctx from init functions that no longer need it 2011-06-06 17:37:51 +10:00
libnet.h s4-libnet: split export_keytab in a separate python module to avoid pulling in HDB dependency 2012-04-12 15:23:19 +02:00
prereq_domain.c s4-libnet: Add mem_ctx to libnet_DomainOpen calls (bug #8889) 2012-04-30 13:08:28 +02:00
py_net_dckeytab.c s4-libnet: split export_keytab in a separate python module to avoid pulling in HDB dependency 2012-04-12 15:23:19 +02:00
py_net.c s4-libnet: split export_keytab in a separate python module to avoid pulling in HDB dependency 2012-04-12 15:23:19 +02:00
py_net.h s4-libnet: split export_keytab in a separate python module to avoid pulling in HDB dependency 2012-04-12 15:23:19 +02:00
userinfo.c s4:libnet: pass an explicit mem_ctx to libnet_rpc_userinfo_send() (bug #8889) 2012-04-24 16:43:03 +02:00
userinfo.h
userman.c s4-libnet: Add mem_ctx to libnet_rpc_usermod calls (bug #8889) 2012-04-30 13:08:28 +02:00
userman.h
wscript_build Introduce system MIT krb5 build with --with-system-mitkrb5 option. 2012-05-23 17:51:50 +03:00