Günther Deschner
75f088f898
s3-waf: convert LIBCLI_NETLOGON into a subsystem.
...
Guenther
2010-11-30 18:12:30 +01:00
Günther Deschner
656e849ce8
s3-waf: convert LIBCLI_LSA into a subsystem.
...
Guenther
2010-11-30 18:12:29 +01:00
Günther Deschner
d16e77e123
s3-waf: convert LIBCLI_SAMR into a subsystem.
...
Guenther
2010-11-30 18:12:29 +01:00
Günther Deschner
2beab2d6e5
s3-waf: convert PARAM_UTIL into a subsystem.
...
Guenther
2010-11-30 18:12:29 +01:00
Günther Deschner
33c82cd5dd
s3-waf: convert TOKEN_UTIL into a subsystem.
...
Guenther
2010-11-30 18:12:29 +01:00
Günther Deschner
b2a1c1e425
s3-waf: convert REG_EVENTLOG into a subsystem.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Nov 30 16:25:51 CET 2010 on sn-devel-104
2010-11-30 16:25:51 +01:00
Günther Deschner
254dea0596
s3-waf: convert LIBNMB into a subsystem.
...
Guenther
2010-11-30 15:07:48 +01:00
Günther Deschner
12d73f2cb8
s3-waf: convert FNAME_UTIL into a subsystem.
...
Guenther
2010-11-30 15:07:48 +01:00
Günther Deschner
f28b2073b8
s3-waf: move build rules into libaddns directory.
...
Guenther
2010-11-22 11:25:18 +01:00
Andrew Tridgell
228803cd01
zlib: use the real library name 'z' instead of ZLIB
...
using subsystem aliases has a lot of potential for confusion. Better
to use the real name of the library.
2010-10-30 23:49:01 +11:00
Günther Deschner
e00671ee0c
s3-waf: use LZXPRESS subsystem.
...
Guenther
2010-10-28 14:33:19 +00:00
Andrew Tridgell
3e93dc02f3
s3-waf: fixed the s3 waf build
...
Jelmer, this undoes some of your library renaming, as it conflicted
with existing binary and subsystem names
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Oct 27 00:22:34 UTC 2010 on sn-devel-104
2010-10-27 00:22:34 +00:00
Jelmer Vernooij
e4d9e974da
waf: Don't auto-lowercase library names.
2010-10-26 10:17:18 -07:00
Jelmer Vernooij
8cf61377aa
waf: Remove lib prefix from libraries manually.
2010-10-26 10:17:17 -07:00
Jelmer Vernooij
d9cbcdd410
s4: Drop duplicate 'lib' prefix for private libraries.
2010-10-26 10:17:16 -07:00
Stefan Metzmacher
adcfda9243
s3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP NDR_SPOOLSS'
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Oct 25 08:58:49 UTC 2010 on sn-devel-104
2010-10-25 08:58:49 +00:00
Stefan Metzmacher
98021831d7
s3-waf: use NDR_NETLOGON for ntlm_auth
...
metze
2010-10-25 08:16:29 +00:00
Stefan Metzmacher
baf4c4d307
s3-waf: use NDR_SCHANNEL
...
metze
2010-10-25 08:16:29 +00:00
Stefan Metzmacher
5b9a3a79f7
s3-waf: use NDR_NTLMSSP subsystem
...
metze
2010-10-25 08:16:29 +00:00
Stefan Metzmacher
ffbe1c0723
s3-waf: add NDR_STANDARD dependencies to fix the build
...
metze
2010-10-25 08:16:29 +00:00
Stefan Metzmacher
2b74cea5f0
s3-waf: use git to calculate the version if available
...
metze
2010-10-25 08:16:28 +00:00
Jelmer Vernooij
833480d3ad
s4: Rename LIBSAMBA-* to libsamba-*
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
ca16d805bd
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
2010-10-24 00:20:04 +00:00
Jelmer Vernooij
2933fac7c7
s4: Rename NSS_WRAPPER to nss_wrapper.
...
Only link to nss_wrapper when it is enabled.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104
2010-10-23 23:05:43 +00:00
Kai Blin
c320c1ab98
lib/util: Add tevent WERROR wrappers
...
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Oct 23 07:35:28 UTC 2010 on sn-devel-104
2010-10-23 07:35:28 +00:00
Jelmer Vernooij
c529317fe2
Lowercase socket_wrapper name.
...
Avoid linking against socket_wrapper outside of developer mode.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Thu Oct 21 20:26:11 UTC 2010 on sn-devel-104
2010-10-21 20:26:11 +00:00
Andrew Tridgell
62d7b27808
s3-waf: mark some libraries as private
...
public libraries must have a vnum specified
2010-10-21 19:03:26 +11:00
Jeremy Allison
e1cfca1e2e
Make getpwnam_alloc() static to lib/username.c, and ensure all username lookups go
...
through Get_Pwnam_alloc(), which is the correct wrapper function. We were using
it *some* of the time anyway, so this just makes us properly consistent.
Jeremy.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Wed Oct 20 16:02:12 UTC 2010 on sn-devel-104
2010-10-20 16:02:12 +00:00
Günther Deschner
ab01d6139f
nsstest: no need for two copies of the same tool.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Oct 20 15:05:34 UTC 2010 on sn-devel-104
2010-10-20 15:05:33 +00:00
Günther Deschner
abb07fad04
s3-waf: more registry cleanup.
...
Guenher
2010-10-20 16:21:12 +02:00
Günther Deschner
d05157a470
s3-waf: convert LIBSMBCONF into a subsystem.
...
Guenther
2010-10-20 16:21:12 +02:00
Günther Deschner
4a2e47b74a
s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem.
...
Guenther
2010-10-20 16:21:12 +02:00
Andrew Bartlett
492ab4d60f
s3-waf Use LIBSECRUITY subsystem from the common wscript_build
...
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Oct 19 22:06:51 UTC 2010 on sn-devel-104
2010-10-19 22:06:50 +00:00
Günther Deschner
7db20c3128
s3-waf: all subsystems complete now, no need for this loop anymore.
...
Kai, please check.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Oct 19 17:10:24 UTC 2010 on sn-devel-104
2010-10-19 17:10:24 +00:00
Günther Deschner
fa2a2d562f
s3-waf: convert rpc into a subsystem.
...
Guenther
2010-10-19 18:26:59 +02:00
Günther Deschner
5845dae826
s3-waf: fix the build after libcli/security changes.
...
Guenther
2010-10-18 15:57:03 +02:00
Günther Deschner
203dc4f929
s3-waf: fix the build of smbtorture.
...
Guenther
2010-10-18 15:57:03 +02:00
Günther Deschner
10f95a4f1a
s3-waf: fix pdb modules build.
...
Guenther
2010-10-18 15:57:03 +02:00
Günther Deschner
4e9508172d
s3-waf: slowly getting modules to match how they look like in old build.
...
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Oct 8 09:31:01 UTC 2010 on sn-devel-104
2010-10-08 09:31:01 +00:00
Günther Deschner
a578ac028f
s3-waf: add slightly different mkbuildoptions awk script for waf.
...
This allows to run make test (w/o smbtorture4 for now) using waf.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Oct 5 18:24:55 UTC 2010 on sn-devel-104
2010-10-05 18:24:55 +00:00
Günther Deschner
e481b66374
s3-waf: use more of the NDR_ subsystems.
...
Guenther
2010-10-05 19:43:38 +02:00
Günther Deschner
4aa8aaa6d2
s3-waf: convert NSS_INFO into a subsystem.
...
We don't do the fancy symlinking to idmap modules though.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Oct 5 10:50:53 UTC 2010 on sn-devel-104
2010-10-05 10:50:53 +00:00
Günther Deschner
d10a601ce0
s3-waf: add RPCCLI_WINREG subsystem.
...
Guenther
2010-10-05 10:10:19 +00:00
Günther Deschner
0ff7e0c998
samba: share readline wrappers among all buildsystems.
...
Guenther
2010-10-01 22:30:22 +02:00
Günther Deschner
b38d0542e1
samba: share select wrappers.
...
Guenther
2010-10-01 22:30:22 +02:00
Günther Deschner
bea8035c22
s3-waf: clean up socket-wrapper and nss-wrapper a little.
...
Guenther
2010-09-29 08:49:39 +02:00
Günther Deschner
292801bdf3
s3-waf: add vlp binary.
...
Guenther
2010-09-29 08:48:49 +02:00
Günther Deschner
46774388dc
s3-waf: add in a little hack to deal with the ECHO rpc module for non-developer builds.
...
This will be removed once we have the rpc modules subsystem in place.
Guenther
2010-09-28 22:55:18 +02:00
Günther Deschner
5fcd0471e5
s3-waf: add pam_smbpass.
...
Guenther
2010-09-28 09:41:54 +02:00
Günther Deschner
0e1588aa98
s3-waf: add NDR_PERFCOUNT subsystem.
...
Guenther
2010-09-28 01:16:48 +02:00