summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
AgeCommit message (Collapse)AuthorFilesLines
2011-04-06lib: make asn1_util a private libraryAndrew Tridgell1-1/+1
this prevents symbol duplication of the asn1 symbols in the service and ntvfs subsystems Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett1-1/+1
This changes auth_session_info_transport to just be a wrapper, rather than a copy that has to be kept in sync. As auth_session_info was already wrapped in python, this required changes to the existing pyauth wrapper and it's users. Andrew Bartlett
2011-03-16idl: define printcap IPC message formatDavid Disseldorp1-0/+5
Signed-off-by: Andreas Schneider <asn@samba.org>
2011-03-15rpc: make ndr/ndr_svcctl.h publicAndrew Tridgell1-2/+2
this is used by public header gen_ndr/ndr_svcctl.h
2011-02-24build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell1-0/+5
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Feb 24 02:42:37 CET 2011 on sn-devel-104
2011-02-22s4:build: add RPC_NDR_ATSVC subsystemStefan Metzmacher1-2/+12
metze
2011-02-18librpc make ndr-standard a common libraryAndrew Bartlett1-0/+11
2011-02-18librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript filesAndrew Bartlett1-0/+14
There isn't any reson to keep these private to source3 and source4 and more, and doing so creates problems for the top level build. Andrew Bartlett
2011-02-14librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so).Günther Deschner1-5/+7
Simo, please check. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Feb 14 18:54:38 CET 2011 on sn-devel-104
2011-02-13librpc: add bindings for dnsp in pythonMatthieu Patou1-0/+5
2011-02-11s4-build: fixed export of krb5pac.h, needed by other public headersAndrew Tridgell1-3/+5
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Feb 11 01:45:55 CET 2011 on sn-devel-104
2011-02-10librpc: move preg.idl to main directory.Günther Deschner1-0/+5
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 13:56:49 CET 2011 on sn-devel-104
2011-02-10s4-auth: install gen_ndr/auth.h, used by public session.hAndrew Tridgell1-3/+5
needed for openchange. Thanks to Brad for reporting this. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-02-10libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett1-1/+6
This changes the structure being used to convey the current user state from the netlogon-derived 'netr_SamInfo3' structure to a purpose-built structure that matches the internals of the Samba auth subsystem and contains the final group list, as well as the final privilege set and session key. These previously had to be re-created on the server side of the pipe each time. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2011-02-08lib/compression: add shared wscript_build.Günther Deschner1-0/+1
Guenther
2011-02-07s4-waf Don't include ../librpc in pathsAndrew Bartlett1-100/+100
The paths here are relative to the librpc directory the wscript_build file is in, and so these don't actually change anything. Andrew Bartlett
2011-01-25idl: add file_id idl.Günther Deschner1-0/+5
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-25waf: share libndr.so between samba3 and samba4.Günther Deschner1-0/+10
Guenther
2011-01-12idl: Add IDL for remote key backup protocol (rkbp)Matthieu Patou1-0/+10
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-12idl: remove protected storageMatthieu Patou1-10/+0
Signed-off-by: Stefan Metzmacher <metze@samba.org>
2010-10-30s4-build: removed some unnecessary dependenciesAndrew Tridgell1-1/+1
based on running waf --symbol-check
2010-10-30zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell1-1/+1
using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library.
2010-10-26waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij1-2/+2
2010-10-26waf: Don't auto-lowercase library names.Jelmer Vernooij1-14/+14
2010-10-26waf: Remove lib prefix from libraries manually.Jelmer Vernooij1-55/+55
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-24waf: Lowercase several library names.Jelmer Vernooij1-12/+12
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-23ndr dns: Add simple parserKai Blin1-2/+2
2010-10-23idl: Add idl describing DNS structuresKai Blin1-0/+5
2010-10-21waf: RPC_NDR_WINBIND is samba4 specificAndrew Tridgell1-1/+1
this caused problems with the s3 waf build
2010-10-21librpc: added RPC_NDR_SAMBA grouping libraryAndrew Tridgell1-1/+9
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-21librpc: added NDR_XATTR and NDR_UNIXINFO to the NDR_SAMBA grouping libraryAndrew Tridgell1-1/+1
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-21waf-build: create a NDR_SAMBA grouping libraryAndrew Tridgell1-0/+8
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-10-18s3-waf: fix the build of smbtorture.Günther Deschner1-1/+1
Guenther
2010-10-10rpc_ndr_netlogon: Add missing dependency on tevent.Jelmer Vernooij1-1/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 23:04:13 UTC 2010 on sn-devel-104
2010-09-27waf: add more NDR subsystems for shared IDL files.Günther Deschner1-0/+40
Guenther
2010-09-27s4-waf: remove NDR-SRVSVC alias.Günther Deschner1-0/+10
Thanks tridge, this was driving me nuts... Guenther
2010-09-24s4-waf: add NDR_EVENTLOG.Günther Deschner1-0/+5
Guenther
2010-09-24s4-waf: rename subsystem NDR_LSAPRC to NDR_LSA.Günther Deschner1-2/+2
Guenther
2010-09-23s4-waf: move the RPC_NDR subsystems to main librpc wscript_build.Günther Deschner1-0/+187
Guenther
2010-09-23s4-waf: add NDR_LSARPC and NDR_SAMR.Günther Deschner1-0/+10
Guenther
2010-09-23s4-waf: move two more NDR_ subsystems to main directory.Günther Deschner1-0/+10
Guenther
2010-09-23waf: fix generated nbt.h path, should fix s4 install.Günther Deschner1-1/+1
Guenther
2010-09-23waf: move majority of shared NDR_ subsystems to main wscript_build.Günther Deschner1-0/+208
(so they can be used by s3 waf later) Guenther
2010-04-06s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell1-1/+1
This works with both standalone lib builds and bundled builds
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s4-waf: install the rest of the headersAndrew Tridgell1-0/+1
2010-04-06build: fixes from itaAndrew Tridgell1-14/+1
2010-04-06build: mail IDL build rulesAndrew Tridgell1-0/+14