summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* s3: Move init_lsa_ref_domain_list to libChristof Schmitt2014-09-291-1/+1
| | | | | | | This will be used in the next patch in winbind. Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
* s3:rpc_server: explicitly use allow_warnings=True for RPC_SPOOLSSStefan Metzmacher2014-04-021-0/+1
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
* s3-rpc_server: Add make_internal_rpc_pipe_socketpair().Andreas Schneider2013-10-291-3/+2
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s3-waf: Create a target for RPC_SOCK_HELPER.Andreas Schneider2013-10-291-2/+6
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s3-waf: Seperate rpc_server and rpc_service.Andreas Schneider2013-10-291-9/+33
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* s3-waf: Reorder rpc_server wscript_build file.Andreas Schneider2013-10-291-62/+66
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* build: get rid of source variables and vars=locals() in ↵Michael Adam2013-09-241-68/+52
| | | | | | | source3/rpc_server/wscript_build Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
* s3-librpc: Use gensec_spnego for DCE/RPC authenticationAndrew Bartlett2012-02-161-1/+1
| | | | | | | | | | | | | This ensures that we use the same SPNEGO code on session setup and on DCE/RPC binds, and simplfies the calling code as spnego is no longer a special case in cli_pipe.c A special case wrapper function remains to avoid changing the application layer callers in this patch. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-waf: add dependency on talloc or it won't build if talloc.h is not in the ↵Matthieu Patou2012-02-101-1/+2
| | | | | | | | | | default include path The problem occurs only if talloc, tdb and ldb are used as system libraries and talloc is not installed in a default. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Feb 10 23:27:29 CET 2012 on sn-devel-104
* s3-waf: Fix cups dependency in PRINTING.Andreas Schneider2012-01-251-1/+1
|
* s3-waf: Add missing dependency to RPC_WINREG.Andreas Schneider2012-01-251-1/+1
|
* s3-librpc Remove unused dcesrv_gssapi.[ch] functionsAndrew Bartlett2012-01-181-1/+1
| | | | | | | | | The code from dcesrv_gssapi.c is now in source3/auth/auth_generic.c as an auth callback. Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-rpc_server: Rename dcesrv_ntlmssp.[ch] to dcesrv_auth_generic.[ch]Andrew Bartlett2011-12-221-1/+1
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s3-waf: Fix build with lsasd.Andreas Schneider2011-08-211-0/+4
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
* s3-rpc_server: Move config helpers in one place.Simo Sorce2011-08-211-2/+5
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Simo Sorce <idra@samba.org>
* s3-rpc_server: Use binding vector in rpc_ep_try_register().Andreas Schneider2011-08-011-1/+1
|
* s3-rpc_server: Rename to rpc service setup.Andreas Schneider2011-08-011-1/+1
|
* s3-rpc_server: Move the endpoint registration to own file.Andreas Schneider2011-08-011-2/+2
|
* s3-waf: split out LIBCLI_WINREG_INTERNAL as LIBCLI_WINREG was pulling in rpc ↵Günther Deschner2011-07-081-3/+3
| | | | | | | | | | | server code in undesired places. Andreas, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jul 8 18:34:44 CEST 2011 on sn-devel-104
* s3-waf: Fix linking bugs causing segfaults.Andreas Schneider2011-07-071-1/+1
| | | | | | | | As auth_util.c is linked several times the static variables have different address on different calls. This leads to segfaults. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Jul 7 16:50:05 CEST 2011 on sn-devel-104
* s3-waf: add some missing tdb dependencies.Günther Deschner2011-06-281-1/+1
| | | | Guenther
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-12/+12
| | | | | | | All of this code is now in common, so we don't need the second '-common' library any more! Andrew Bartlett
* s3-rpc_server: Move the context functions to own file.Andreas Schneider2011-06-011-1/+1
|
* Fix numerous missing dependencies in WAF build scriptsSean Finney2011-05-251-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the recent consolidation of code between s3 and s4, a number of new dependencies have been implicitly introduced. For example, previous s3 code gained an implicit dependency on talloc after the charset related consolidation (lib/util/charset/charset.h now includes talloc.h). When building against the embedded version of talloc this isn't a problem since the paths are automatically added to the search path, but when building against the external libraries build failures will occur for all components that don't directly or indirectly include talloc as a dependency. Since charset.h is included from util.h, which in turn is included from includes.h, this means most of the codebase (s3 and s4) has such an undeclared dependency. Therefore, samba-util-common and samba-util have been added as dependencies to the s3 and s4 code respectively, for all cases where the source would otherwise fail to build. Additionally, a few other dependencies are added in specific wscript_build files to address similar dependency-related problems. https://bugzilla.samba.org/show_bug.cgi?id=8128 Signed-off-by: Sean Finney <seanius@seanius.net> Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed May 25 19:22:13 CEST 2011 on sn-devel-104
* build: Add depenencies needed by Samba3 subsystemsAndrew Bartlett2011-05-181-2/+3
|
* build: Fix kerberos build issues in top level buildAndrew Bartlett2011-04-291-1/+2
|
* s3-rpc_server: move access check functions out of samr server.Günther Deschner2011-03-301-1/+5
| | | | Guenther
* s3-waf: fix the build.Günther Deschner2011-03-081-0/+3
| | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org>
* s3-rpc_server: Rename srv_rpc_register.c.Andreas Schneider2011-02-211-1/+1
|
* s3-waf: use SAMBA3_*() build rules in source3/buildAndrew Tridgell2011-02-181-22/+22
| | | | | | | | | | 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-rpc_server: move services into individual directories.Günther Deschner2011-02-101-18/+18
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 22:13:17 CET 2011 on sn-devel-104
* s3-waf: fix the build after auth changes.Günther Deschner2011-02-101-2/+3
| | | | | | Andrews, please check. Guenther
* s3-waf: fix the build after winreg and rpc services changes.Günther Deschner2011-02-071-5/+5
| | | | | | | | | | | Andreas, please check. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 7 13:18:41 CET 2011 on sn-devel-104
* s3-waf: fix the build after epmapper changes.Günther Deschner2011-02-021-1/+10
| | | | | | | | | Andreas, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Feb 2 17:14:40 CET 2011 on sn-devel-104
* s3-waf: fix the build after rpc_winreg removal.Günther Deschner2011-01-141-1/+1
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 14 11:38:40 CET 2011 on sn-devel-104
* s3-waf: Fixed the static rpc service build.Andreas Schneider2011-01-041-116/+69
| | | | | Autobuild-User: Andreas Schneider <asn@samba.org> Autobuild-Date: Tue Jan 4 12:09:48 CET 2011 on sn-devel-104
* s3-waf: rework rpc_server handling a bit.Günther Deschner2010-12-151-1/+18
| | | | Guenther
* s3-waf: fix pam dependencies of the RPC_SAMR server.Günther Deschner2010-12-071-0/+1
| | | | Guenther
* s3-waf: avoid module name uppercasing.Günther Deschner2010-12-011-28/+28
| | | | | | | | | | This finally allows mixed case module names like the classic build (./configure --shared_modules=charset_CP850) Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 18:39:14 CET 2010 on sn-devel-104
* s3-waf: convert RPC_LSARPC into a subsystem.Günther Deschner2010-12-011-2/+7
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Dec 1 00:13:58 CET 2010 on sn-devel-104
* s3-waf: convert RPC_SAMR into a subsystem.Günther Deschner2010-11-301-2/+7
| | | | Guenther
* s3-waf: fixed paths in s3 waf build for rpc_serverAndrew Tridgell2010-10-251-14/+14
| | | | | | paths in waf rules are relative Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: convert rpc into a subsystem.Günther Deschner2010-10-191-0/+126
Guenther