summaryrefslogtreecommitdiff
path: root/source3/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2010-09-20s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett1-2/+2
This reduces the manual marshalling of these structures by removing the duplication here. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
2010-09-20s3-waf: fix the build after registry changes.Günther Deschner1-1/+2
Guenther
2010-09-20s3-waf: add net.Günther Deschner1-0/+70
Guenther
2010-09-20s3-waf: add libnetapiGünther Deschner1-0/+18
2010-09-19s3-waf: Build libwbclient as dynamic libraryKai Blin1-10/+10
2010-09-20s3-waf: fix the file locations of gen_ndr'ed files.Günther Deschner1-32/+32
Guenther
2010-09-20s3-waf: fix the build after reg_api changes.Günther Deschner1-1/+4
Guenther
2010-09-20s3-waf: add rpcclient to the waf build.Günther Deschner1-0/+39
Guenther
2010-09-15s3-waf: fix the build.Günther Deschner1-5/+8
... this starts to get like "re-run make idl"... Guenther
2010-09-15s3-waf: only link in prs parser where needed.Günther Deschner1-2/+2
Guenther
2010-09-14s3-waf: fix the build after privilege code changes.Günther Deschner1-1/+1
Guenther
2010-09-10s3-waf: use proper RPC_X_SRC names.Günther Deschner1-20/+15
This allows to build using waf without --enable-developer and should also fix support for rpc server modules. Guenther
2010-09-10s3-waf: only link LIBNDR_XATTR_SRC where needed.Günther Deschner1-2/+2
Guenther
2010-09-10s3-waf: link ndr_notify only where needed.Günther Deschner1-2/+2
Guenther
2010-09-10s3-waf: link ndr_named_pipe_auth only where needed.Günther Deschner1-2/+2
Guenther
2010-08-30s3-waf: fix the build after gssapi changes.Günther Deschner1-1/+2
Guenther
2010-08-27s3-waf: build samldap passdb backendSumit Bose1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2010-08-26s3-waf: further rationalise LIBMSRPC_SRC and remove RPC_CLIENT_SRC.Günther Deschner1-12/+10
Guenther
2010-08-26s3-waf: remove RPC_CLIENT_SRC1.Günther Deschner1-3/+1
Guenther
2010-08-26s3-waf: use LIBMSRPC_SRC instead of single files.Günther Deschner1-3/+3
Guenther
2010-08-26s3-waf: only link in samr util code where needed.Günther Deschner1-1/+1
Guenther
2010-08-26s3-waf: remove RPC_PARSE_SRC.Günther Deschner1-11/+13
Guenther
2010-08-26s3-waf: only link in epmapper client code where needed.Günther Deschner1-5/+5
Guenther
2010-08-26s3-waf: only link in netlogon client code where needed.Günther Deschner1-5/+9
Guenther
2010-08-26s3: separate out cli schannel functions that depend on cli_netlogon.Günther Deschner1-0/+3
Guenther
2010-08-25s3-waf: only link in samr client code where needed.Günther Deschner1-5/+11
Guenther
2010-08-25s3-waf: only link in lsa client code where needed.Günther Deschner1-4/+10
Guenther
2010-08-25s3-waf: only link in srvsvc client code where needed.Günther Deschner1-3/+7
Guenther
2010-08-25s3-waf: only link in wkssvc client code where needed.Günther Deschner1-2/+4
Guenther
2010-08-25s3-waf: only link in svcctl client code where needed.Günther Deschner1-2/+4
Guenther
2010-08-25s3-waf: only link in dssetup client code where needed.Günther Deschner1-3/+6
Guenther
2010-08-25s3-waf: only link in initshutdown client code where needed.Günther Deschner1-2/+4
Guenther
2010-08-25s3-waf: only link in eventlog echo code where needed.Günther Deschner1-2/+4
Guenther
2010-08-25s3-waf: only link in dfs client code where needed.Günther Deschner1-2/+4
Guenther
2010-08-25s3-waf: only link in drsuapi client code where needed.Günther Deschner1-3/+5
Guenther
2010-08-25s3-waf: only link in ntsvcs client code where needed.Günther Deschner1-2/+4
Guenther
2010-08-25s3-waf: only link in winreg client code where needed.Günther Deschner1-2/+5
Guenther
2010-08-25s3-build: only link in spoolss client code where needed.Günther Deschner1-2/+4
Shrinks a lot of binaries by 1 MB each. Guenther
2010-08-25s3-waf: only link in spoolss client code where needed.Günther Deschner1-5/+8
Shrinks a lot of binaries by 1 MB each. Guenther
2010-08-19s3-waf: fix the build.Günther Deschner1-1/+1
Guenther
2010-08-16s3-waf: Try to fix the idl build.Andreas Schneider1-16/+16
2010-08-16s3-waf: Create a variable for LIBNDR_NTPRINTING_SRC.Andreas Schneider1-2/+4
2010-08-16s3-waf: Fixed the rpc_client build.Andreas Schneider1-6/+2
2010-08-16s3-waf: Fixed the build.Andreas Schneider1-3/+0
2010-08-13s3-waf: remove pointless RPC_PARSE_SRC2.Günther Deschner1-4/+2
Guenther
2010-08-13s3-waf: separate out libads_printer.Günther Deschner1-2/+4
Guenther
2010-08-12s3-waf: fix the build.Günther Deschner1-0/+21
Guenther
2010-08-11s3-waf: fix the waf build with more recent MIT krb5 libs.Günther Deschner1-1/+1
(such as MIT krb5 1.7.1 on fedora 13). This whole area needs more work and love later, for now it builds at least. Kai, please check. Guenther
2010-08-10s3: fix the waf build.Günther Deschner1-1/+2
Guenther
2010-08-05s3: avoid global include of ads.h.Günther Deschner1-1/+3
Guenther