summaryrefslogtreecommitdiff
path: root/source4/librpc/config.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-02-05s4:build: remove not commited files under librpc/gen_ndr with make cleanStefan Metzmacher1-1/+3
metze
2009-02-05spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner1-3/+1
Guenther
2009-02-02s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher1-16/+16
metze
2009-01-09s4-smbtorture: print hand-decoded service status array in svcctl torture test.Günther Deschner1-1/+1
Guenther
2008-12-24Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij1-1/+1
warnings.
2008-12-22Remove unnecessary dependencies between Python modules.Jelmer Vernooij1-14/+14
2008-12-22Use consistent names for dcerpc python modules; fixes messaging test.Jelmer Vernooij1-2/+2
2008-12-21Avoid linking in all Python modules to the samba binaries - we can just let ↵Jelmer Vernooij1-1/+1
Python dlopen() them.
2008-12-17s4:headermap: dom_sid.h was renamed to server_id.hStefan Metzmacher1-1/+1
metze
2008-12-16Fix header installation after move of gen_ndr headers.Jelmer Vernooij1-7/+7
2008-12-16Share object files for gen_ndr.Jelmer Vernooij1-110/+112
2008-12-16Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij1-1/+1
the dom_sid). No longer include it from security.idl.
2008-12-12Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij1-10/+3
2008-12-06s4:librpc: add SUBSYSTEM::RPC_NDR_BROWSERStefan Metzmacher1-0/+5
metze
2008-11-25Make sure dom_sid.h is installed.Sam Liddicott1-1/+2
2008-11-16s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher1-24/+18
metze
2008-11-08s4: use toplevel security.idlStefan Metzmacher1-1/+1
metze
2008-11-08s4: fix samba4.samba3sam.python testStefan Metzmacher1-3/+8
metze
2008-11-07librpc/ndr: move ndr_sec_helper.c to the toplevelStefan Metzmacher1-1/+1
metze
2008-11-07s4: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher1-2/+6
This prepares having a shared security.idl file metze
2008-11-06librpc/idl: Add named_pipe_auth.idl to Samba4Stefan Metzmacher1-1/+6
metze
2008-11-06netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner1-1/+1
Guenther
2008-10-31errors: share dcerpc error function.Günther Deschner1-2/+2
Guenther
2008-10-20Move orpc to top-level directory.Jelmer Vernooij1-1/+1
2008-10-20Move WMI support code to top-level.Jelmer Vernooij1-3/+1
2008-10-20Use tables in Samba 3 ndrdump.Jelmer Vernooij1-4/+2
2008-10-18idl: share drsblobs idl.Günther Deschner1-1/+1
Guenther
2008-10-18drsuapi: build new merged drsuapi idl and helpers.Günther Deschner1-1/+1
Guenther
2008-10-15Share security.idl.Jelmer Vernooij1-3/+3
2008-10-15Move shared DCE/RPC IDL files to root IDL dir.Jelmer Vernooij1-3/+3
2008-10-15Allow specifying the exact IDL files to build.Jelmer Vernooij1-2/+2
2008-10-15Fix installation of libndr.hJelmer Vernooij1-1/+1
2008-10-14Share ndr_krb5pac implementation.Jelmer Vernooij1-1/+1
2008-10-14Share ndr_compression.c.Jelmer Vernooij1-3/+1
2008-10-14Move ndr pkg-config file to top-level.Jelmer Vernooij1-1/+1
2008-10-13Share ndr.c implementation.Jelmer Vernooij1-1/+1
2008-10-13Share ndrdump implementation.Jelmer Vernooij1-2/+2
2008-10-13Share uuid implementations.Jelmer Vernooij1-1/+1
2008-10-13Share ndr_misc implementations.Jelmer Vernooij1-1/+1
2008-10-13Share ndr_basic implementation.Jelmer Vernooij1-1/+1
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-2/+3
2008-09-29Fix parsing of the trust passwords in LSA CreateTrustedDomainEx*Andrew Bartlett1-2/+2
2008-09-19Merge branch 'master' of ssh://git.samba.org/data/git/samba into noejsJelmer Vernooij1-1/+1
2008-09-19Fix dependencies for nbt python module.Jelmer Vernooij1-1/+1
2008-09-16Remove remaining JavaScript code.Jelmer Vernooij1-1/+0
2008-09-16More changes getting WMI code to compile, import manual marshalling.Jelmer Vernooij1-1/+12
2008-08-19Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-1/+2
(This used to be commit a6146cc14ba950b1911094b1525c7d06b50ecec6)
2008-08-18librpc: don't build the old mszip decompression codeStefan Metzmacher1-1/+1
metze (This used to be commit f48dfd87badcddc64a1c0bf52939188a4a8f4add)
2008-08-18ndr_compression: use zlib's inflate() for decompressionStefan Metzmacher1-1/+2
metze (This used to be commit 25876fc4ab8ba11f00d24bb8ceb517c0e4a4d72d)
2008-08-13Rework the trustAuthInOutBlob with the help of a hand parser.Andrew Bartlett1-1/+1
This produces a C structure that is sane, while still parsing the wire blobs (as far as I can tell). Andrew Bartlett (This used to be commit b5dbe815e5dd3f865c7735bc76e02017a869f09b)