summaryrefslogtreecommitdiffstats
path: root/source3/librpc/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett2011-06-091-5/+0
| | | | | | | | | The extra fields in the structure that Samba4 does not use should not bother it. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* server_id.idl: Bring server_id.idl in commonAndrew Bartlett2011-06-091-5/+0
| | | | | | Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-181-10/+10
| | | | | | | | | | this brings the s3 waf build much closer to the proposed s3build top level build, using the same bld.SAMBA3_*() rules There are a few renames of subsystems in here, with a 3 suffix where it would create a conflict. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3: add server_id.idl and use only autogenerated code.Günther Deschner2011-02-171-1/+1
| | | | | | | | | Volker, Tridge and other clustering gurus, please check. It is ok to get rid of ifdef CLUSTER_SUPPORT here, right ? Why was unique_id not marshalled at all ? Guenther
* s3-librpc: move server_id marshalling to own helper file.Günther Deschner2011-02-161-2/+7
| | | | | | | | | (in preparation of merging struct server_id). Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 16 00:02:33 CET 2011 on sn-devel-104
* librpc: move preg.idl to main directory.Günther Deschner2011-02-101-5/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 13:56:49 CET 2011 on sn-devel-104
* idl: add file_id idl.Günther Deschner2011-01-251-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Jan 25 12:27:00 CET 2011 on sn-devel-104
* s3:build: don't use cli_wbint.c any moreStefan Metzmacher2011-01-041-5/+0
| | | | metze
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-8/+8
|
* s3-waf: add NDR_PERFCOUNT subsystem.Günther Deschner2010-09-281-0/+5
| | | | Guenther
* s3-waf: convert LIBNET et al into subsystems.Günther Deschner2010-09-241-0/+5
| | | | Guenther
* s3-waf: let winbind depend on SRV_NDR_WBINT and RPCCLI_NDR_WBINT.Günther Deschner2010-09-241-0/+10
| | | | Guenther
* s3-waf: add RPC_NDR_WBINT to librpc/wscript_build.Günther Deschner2010-09-241-0/+5
| | | | Guenther
* s3-waf: add wscript_build to s3 librpc dir for NDR_ subsystems.Günther Deschner2010-09-241-0/+31
Guenther