mirror of
https://github.com/samba-team/samba.git
synced 2025-12-02 00:23:50 +03:00
related to filesharing. For example, in order to manipulate ACLs properly its important to be able to call LookupSids, and to be able to lookup what privileges a SID has. - added 3 new commands to smbclient "lookupname", "lookupsid" and "privileges"
23 lines
556 B
Makefile
23 lines
556 B
Makefile
[SUBSYSTEM::LIBCLI_UTILS]
|
|
ADD_OBJ_FILES = libcli/util/asn1.o \
|
|
libcli/util/smberr.o \
|
|
libcli/util/doserr.o \
|
|
libcli/util/errormap.o \
|
|
libcli/util/clierror.o \
|
|
libcli/util/nterr.o \
|
|
libcli/util/smbdes.o \
|
|
libcli/util/smbencrypt.o
|
|
|
|
[SUBSYSTEM::LIBCLI_NMB]
|
|
ADD_OBJ_FILES = libcli/unexpected.o \
|
|
libcli/namecache.o \
|
|
libcli/nmblib.o \
|
|
libcli/namequery.o
|
|
REQUIRED_SUBSYSTEMS = RPC_NDR_LSA
|
|
|
|
[SUBSYSTEM::LIBCLI_LSA]
|
|
ADD_OBJ_FILES = libcli/util/clilsa.o
|
|
|
|
[SUBSYSTEM::LIBCLI]
|
|
REQUIRED_SUBSYSTEMS = LIBCLI_RAW LIBCLI_UTILS LIBCLI_AUTH LIBCLI_NMB
|