summaryrefslogtreecommitdiffstats
path: root/librpc/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
...
* librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript filesAndrew Bartlett2011-02-181-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
* librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so).Günther Deschner2011-02-141-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
* librpc: add bindings for dnsp in pythonMatthieu Patou2011-02-131-0/+5
|
* s4-build: fixed export of krb5pac.h, needed by other public headersAndrew Tridgell2011-02-111-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
* librpc: move preg.idl to main directory.Günther Deschner2011-02-101-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
* s4-auth: install gen_ndr/auth.h, used by public session.hAndrew Tridgell2011-02-101-3/+5
| | | | | | needed for openchange. Thanks to Brad for reporting this. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libcli/named_pipe_auth Change from 'info3' to auth_session_info_transportAndrew Bartlett2011-02-101-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>
* lib/compression: add shared wscript_build.Günther Deschner2011-02-081-0/+1
| | | | Guenther
* s4-waf Don't include ../librpc in pathsAndrew Bartlett2011-02-071-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
* idl: add file_id idl.Günther Deschner2011-01-251-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
* waf: share libndr.so between samba3 and samba4.Günther Deschner2011-01-251-0/+10
| | | | Guenther
* idl: Add IDL for remote key backup protocol (rkbp)Matthieu Patou2011-01-121-0/+10
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* idl: remove protected storageMatthieu Patou2011-01-121-10/+0
| | | | Signed-off-by: Stefan Metzmacher <metze@samba.org>
* s4-build: removed some unnecessary dependenciesAndrew Tridgell2010-10-301-1/+1
| | | | based on running waf --symbol-check
* zlib: use the real library name 'z' instead of ZLIBAndrew Tridgell2010-10-301-1/+1
| | | | | using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library.
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-261-2/+2
|
* waf: Don't auto-lowercase library names.Jelmer Vernooij2010-10-261-14/+14
|
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-55/+55
|
* s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij2010-10-261-1/+1
|
* waf: Lowercase several library names.Jelmer Vernooij2010-10-241-12/+12
|
* s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij2010-10-241-1/+1
|
* ndr dns: Add simple parserKai Blin2010-10-231-2/+2
|
* idl: Add idl describing DNS structuresKai Blin2010-10-231-0/+5
|
* waf: RPC_NDR_WINBIND is samba4 specificAndrew Tridgell2010-10-211-1/+1
| | | | this caused problems with the s3 waf build
* librpc: added RPC_NDR_SAMBA grouping libraryAndrew Tridgell2010-10-211-1/+9
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* librpc: added NDR_XATTR and NDR_UNIXINFO to the NDR_SAMBA grouping libraryAndrew Tridgell2010-10-211-1/+1
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* waf-build: create a NDR_SAMBA grouping libraryAndrew Tridgell2010-10-211-0/+8
| | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s3-waf: fix the build of smbtorture.Günther Deschner2010-10-181-1/+1
| | | | Guenther
* rpc_ndr_netlogon: Add missing dependency on tevent.Jelmer Vernooij2010-10-101-1/+1
| | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 10 23:04:13 UTC 2010 on sn-devel-104
* waf: add more NDR subsystems for shared IDL files.Günther Deschner2010-09-271-0/+40
| | | | Guenther
* s4-waf: remove NDR-SRVSVC alias.Günther Deschner2010-09-271-0/+10
| | | | | | Thanks tridge, this was driving me nuts... Guenther
* s4-waf: add NDR_EVENTLOG.Günther Deschner2010-09-241-0/+5
| | | | Guenther
* s4-waf: rename subsystem NDR_LSAPRC to NDR_LSA.Günther Deschner2010-09-241-2/+2
| | | | Guenther
* s4-waf: move the RPC_NDR subsystems to main librpc wscript_build.Günther Deschner2010-09-231-0/+187
| | | | Guenther
* s4-waf: add NDR_LSARPC and NDR_SAMR.Günther Deschner2010-09-231-0/+10
| | | | Guenther
* s4-waf: move two more NDR_ subsystems to main directory.Günther Deschner2010-09-231-0/+10
| | | | Guenther
* waf: fix generated nbt.h path, should fix s4 install.Günther Deschner2010-09-231-1/+1
| | | | Guenther
* waf: move majority of shared NDR_ subsystems to main wscript_build.Günther Deschner2010-09-231-0/+208
| | | | | | (so they can be used by s3 waf later) Guenther
* s4-waf: move to a universal method of recursing into subdirsAndrew Tridgell2010-04-061-1/+1
| | | | This works with both standalone lib builds and bundled builds
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell2010-04-061-0/+2
| | | | them
* s4-waf: install the rest of the headersAndrew Tridgell2010-04-061-0/+1
|
* build: fixes from itaAndrew Tridgell2010-04-061-14/+1
|
* build: mail IDL build rulesAndrew Tridgell2010-04-061-0/+14