mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
ndr code for handling sids and security descriptors now that we have a sid in the nbt IDL (This used to be commit f8e77fcdeac704aed5e501aa9108f3ed0ab26ca4)
29 lines
911 B
Makefile
29 lines
911 B
Makefile
#################################
|
|
# Start SUBSYSTEM LIB_SECURITY_NDR_HELPER
|
|
[SUBSYSTEM::LIB_SECURITY_NDR_HELPER]
|
|
ADD_OBJ_FILES = librpc/ndr/ndr_sec_helper.o
|
|
# End SUBSYSTEM LIB_SECURITY_NDR_HELPER
|
|
#################################
|
|
|
|
#################################
|
|
# Start SUBSYSTEM LIB_SECURITY_NDR
|
|
[SUBSYSTEM::LIB_SECURITY_NDR]
|
|
ADD_OBJ_FILES = librpc/gen_ndr/ndr_security.o
|
|
NOPROTO = YES
|
|
REQUIRED_SUBSYSTEMS = LIB_SECURITY_NDR_HELPER
|
|
# End SUBSYSTEM LIB_SECURITY_NDR
|
|
#################################
|
|
|
|
#################################
|
|
# Start SUBSYSTEM LIB_SECURITY
|
|
[SUBSYSTEM::LIB_SECURITY]
|
|
ADD_OBJ_FILES = libcli/security/security_token.o \
|
|
libcli/security/security_descriptor.o \
|
|
libcli/security/dom_sid.o \
|
|
libcli/security/access_check.o \
|
|
libcli/security/privilege.o \
|
|
librpc/ndr/ndr_sec.o
|
|
REQUIRED_SUBSYSTEMS = LIB_SECURITY_NDR
|
|
# End SUBSYSTEM LIB_SECURITY
|
|
#################################
|