summaryrefslogtreecommitdiffstats
path: root/source4/librpc/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* librpc: Fix path to ndr_standard pc file.Jelmer Vernooij2009-09-271-1/+1
|
* ntlmssp: add some void decode calls (useful for ndrdump).Günther Deschner2009-09-081-1/+7
| | | | Guenther
* schannel: add NL_AUTH_MESSAGE and both NL_AUTH_SIGNATURE structs.Günther Deschner2009-09-081-1/+1
| | | | | | | These actually belong netlogon but we for now want to keep netlogon as a security providor separate. Guenther
* schannel: move schannel.idl to main directory.Günther Deschner2009-08-261-1/+1
| | | | Guenther
* s4:librpc: rename wins.idl => winsif.idlStefan Metzmacher2009-07-311-6/+6
| | | | metze
* frstrans.idl: add new DFS-R FrsTransport interface with dummy functionsStefan Metzmacher2009-07-221-1/+8
| | | | metze
* frsrpc.idl: make the chunk array in frsrpc_CommPktChunkCtr dynamicStefan Metzmacher2009-07-211-1/+1
| | | | | | | | We add an extra num_chunks to the frsrpc_CommPktChunkCtr structure and use hand modified ndr_push/pull functions to let it not appear on the wire. metze
* Include ntsvc NDR in libndr-standard.Jelmer Vernooij2009-07-191-8/+5
|
* Merge more ndr interfaces into libndr-standard.Jelmer Vernooij2009-07-191-57/+21
|
* librpc: Integrate some subsystems now part of libndr-standard and integrate ↵Jelmer Vernooij2009-07-191-30/+14
| | | | ndr_dfs in libndr-standard.
* Create libndr-standard, which includes the NDR marshalling code forJelmer Vernooij2009-07-191-15/+25
| | | | the "standard" set of DCE/RPC interfaces found on Windows.
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-021-17/+17
| | | | than linking against the python module.
* move dcerpc.idl to main directory.Günther Deschner2009-03-241-2/+2
| | | | Guenther
* s4:build: remove not commited files under librpc/gen_ndr with make cleanStefan Metzmacher2009-02-051-1/+3
| | | | metze
* spoolss: move ndr spoolss helper to main librpc dir.Günther Deschner2009-02-051-3/+1
| | | | Guenther
* s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-16/+16
| | | | metze
* s4-smbtorture: print hand-decoded service status array in svcctl torture test.Günther Deschner2009-01-091-1/+1
| | | | Guenther
* Rename samba-socket -> samba_socket to fix a couple more compilerJelmer Vernooij2008-12-241-1/+1
| | | | warnings.
* Remove unnecessary dependencies between Python modules.Jelmer Vernooij2008-12-221-14/+14
|
* Use consistent names for dcerpc python modules; fixes messaging test.Jelmer Vernooij2008-12-221-2/+2
|
* Avoid linking in all Python modules to the samba binaries - we can just let ↵Jelmer Vernooij2008-12-211-1/+1
| | | | Python dlopen() them.
* s4:headermap: dom_sid.h was renamed to server_id.hStefan Metzmacher2008-12-171-1/+1
| | | | metze
* Fix header installation after move of gen_ndr headers.Jelmer Vernooij2008-12-161-7/+7
|
* Share object files for gen_ndr.Jelmer Vernooij2008-12-161-110/+112
|
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains ↵Jelmer Vernooij2008-12-161-1/+1
| | | | the dom_sid). No longer include it from security.idl.
* Move dom_sid to the Samba 3 IDL file, remove the old definition.Jelmer Vernooij2008-12-121-10/+3
|
* s4:librpc: add SUBSYSTEM::RPC_NDR_BROWSERStefan Metzmacher2008-12-061-0/+5
| | | | metze
* Make sure dom_sid.h is installed.Sam Liddicott2008-11-251-1/+2
|
* s4:librpc/ndr: integrate NDR_MISC into LIBNDRStefan Metzmacher2008-11-161-24/+18
| | | | metze
* s4: use toplevel security.idlStefan Metzmacher2008-11-081-1/+1
| | | | metze
* s4: fix samba4.samba3sam.python testStefan Metzmacher2008-11-081-3/+8
| | | | metze
* librpc/ndr: move ndr_sec_helper.c to the toplevelStefan Metzmacher2008-11-071-1/+1
| | | | metze
* s4: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher2008-11-071-2/+6
| | | | | | This prepares having a shared security.idl file metze
* librpc/idl: Add named_pipe_auth.idl to Samba4Stefan Metzmacher2008-11-061-1/+6
| | | | metze
* netlogon: add 8bit varients of netr_SamDatabaseID8Bit and netr_DeltaEnum.Günther Deschner2008-11-061-1/+1
| | | | Guenther
* errors: share dcerpc error function.Günther Deschner2008-10-311-2/+2
| | | | Guenther
* Move orpc to top-level directory.Jelmer Vernooij2008-10-201-1/+1
|
* Move WMI support code to top-level.Jelmer Vernooij2008-10-201-3/+1
|
* Use tables in Samba 3 ndrdump.Jelmer Vernooij2008-10-201-4/+2
|
* idl: share drsblobs idl.Günther Deschner2008-10-181-1/+1
| | | | Guenther
* drsuapi: build new merged drsuapi idl and helpers.Günther Deschner2008-10-181-1/+1
| | | | Guenther
* Share security.idl.Jelmer Vernooij2008-10-151-3/+3
|
* Move shared DCE/RPC IDL files to root IDL dir.Jelmer Vernooij2008-10-151-3/+3
|
* Allow specifying the exact IDL files to build.Jelmer Vernooij2008-10-151-2/+2
|
* Fix installation of libndr.hJelmer Vernooij2008-10-151-1/+1
|
* Share ndr_krb5pac implementation.Jelmer Vernooij2008-10-141-1/+1
|
* Share ndr_compression.c.Jelmer Vernooij2008-10-141-3/+1
|
* Move ndr pkg-config file to top-level.Jelmer Vernooij2008-10-141-1/+1
|
* Share ndr.c implementation.Jelmer Vernooij2008-10-131-1/+1
|
* Share ndrdump implementation.Jelmer Vernooij2008-10-131-2/+2
|