mirror of
https://github.com/samba-team/samba.git
synced 2025-11-28 12:23:49 +03:00
an ADS join, particularly as a DC. This represents the bulk of his Google SOC work, and I'm very pleased to intergrate it into the tree. (Metze will intergrate the DRSUAPI work later). Both metze and myself have also put a lot of time into this patch, and in mentoring Brad in general. In return, Brad has been a very good student, and has taken the comments well. Since it's last appearance on samba-technical@, I have made correctness and valgrind fixups, as well as adding a new 'BINDING' mode to the libnet_rpc routines. This allows the exact binding string to be passed down from the torture code, including options and exact target host. Andrew Bartlett
23 lines
653 B
Makefile
23 lines
653 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIBNET
|
|
[SUBSYSTEM::LIBNET]
|
|
INIT_OBJ_FILES = \
|
|
libnet/libnet.o
|
|
ADD_OBJ_FILES = \
|
|
libnet/libnet_passwd.o \
|
|
libnet/libnet_time.o \
|
|
libnet/libnet_rpc.o \
|
|
libnet/libnet_join.o \
|
|
libnet/libnet_vampire.o \
|
|
libnet/libnet_samdump.o \
|
|
libnet/libnet_samsync_ldb.o \
|
|
libnet/libnet_user.o \
|
|
libnet/libnet_share.o \
|
|
libnet/libnet_lookup.o \
|
|
libnet/userinfo.o \
|
|
libnet/userman.o \
|
|
libnet/domain.o
|
|
REQUIRED_SUBSYSTEMS = RPC_NDR_SAMR RPC_NDR_LSA RPC_NDR_SRVSVC RPC_NDR_DRSUAPI LIBCLI_COMPOSITE LIBCLI_RESOLVE LIBSAMBA3 LIBCLI_CLDAP
|
|
# End SUBSYSTEM LIBNET
|
|
#################################
|