summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-waf: recurse into ../lib/crypto.Günther Deschner2010-09-231-8/+3
| | | | Guenther
* s3-waf: convert LIBMSRPC_GEN into a subsystem.Günther Deschner2010-09-231-29/+34
| | | | Guenther
* s3-waf: move epmapper client to LIBMSRPC.Günther Deschner2010-09-231-4/+3
| | | | Guenther
* s3-waf: recurse into main wscript_build from main librpc directory.Günther Deschner2010-09-231-1/+32
| | | | | | Not doing anything with it yet though. Guenther
* s3-waf: rework libnetapi to have no unresolved symbols.Günther Deschner2010-09-231-17/+36
| | | | Guenther
* s3-waf: add libsmbsharemodes.so.Günther Deschner2010-09-231-0/+9
| | | | Guenther
* s3-waf: add all remaining binaries from the make build.Günther Deschner2010-09-231-136/+270
| | | | Guenther
* s3-waf: reconcile objects to old make-based build.Günther Deschner2010-09-231-40/+246
| | | | Guenther
* s3-waf: add libsmbclient.Günther Deschner2010-09-231-0/+15
| | | | Guenther
* s3-waf: fix the build.Günther Deschner2010-09-221-1/+4
| | | | Guenther
* s3-waf: remove reg_util_legacy from waf build as well.Günther Deschner2010-09-211-2/+1
| | | | Guenther
* s3-lib/util Remove unused smb_uuid_unpack()Andrew Bartlett2010-09-201-1/+1
| | | | | | Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Replace sid_binstring and sid_guidstring with PIDL-based alternativesAndrew Bartlett2010-09-201-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>
* s3-waf: fix the build after registry changes.Günther Deschner2010-09-201-1/+2
| | | | Guenther
* s3-waf: add net.Günther Deschner2010-09-201-0/+70
| | | | Guenther
* s3-waf: add libnetapiGünther Deschner2010-09-201-0/+18
|
* s3-waf: Build libwbclient as dynamic libraryKai Blin2010-09-191-10/+10
|
* s3-waf: fix the file locations of gen_ndr'ed files.Günther Deschner2010-09-201-32/+32
| | | | Guenther
* s3-waf: fix the build after reg_api changes.Günther Deschner2010-09-201-1/+4
| | | | Guenther
* s3-waf: add rpcclient to the waf build.Günther Deschner2010-09-201-0/+39
| | | | Guenther
* s3-waf: fix the build.Günther Deschner2010-09-151-5/+8
| | | | | | ... this starts to get like "re-run make idl"... Guenther
* s3-waf: only link in prs parser where needed.Günther Deschner2010-09-151-2/+2
| | | | Guenther
* s3-waf: fix the build after privilege code changes.Günther Deschner2010-09-141-1/+1
| | | | Guenther
* s3-waf: use proper RPC_X_SRC names.Günther Deschner2010-09-101-20/+15
| | | | | | | This allows to build using waf without --enable-developer and should also fix support for rpc server modules. Guenther
* s3-waf: only link LIBNDR_XATTR_SRC where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-waf: link ndr_notify only where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-waf: link ndr_named_pipe_auth only where needed.Günther Deschner2010-09-101-2/+2
| | | | Guenther
* s3-waf: fix the build after gssapi changes.Günther Deschner2010-08-301-1/+2
| | | | Guenther
* s3-waf: build samldap passdb backendSumit Bose2010-08-271-1/+1
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-waf: further rationalise LIBMSRPC_SRC and remove RPC_CLIENT_SRC.Günther Deschner2010-08-261-12/+10
| | | | Guenther
* s3-waf: remove RPC_CLIENT_SRC1.Günther Deschner2010-08-261-3/+1
| | | | Guenther
* s3-waf: use LIBMSRPC_SRC instead of single files.Günther Deschner2010-08-261-3/+3
| | | | Guenther
* s3-waf: only link in samr util code where needed.Günther Deschner2010-08-261-1/+1
| | | | Guenther
* s3-waf: remove RPC_PARSE_SRC.Günther Deschner2010-08-261-11/+13
| | | | Guenther
* s3-waf: only link in epmapper client code where needed.Günther Deschner2010-08-261-5/+5
| | | | Guenther
* s3-waf: only link in netlogon client code where needed.Günther Deschner2010-08-261-5/+9
| | | | Guenther
* s3: separate out cli schannel functions that depend on cli_netlogon.Günther Deschner2010-08-261-0/+3
| | | | Guenther
* s3-waf: only link in samr client code where needed.Günther Deschner2010-08-251-5/+11
| | | | Guenther
* s3-waf: only link in lsa client code where needed.Günther Deschner2010-08-251-4/+10
| | | | Guenther
* s3-waf: only link in srvsvc client code where needed.Günther Deschner2010-08-251-3/+7
| | | | Guenther
* s3-waf: only link in wkssvc client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-waf: only link in svcctl client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-waf: only link in dssetup client code where needed.Günther Deschner2010-08-251-3/+6
| | | | Guenther
* s3-waf: only link in initshutdown client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-waf: only link in eventlog echo code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-waf: only link in dfs client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-waf: only link in drsuapi client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-waf: only link in ntsvcs client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-waf: only link in winreg client code where needed.Günther Deschner2010-08-251-2/+5
| | | | Guenther
* s3-build: only link in spoolss client code where needed.Günther Deschner2010-08-251-2/+4
| | | | | | Shrinks a lot of binaries by 1 MB each. Guenther