summaryrefslogtreecommitdiff
path: root/source3/librpc/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2012-06-25s3:librpc: add smbXsrv.idlStefan Metzmacher1-0/+5
metze
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy1-1/+1
System MIT krb5 build also enabled by specifying --without-ad-dc When --with-system-mitkrb5 (or --withou-ad-dc) option is passed to top level configure in WAF build we are trying to detect and use system-wide MIT krb5 libraries. As result, Samba 4 DC functionality will be disabled due to the fact that it is currently impossible to implement embedded KDC server with MIT krb5. Thus, --with-system-mitkrb5/--without-ad-dc build will only produce * Samba 4 client libraries and their Python bindings * Samba 3 server (smbd, nmbd, winbindd from source3/) * Samba 3 client libraries In addition, Samba 4 DC server-specific tests will not be compiled into smbtorture. This in particular affects spoolss_win, spoolss_notify, and remote_pac rpc tests.
2011-12-02s3: Use autogenerated open_files.idlVolker Lendecke1-0/+5
2011-06-09librpc/idr Use the Samba3 notify.idl in common.Andrew Bartlett1-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>
2011-06-09server_id.idl: Bring server_id.idl in commonAndrew Bartlett1-5/+0
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-18s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell1-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>
2011-02-17s3: add server_id.idl and use only autogenerated code.Günther Deschner1-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
2011-02-16s3-librpc: move server_id marshalling to own helper file.Günther Deschner1-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
2011-02-10librpc: move preg.idl to main directory.Günther Deschner1-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
2011-01-25idl: add file_id idl.Günther Deschner1-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
2011-01-04s3:build: don't use cli_wbint.c any moreStefan Metzmacher1-5/+0
metze
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-8/+8
2010-09-28s3-waf: add NDR_PERFCOUNT subsystem.Günther Deschner1-0/+5
Guenther
2010-09-24s3-waf: convert LIBNET et al into subsystems.Günther Deschner1-0/+5
Guenther
2010-09-24s3-waf: let winbind depend on SRV_NDR_WBINT and RPCCLI_NDR_WBINT.Günther Deschner1-0/+10
Guenther
2010-09-24s3-waf: add RPC_NDR_WBINT to librpc/wscript_build.Günther Deschner1-0/+5
Guenther
2010-09-24s3-waf: add wscript_build to s3 librpc dir for NDR_ subsystems.Günther Deschner1-0/+31
Guenther