summaryrefslogtreecommitdiff
path: root/source3/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2010-11-30s3-waf: use SLCACHE in ntlm_auth.Günther Deschner1-3/+2
Guenther
2010-11-30s3-waf: use TLDAP in smbtorture.Günther Deschner1-2/+2
Guenther
2010-11-30s3-waf: convert NPA_TSTREAM into a subsystem.Günther Deschner1-6/+9
Guenther
2010-11-30s3-waf: add LIBDRSUAPI subsystem.Günther Deschner1-8/+8
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Nov 30 18:58:42 CET 2010 on sn-devel-104
2010-11-30s3-waf: let SMBD_BASE depend on NDR_NOTIFY.Günther Deschner1-3/+2
Guenther
2010-11-30s3-waf: let LIBSMB (in fact LIBNBT) depend on NDR_NBT.Günther Deschner1-3/+2
Guenther
2010-11-30s3-waf: let LIBSMB (in fact LIBNBT) depend on NDR_SVCCTL.Günther Deschner1-4/+2
Guenther
2010-11-30s3-waf: convert LIBCLI_SPOOLSS into a subsystem.Günther Deschner1-10/+12
Guenther
2010-11-30s3-waf: convert RPCCLI_EPMAPPER into a subsystem.Günther Deschner1-7/+7
Guenther
2010-11-30s3-waf: convert RPCCLI_EVENTLOG into a subsystem.Günther Deschner1-6/+5
Guenther
2010-11-30s3-waf: convert RPCCLI_NTSVCS into a subsystem.Günther Deschner1-6/+5
Guenther
2010-11-30s3-waf: convert RPCCLI_DRSUAPI into a subsystem.Günther Deschner1-7/+6
Guenther
2010-11-30s3-waf: convert RPCCLI_DFS into a subsystem.Günther Deschner1-6/+5
Guenther
2010-11-30s3-waf: convert RPCCLI_INITSHUTDOWN into a subsystem.Günther Deschner1-7/+6
Guenther
2010-11-30s3-waf: convert RPCCLI_DSSETUP into a subsystem.Günther Deschner1-9/+7
Guenther
2010-11-30s3-waf: convert RPCCLI_SVCCTL into a subsystem.Günther Deschner1-6/+5
Guenther
2010-11-30s3-waf: convert RPCCLI_WKSSVC into a subsystem.Günther Deschner1-10/+7
Guenther
2010-11-30s3-waf: convert RPCCLI_SRVSVC into a subsystem.Günther Deschner1-19/+19
Guenther
2010-11-30s3-waf: convert LIBCLI_NETLOGON into a subsystem.Günther Deschner1-14/+14
Guenther
2010-11-30s3-waf: convert LIBCLI_LSA into a subsystem.Günther Deschner1-23/+21
Guenther
2010-11-30s3-waf: convert LIBCLI_SAMR into a subsystem.Günther Deschner1-16/+21
Guenther
2010-11-30s3-waf: convert PARAM_UTIL into a subsystem.Günther Deschner1-5/+11
Guenther
2010-11-30s3-waf: convert TOKEN_UTIL into a subsystem.Günther Deschner1-5/+4
Guenther
2010-11-30s3-waf: convert REG_EVENTLOG into a subsystem.Günther Deschner1-5/+9
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-30s3-waf: convert LIBNMB into a subsystem.Günther Deschner1-8/+10
Guenther
2010-11-30s3-waf: convert FNAME_UTIL into a subsystem.Günther Deschner1-12/+15
Guenther
2010-11-22s3-waf: move build rules into libaddns directory.Günther Deschner1-10/+1
Guenther
2010-10-30zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell1-6/+4
using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library.
2010-10-28s3-waf: use LZXPRESS subsystem.Günther Deschner1-2/+2
Guenther
2010-10-27s3-waf: fixed the s3 waf buildAndrew Tridgell1-9/+8
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-26waf: Don't auto-lowercase library names.Jelmer Vernooij1-1/+1
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-11/+11
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-25s3-waf: implement LIBMSRPC_GEN as tiny wrapper of 'NDR_STANDARD NDR_DSSETUP ↵Stefan Metzmacher1-23/+2
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-25s3-waf: use NDR_NETLOGON for ntlm_authStefan Metzmacher1-3/+2
metze
2010-10-25s3-waf: use NDR_SCHANNELStefan Metzmacher1-6/+2
metze
2010-10-25s3-waf: use NDR_NTLMSSP subsystemStefan Metzmacher1-5/+1
metze
2010-10-25s3-waf: add NDR_STANDARD dependencies to fix the buildStefan Metzmacher1-0/+6
metze
2010-10-25s3-waf: use git to calculate the version if availableStefan Metzmacher1-2/+2
metze
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-13/+13
2010-10-24s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}Jelmer Vernooij1-1/+1
2010-10-23s4: Rename NSS_WRAPPER to nss_wrapper.Jelmer Vernooij1-8/+8
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-23lib/util: Add tevent WERROR wrappersKai Blin1-0/+1
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-21Lowercase socket_wrapper name.Jelmer Vernooij1-4/+3
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-21s3-waf: mark some libraries as privateAndrew Tridgell1-0/+5
public libraries must have a vnum specified
2010-10-20Make getpwnam_alloc() static to lib/username.c, and ensure all username ↵Jeremy Allison1-1/+1
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-20nsstest: no need for two copies of the same tool.Günther Deschner1-1/+1
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-20s3-waf: more registry cleanup.Günther Deschner1-9/+20
Guenher
2010-10-20s3-waf: convert LIBSMBCONF into a subsystem.Günther Deschner1-5/+8
Guenther
2010-10-20s3-waf: move RPC_CLIENT_SCHANNEL into a subsystem.Günther Deschner1-7/+11
Guenther