2005-10-21 20:29:54 +04:00
i n c l u d e a u t h / c o n f i g . m k
i n c l u d e l d a p / c o n f i g . m k
i n c l u d e s e c u r i t y / c o n f i g . m k
2004-11-15 02:10:04 +03:00
[SUBSYSTEM :: LIBCLI_UTILS ]
2005-12-26 21:03:50 +03:00
OBJ_FILES = util/asn1.o \
2005-10-21 20:29:54 +04:00
util/doserr.o \
util/errormap.o \
util/clierror.o \
util/nterr.o \
util/smbdes.o
2004-11-15 02:10:04 +03:00
2004-12-06 10:12:38 +03:00
[SUBSYSTEM :: LIBCLI_LSA ]
2005-12-26 21:03:50 +03:00
OBJ_FILES = util/clilsa.o
2005-01-21 14:18:56 +03:00
REQUIRED_SUBSYSTEMS = RPC_NDR_LSA
2004-11-15 02:10:04 +03:00
2005-09-26 15:47:55 +04:00
[SUBSYSTEM :: LIBCLI_COMPOSITE ]
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
composite/composite.o
2005-02-03 05:35:52 +03:00
REQUIRED_SUBSYSTEMS = LIBEVENTS
2005-01-31 06:14:15 +03:00
2005-09-26 15:47:55 +04:00
[SUBSYSTEM :: LIBCLI_SMB_COMPOSITE ]
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
smb_composite/loadfile.o \
smb_composite/savefile.o \
smb_composite/connect.o \
smb_composite/sesssetup.o \
smb_composite/fetchfile.o \
smb_composite/appendacl.o \
smb_composite/fsinfo.o
2005-09-26 15:47:55 +04:00
REQUIRED_SUBSYSTEMS = LIBCLI_COMPOSITE
2005-01-12 10:03:29 +03:00
2005-12-30 02:14:33 +03:00
[SUBSYSTEM :: NDR_NBT_BUF ]
OBJ_FILES = nbt/nbtname.o\
2005-10-28 22:26:26 +04:00
[LIBRARY :: LIBCLI_NBT ]
MAJOR_VERSION = 0
MINOR_VERSION = 0
RELEASE_VERSION = 1
2005-12-15 19:32:08 +03:00
DESCRIPTION = NetBios over TCP/IP client library
2005-12-28 18:38:36 +03:00
PRIVATE_PROTO_HEADER = nbt/nbt_proto.h
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
nbt/nbtsocket.o \
nbt/namequery.o \
nbt/nameregister.o \
nbt/namerefresh.o \
nbt/namerelease.o
2005-10-26 18:18:27 +04:00
REQUIRED_SUBSYSTEMS = LIBNDR NDR_NBT SOCKET LIBCLI_COMPOSITE LIBEVENTS \
2005-12-30 02:14:33 +03:00
NDR_SECURITY
2005-01-21 09:54:10 +03:00
2005-04-03 08:36:00 +04:00
[SUBSYSTEM :: LIBCLI_DGRAM ]
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
dgram/dgramsocket.o \
dgram/mailslot.o \
dgram/netlogon.o \
dgram/ntlogon.o \
dgram/browse.o
2005-04-05 12:35:02 +04:00
NOPROTO = YES
2005-04-03 08:36:00 +04:00
REQUIRED_SUBSYSTEMS = LIBCLI_NBT
2005-10-28 22:26:26 +04:00
[LIBRARY :: LIBCLI_CLDAP ]
MAJOR_VERSION = 0
MINOR_VERSION = 0
RELEASE_VERSION = 1
2005-12-15 19:32:08 +03:00
DESCRIPTION = CLDAP client library
2005-12-26 21:03:50 +03:00
OBJ_FILES = cldap/cldap.o
2005-12-13 22:38:12 +03:00
PUBLIC_HEADERS = cldap/cldap.h
2005-05-10 06:01:25 +04:00
NOPROTO = YES
REQUIRED_SUBSYSTEMS = LIBCLI_LDAP
2005-10-28 22:26:26 +04:00
[LIBRARY :: LIBCLI_WREPL ]
2005-12-28 18:38:36 +03:00
PRIVATE_PROTO_HEADER = wrepl/winsrepl_proto.h
2005-10-28 22:26:26 +04:00
MAJOR_VERSION = 0
MINOR_VERSION = 0
RELEASE_VERSION = 1
2005-12-15 19:32:08 +03:00
DESCRIPTION = WINS Replication client library
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
wrepl/winsrepl.o
2005-09-08 18:43:15 +04:00
REQUIRED_SUBSYSTEMS = NDR_WINSREPL SOCKET LIBEVENTS
2005-02-16 13:03:18 +03:00
2005-01-21 14:18:56 +03:00
[SUBSYSTEM :: LIBCLI_RESOLVE ]
2005-12-26 21:03:50 +03:00
OBJ_FILES = \
2005-10-21 20:29:54 +04:00
resolve/resolve.o \
resolve/nbtlist.o \
resolve/bcast.o \
resolve/wins.o \
resolve/host.o
2005-01-21 14:18:56 +03:00
REQUIRED_SUBSYSTEMS = LIBCLI_NBT
r12858: This moves the libnet_LookupPdc code to use a GetDC request to find
the remote server's name, or in the absence of a local nbt_server to
communicate with (or without root access), a node status request.
The result is that we are in a better position to use kerberos, as well
as to remove the 'password server' mandatory parameter for the samsync
and samdump commands. (I need this to put these into SWAT).
The only problem I have is that I must create a messaging context, which
requires a server ID. As a client process, I don't expect to get
messages, but it is currently required for replies, so I generate a
random() number. We probably need the servers to accept connections on
streamed sockets too, for client-only tasks that want IRPC.
Because I wanted to test this code, I have put the NET-API-* tests into
our test scripts, to ensure they pass and keep passing. They are good
frontends onto the libnet system, and I see no reason not to test them.
In doing so the NET-API-RPCCONNECT test was simplified to take a
binding string on the command line, removing duplicate code, and
testing the combinations in the scripts instead.
(I have done a bit of work on the list shares code in libnet_share.c
to make it pass 'make test')
In the future, I would like to extend the libcli/findds.c code (based
off volker's winbind/wb_async_helpers.c, which is why it shows up a bit
odd in the patch) to handle getting multiple name replies, sending a
getdc request to each in turn.
(posted to samba-technical for review, and I'll happily update with
any comments)
Andrew Bartlett
(This used to be commit 7ccddfd3515fc2c0d6f447c768ccbf7a220c3380)
2006-01-12 06:02:00 +03:00
[SUBSYSTEM :: LIBCLI_FINDDCS ]
OBJ_FILES = \
finddcs.o
REQUIRED_SUBSYSTEMS = LIBCLI_NBT MESSAGING
2005-10-28 22:26:26 +04:00
[LIBRARY :: LIBCLI ]
MAJOR_VERSION = 0
MINOR_VERSION = 0
RELEASE_VERSION = 1
2005-12-15 19:32:08 +03:00
DESCRIPTION = SMB/CIFS client library
2005-01-21 14:18:56 +03:00
REQUIRED_SUBSYSTEMS = LIBCLI_RAW LIBCLI_UTILS LIBCLI_AUTH \
2005-09-26 15:47:55 +04:00
LIBCLI_SMB_COMPOSITE LIBCLI_NBT LIB_SECURITY LIBCLI_RESOLVE \
r12858: This moves the libnet_LookupPdc code to use a GetDC request to find
the remote server's name, or in the absence of a local nbt_server to
communicate with (or without root access), a node status request.
The result is that we are in a better position to use kerberos, as well
as to remove the 'password server' mandatory parameter for the samsync
and samdump commands. (I need this to put these into SWAT).
The only problem I have is that I must create a messaging context, which
requires a server ID. As a client process, I don't expect to get
messages, but it is currently required for replies, so I generate a
random() number. We probably need the servers to accept connections on
streamed sockets too, for client-only tasks that want IRPC.
Because I wanted to test this code, I have put the NET-API-* tests into
our test scripts, to ensure they pass and keep passing. They are good
frontends onto the libnet system, and I see no reason not to test them.
In doing so the NET-API-RPCCONNECT test was simplified to take a
binding string on the command line, removing duplicate code, and
testing the combinations in the scripts instead.
(I have done a bit of work on the list shares code in libnet_share.c
to make it pass 'make test')
In the future, I would like to extend the libcli/findds.c code (based
off volker's winbind/wb_async_helpers.c, which is why it shows up a bit
odd in the patch) to handle getting multiple name replies, sending a
getdc request to each in turn.
(posted to samba-technical for review, and I'll happily update with
any comments)
Andrew Bartlett
(This used to be commit 7ccddfd3515fc2c0d6f447c768ccbf7a220c3380)
2006-01-12 06:02:00 +03:00
LIBCLI_DGRAM LIBCLI_SMB2 LIBCLI_FINDDCS
2005-05-27 11:38:41 +04:00
[SUBSYSTEM :: LIBSMB ]
REQUIRED_SUBSYSTEMS = LIBCLI SOCKET
2006-01-03 18:40:05 +03:00
PRIVATE_PROTO_HEADER = libcli_proto.h
2005-12-26 21:03:50 +03:00
OBJ_FILES = clireadwrite.o \
2005-10-21 20:29:54 +04:00
cliconnect.o \
clifile.o \
clilist.o \
clitrans2.o \
climessage.o \
clideltree.o
2005-07-28 15:27:58 +04:00
[SUBSYSTEM :: LIBCLI_RAW ]
2005-12-28 18:38:36 +03:00
PRIVATE_PROTO_HEADER = raw/raw_proto.h
2005-07-28 15:27:58 +04:00
REQUIRED_SUBSYSTEMS = LIBCLI_RAW_KRB5
2005-10-21 20:29:54 +04:00
OBJ_FILES = raw/rawfile.o \
raw/smb_signing.o \
raw/clisocket.o \
raw/clitransport.o \
raw/clisession.o \
raw/clitree.o \
raw/rawrequest.o \
raw/rawreadwrite.o \
raw/rawsearch.o \
raw/rawsetfileinfo.o \
raw/raweas.o \
raw/rawtrans.o \
raw/clioplock.o \
raw/rawnegotiate.o \
raw/rawfsinfo.o \
raw/rawfileinfo.o \
raw/rawnotify.o \
raw/rawioctl.o \
raw/rawacl.o \
raw/rawdate.o \
raw/rawlpq.o
2005-11-09 11:13:41 +03:00
REQUIRED_SUBSYSTEMS = LIBPACKET
2005-11-11 07:45:38 +03:00
i n c l u d e s m b 2 / c o n f i g . m k