s4-libnet: Split up samba-net into samba-net and samba-net-join
authorAndrew Bartlett <abartlet@samba.org>
Mon, 27 May 2024 07:44:38 +0000 (19:44 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Jun 2024 20:42:34 +0000 (20:42 +0000)
commit829b52f99d5a9c9df19c9eb67611618095967edd
tree792705dfe2d456bb89de9b4ce6fdda178a03dc9b
parenta54dca4ea546c596740d1afab70b1cdd25e1721b
s4-libnet: Split up samba-net into samba-net and samba-net-join

samba-net-join links to python and so needs the variable name
with the python ABI tag, while samba-net is a normal C library
and can be included in a package without python dependencies.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source4/lib/policy/wscript_build
source4/libnet/libnet_join.c
source4/libnet/libnet_vampire.c
source4/libnet/py_net.c
source4/libnet/wscript_build
source4/torture/libnet/libnet_BecomeDC.c
source4/torture/rpc/testjoin.c
source4/torture/wscript_build