summaryrefslogtreecommitdiff
path: root/libcli
diff options
context:
space:
mode:
Diffstat (limited to 'libcli')
-rw-r--r--libcli/auth/wscript_build27
-rw-r--r--libcli/cldap/wscript_build10
-rw-r--r--libcli/drsuapi/wscript_build9
-rw-r--r--libcli/ldap/wscript_build19
-rw-r--r--libcli/named_pipe_auth/wscript_build9
-rw-r--r--libcli/nbt/wscript_build42
-rw-r--r--libcli/samsync/wscript_build9
-rw-r--r--libcli/security/wscript_build9
-rw-r--r--libcli/smb/wscript_build10
9 files changed, 144 insertions, 0 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build
new file mode 100644
index 0000000000..bb316c6d6e
--- /dev/null
+++ b/libcli/auth/wscript_build
@@ -0,0 +1,27 @@
+# AUTOGENERATED by mktowscript.pl from ../../libcli/auth/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_SUBSYSTEM('ntlm_check',
+ source='ntlm_check.c',
+ deps='LIBSAMBA-UTIL'
+ )
+
+
+bld.SAMBA_SUBSYSTEM('MSRPC_PARSE',
+ source='msrpc_parse.c'
+ )
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_AUTH',
+ source='credentials.c session.c smbencrypt.c smbdes.c',
+ public_deps='MSRPC_PARSE LIBSAMBA-HOSTCONFIG',
+ public_headers='credentials.h'
+ )
+
+
+bld.SAMBA_SUBSYSTEM('COMMON_SCHANNELDB',
+ source='schannel_state_tdb.c',
+ deps='TDB_WRAP'
+ )
+
diff --git a/libcli/cldap/wscript_build b/libcli/cldap/wscript_build
new file mode 100644
index 0000000000..5b9bcbd145
--- /dev/null
+++ b/libcli/cldap/wscript_build
@@ -0,0 +1,10 @@
+# AUTOGENERATED by mktowscript.pl from ../../libcli/cldap/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_CLDAP',
+ source='cldap.c',
+ public_deps='LIBCLI_LDAP',
+ deps='LIBTSOCKET LIBSAMBA-UTIL UTIL_TEVENT ldb LIBCLI_NETLOGON'
+ )
+
diff --git a/libcli/drsuapi/wscript_build b/libcli/drsuapi/wscript_build
new file mode 100644
index 0000000000..8d4878968c
--- /dev/null
+++ b/libcli/drsuapi/wscript_build
@@ -0,0 +1,9 @@
+# AUTOGENERATED by mktowscript.pl from ../../libcli/drsuapi/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_DRSUAPI',
+ source='repl_decrypt.c',
+ public_deps='LIBCLI_AUTH'
+ )
+
diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build
new file mode 100644
index 0000000000..8d2a017005
--- /dev/null
+++ b/libcli/ldap/wscript_build
@@ -0,0 +1,19 @@
+# AUTOGENERATED by mktowscript.pl from ../../libcli/ldap/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE',
+ source='ldap_message.c',
+ public_deps='LIBSAMBA-ERRORS talloc ldb',
+ public_headers='ldap_message.h ldap_errors.h',
+ deps='LIBSAMBA-UTIL ASN1_UTIL'
+ )
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_NDR',
+ source='ldap_ndr.c',
+ public_deps='LIBSAMBA-ERRORS talloc',
+ public_headers='ldap_ndr.h',
+ deps='LIBSAMBA-UTIL ldb NDR_MISC NDR_SECURITY'
+ )
+
diff --git a/libcli/named_pipe_auth/wscript_build b/libcli/named_pipe_auth/wscript_build
new file mode 100644
index 0000000000..146afd7e20
--- /dev/null
+++ b/libcli/named_pipe_auth/wscript_build
@@ -0,0 +1,9 @@
+# AUTOGENERATED by mktowscript.pl from ../../libcli/named_pipe_auth/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_SUBSYSTEM('NAMED_PIPE_AUTH_TSTREAM',
+ source='npa_tstream.c',
+ public_deps='NDR_NAMED_PIPE_AUTH tevent LIBTSOCKET'
+ )
+
diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
new file mode 100644
index 0000000000..3055e19a60
--- /dev/null
+++ b/libcli/nbt/wscript_build
@@ -0,0 +1,42 @@
+# AUTOGENERATED by mktowscript.pl from ../../libcli/nbt/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_SUBSYSTEM('NDR_NBT_BUF',
+ source='nbtname.c',
+ autoproto='nbtname.h'
+ )
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_NBT',
+ source='lmhosts.c nbtsocket.c namequery.c nameregister.c namerefresh.c namerelease.c',
+ public_deps='LIBNDR NDR_NBT LIBCLI_COMPOSITE LIBEVENTS NDR_SECURITY samba_socket LIBSAMBA-UTIL'
+ )
+
+
+bld.SAMBA_BINARY('nmblookup',
+ source='tools/nmblookup.c',
+ manpages='man/nmblookup.1',
+ installdir='BINDIR',
+ deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBCLI_NBT LIBPOPT POPT_SAMBA LIBNETIF LIBCLI_RESOLVE'
+ )
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_NDR_NETLOGON',
+ source='../ndr_netlogon.c',
+ public_deps='LIBNDR NDR_SECURITY'
+ )
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_NETLOGON',
+ source='../netlogon.c',
+ public_deps='LIBSAMBA-UTIL LIBCLI_NDR_NETLOGON'
+ )
+
+
+bld.SAMBA_PYTHON('python_netbios',
+ source='pynbt.c',
+ public_deps='LIBCLI_NBT DYNCONFIG LIBSAMBA-HOSTCONFIG',
+ realname='samba/netbios.so'
+ )
+
diff --git a/libcli/samsync/wscript_build b/libcli/samsync/wscript_build
new file mode 100644
index 0000000000..ad4f93d44f
--- /dev/null
+++ b/libcli/samsync/wscript_build
@@ -0,0 +1,9 @@
+# AUTOGENERATED by mktowscript.pl from ../../libcli/samsync/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_SAMSYNC',
+ source='decrypt.c',
+ public_deps='LIBCLI_AUTH'
+ )
+
diff --git a/libcli/security/wscript_build b/libcli/security/wscript_build
new file mode 100644
index 0000000000..bb3a2d4e92
--- /dev/null
+++ b/libcli/security/wscript_build
@@ -0,0 +1,9 @@
+# AUTOGENERATED by mktowscript.pl from ../../libcli/security/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_SUBSYSTEM('LIBSECURITY_COMMON',
+ source='dom_sid.c display_sec.c secace.c secacl.c security_descriptor.c',
+ deps='talloc'
+ )
+
diff --git a/libcli/smb/wscript_build b/libcli/smb/wscript_build
new file mode 100644
index 0000000000..0fc1df3062
--- /dev/null
+++ b/libcli/smb/wscript_build
@@ -0,0 +1,10 @@
+# AUTOGENERATED by mktowscript.pl from ../../libcli/smb/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_SUBSYSTEM('LIBCLI_SMB_COMMON',
+ source='smb2_create_blob.c',
+ autoproto='smb_common_proto.h',
+ public_deps='talloc'
+ )
+