summaryrefslogtreecommitdiff
path: root/librpc
AgeCommit message (Expand)AuthorFilesLines
2015-09-29librpc: properly quote uuids so that wireshark dissectors can be built from t...Günther Deschner3-6/+6
2015-09-29clusapi: remove security.idl dependency from IDL.Günther Deschner1-1/+1
2015-09-29samba-tool: add command to dump dosinfo xattr from a fileRalph Boehme1-0/+1
2015-09-24witness: fix length calculation in witness_IPaddrInfoList IDL.Günther Deschner1-1/+1
2015-09-24witness: fix IP address endianess in witness_IPaddrInfo IDL.Günther Deschner1-2/+2
2015-08-24idmap: Remove dom_name from wbint_Gid2SidVolker Lendecke1-1/+0
2015-08-24idmap: Remove dom_name from wbint_Uid2SidVolker Lendecke1-1/+0
2015-08-04clusapi: add clusapi_NodeControlCode to IDL.Günther Deschner1-1/+20
2015-08-04clusapi: add clusapi_GroupControlCode enum to IDL.Günther Deschner1-1/+20
2015-08-04clusapi: use winreg_Type in clusapi registry IDL.Günther Deschner1-4/+4
2015-08-04s4-torture: add ndr testsuite for complex clusapi_PROPERTY_LIST structs.Günther Deschner1-1/+1
2015-08-04clusapi: use ClusterEnumType in clusapi_CreateEnumEx.Günther Deschner1-1/+1
2015-08-04clusapi: add PROPERTY_LIST IDL.Günther Deschner1-26/+48
2015-07-31remact: use imp_levels enum in RemoteActivation IDL.Günther Deschner1-3/+2
2015-07-31remact: use HRESULT in RemoteActivation IDL and tests.Günther Deschner1-2/+2
2015-07-31remact: fix IDL for RemoteActivation.Günther Deschner1-5/+5
2015-07-31oxidresolver: fix ServerAlive2 IDL and test.Günther Deschner1-4/+2
2015-07-31rot: fix indent in rot.idlGünther Deschner1-20/+20
2015-07-31rot: remove trailing whitespace from rot.idlGünther Deschner1-14/+14
2015-07-31remact: fix indent of remact.idlGünther Deschner1-20/+21
2015-07-31oxidresolver: fix indent in oxidresolver.idlGünther Deschner1-14/+15
2015-07-31dcom: fix ident in dcom.idl.Günther Deschner1-51/+66
2015-07-31oxidresolver: fix indent of ResolveOxid2 in IDL.Günther Deschner1-8/+9
2015-07-31remact: remove trailing whitespace from remact.idlGünther Deschner1-1/+1
2015-07-31oxidresolver: remove trailing whitespace from oxidresolver.idlGünther Deschner1-5/+5
2015-07-31orpc: remove trailing whitespace from orpc.idlGünther Deschner1-18/+18
2015-07-31dcom: remove trailing whitespace from dcom.idlGünther Deschner1-10/+10
2015-07-14clusapi: add and use clusapi_ClusterControlCode to IDL.Günther Deschner1-1/+24
2015-07-14clusapi: use winreg_AccessMask in clusapi.idl.Günther Deschner2-8/+8
2015-07-08librpc/idl: add winbind_GetForestTrustInformation()Stefan Metzmacher1-0/+9
2015-07-08librpc/idl: add winbind_LogonControl()Stefan Metzmacher2-3/+16
2015-07-07smbd: Add the notify daemonVolker Lendecke1-0/+13
2015-07-07librpc:ndr:witness: remove an unneeded block, reducing indentation.Michael Adam1-41/+40
2015-07-07librpc:ndr:witness: move variables into scopeMichael Adam1-3/+4
2015-07-07librpc:ndr:witness: fix CID 1311245: Memory - illegal accesses (UNINIT)Michael Adam1-1/+1
2015-07-07mdssvc: IDL file for new RPC serviceRalph Boehme3-2/+81
2015-07-07dcerpc.idl: fix calculatin of uint16 secondary_address_size;Stefan Metzmacher1-1/+1
2015-07-03librpc/ndr: make use of dump_data_cb() in ndr_dump_data()Stefan Metzmacher1-34/+5
2015-07-03librpc/rpc: add dcerpc_[extract|construct]_bind_time_features()Stefan Metzmacher2-0/+93
2015-07-03librpc/rpc: add dcerpc_fault_from_nt_status()Stefan Metzmacher2-0/+22
2015-07-03librpc/rpc: add faultcode to nt_status mappingsStefan Metzmacher1-68/+75
2015-07-03libndr: better debug message in ndr_pull_subcontext_start().Günther Deschner1-4/+8
2015-07-03witness: autogenerate the marshalling of the witness_notifyResponse_message.Günther Deschner4-7/+139
2015-07-03witness: add default case to witness_notifyResponse_message union.Günther Deschner1-0/+1
2015-07-02librpc: prevent invalid NULL pointer derref in dcerpc_binding_get_auth_info().Günther Deschner1-2/+2
2015-06-30ntlmssp: add NTLMSSP_WINDOWS_MINOR_VERSION_3 as seen from Windows 8.1 clients.Günther Deschner1-1/+2
2015-06-24Use large enough unsigned values in server_id IDLDouglas Bagnall1-2/+2
2015-06-23librpc/rpc: add DCERPC_AUTH_PAD_LENGTH(stub_length) helper macroStefan Metzmacher1-0/+5
2015-06-23dcerpc.idl: add DCERPC_AUTH_PAD_ALIGNMENT (=16)Stefan Metzmacher1-0/+1
2015-06-19rpc: Simplify dcerpc_binding_handle_raw_call()Volker Lendecke1-13/+6