summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2011-04-05auth: Move auth_session_info into IDLAndrew Bartlett2-0/+85
2011-03-23librpc: bring more librpc prototypes in common.Günther Deschner1-13/+0
2011-03-13librpc/rpc: move DCERPC_ flags to rpc_common.hStefan Metzmacher1-54/+0
2011-03-13s4:librpc/rpc: finaly make struct rpc_request and enum rpc_request_state privateStefan Metzmacher2-43/+44
2011-03-13s4:librpc/rpc: remove unused dcerpc_request()Stefan Metzmacher2-28/+0
2011-03-13s4:librpc/rpc: make dcerpc_request_recv() staticStefan Metzmacher1-3/+6
2011-03-13s4:pyrpc: use dcerpc_binding_handle_raw_call() instead of dcerpc_request()Stefan Metzmacher1-3/+11
2011-03-13s4:pyrpc: fix memory leaks in error pathesStefan Metzmacher1-0/+2
2011-03-13librpc/rpc: move struct dcerpc_binding to rpc_common.hStefan Metzmacher1-15/+0
2011-03-13librpc/rpc: move enum dcerpc_transport_t to rpc_common.hStefan Metzmacher1-10/+4
2011-03-13s4:librpc/rpc: s/dcerpc_security/dcecli_securityStefan Metzmacher2-4/+4
2011-03-13s4:librpc/rpc: remove unused dcerpc_ndr_request* codeStefan Metzmacher2-204/+0
2011-03-11librpc/rpc: move dcerpc_binding_handle stuff to rpc_common.hStefan Metzmacher2-122/+5
2011-03-11s4:librpc/rpc: s/struct dcerpc_connection/struct dcecli_connection/gStefan Metzmacher6-98/+98
2011-02-24build: moved librpc/rpc/*.c into a rpccommon libraryAndrew Tridgell6-4/+7
2011-02-22s4:librpc: let dcerpc-samr library use RPC_NDR_SAMR subsystemStefan Metzmacher1-2/+2
2011-02-22s4:build: add RPC_NDR_ATSVC subsystemStefan Metzmacher1-2/+2
2011-02-22s4-waf: added --enable-s3build configure optionAndrew Tridgell1-1/+6
2011-02-22s4-ndr: added NDR_WBINT to ndr_tablesAndrew Tridgell1-1/+1
2011-02-21s4: avoid overwritting the dceprc.h file from toplevel librpcMatthieu Patou1-1/+8
2011-02-18s4-idl: rename s4 server_id.idl to server_id4.idlAndrew Tridgell5-5/+5
2011-02-18librpc make ndr-standard a common libraryAndrew Bartlett1-13/+0
2011-02-18librpc push NDR_SECURITY and NDR_DCERPC to the top level wscript filesAndrew Bartlett1-13/+6
2011-02-14librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so).Günther Deschner1-2/+2
2011-02-13librpc: add bindings for dnsp in pythonMatthieu Patou1-0/+6
2011-02-10librpc: move preg.idl to main directory.Günther Deschner1-1/+1
2011-02-08s4-waf: split out wscript_build for ndrdump binary.Günther Deschner1-8/+1
2011-02-07s4-idl: make the source4 idl build independent of build directory Andrew Tridgell1-1/+5
2011-02-02s4-waf Don't install any Samba packages into PYTHONDIRAndrew Bartlett1-1/+1
2011-01-25waf: share libndr.so between samba3 and samba4.Günther Deschner1-11/+0
2011-01-12s4:librpc/rpc/dcerpc_connect.c - fix uninitialised variableMatthias Dieter Wallnöfer1-0/+1
2011-01-12idl: Add IDL for remote key backup protocol (rkbp)Matthieu Patou1-1/+1
2011-01-12idl: remove protected storageMatthieu Patou1-1/+1
2011-01-01s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij1-2/+1
2010-12-18pyrpc: Add prototype for init function.Jelmer Vernooij1-0/+2
2010-12-11s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij1-1/+1
2010-12-09s4:pyrpc_util: s/typename/type_name to avoid c++ warningsStefan Metzmacher2-6/+6
2010-12-08s4:python: add PyString_FromStringOrNULL() to pyrpc_utilStefan Metzmacher2-0/+10
2010-12-08s4-pkgconfig: add @LIB_RPATH@ to our link flagsAndrew Tridgell3-3/+3
2010-12-01s4-librpc Handle all types of GUID in the GUID() initialiserAndrew Bartlett1-3/+11
2010-11-27s4:role transfer - use always type "enum drepl_role_master" for role specific...Matthias Dieter Wallnöfer1-1/+1
2010-11-22Avoid the use of PyAPI_DATA, which is for internal Python API's.Arnaud Faucher1-5/+0
2010-11-21s4-rpc: make rpc connect less verboseAndrew Tridgell1-1/+1
2010-11-20pyrpc: Build the samba.dcerpc.srvsvc module.Ricardo Jorge1-0/+5
2010-11-07credentials: Lowercase library name,Jelmer Vernooij1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-768/+0
2010-10-30s4-build: removed some unnecessary dependenciesAndrew Tridgell1-3/+3
2010-10-30s4-ndr: make ndr-table a subsystemAndrew Tridgell1-2/+1
2010-10-26s4:librpc: we don't need dcerpc client bindings for dns.idlStefan Metzmacher1-11/+0
2010-10-26talloc: change pytalloc-util to be a public library.Jelmer Vernooij1-24/+24