summaryrefslogtreecommitdiff
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* backupkey: Better handling for different wrap version headersAndrew Bartlett2015-03-031-0/+6
* backupkey: Improve IDLGarming Sam2015-03-031-7/+7
* s4-backupkey: IDL for ServerWrap subprotocolArvid Requate2015-03-031-1/+25
* s4-backupkey: fix ndr_pull error on empty inputArvid Requate2015-03-031-1/+4
* s4-backupkey: Initialize ndr->switchlist for printArvid Requate2015-03-031-0/+5
* CVE-2014-8143:dsdb-samldb: Check for extended access rights before we allow c...Andrew Bartlett2015-01-151-3/+10
* libcli/smb: remember the lease_version in struct smb2_leaseVolker Lendecke2014-12-041-0/+1
* idl: Merge NETR_TRUST and LSA_TRUST definitions into one set only in lsa.idlAndrew Bartlett2014-09-273-22/+6
* librpc/ndr_drsuapi: Allow ndrdump to dump dsinfo52 blobsMatthieu Patou2014-09-271-0/+34
* librpc/idl: specify ncacn_http endpoint mapper endpointStefan Metzmacher2014-09-221-2/+2
* idl: define sparse file fsctl structuresDavid Disseldorp2014-08-291-0/+35
* security.idl: add SMB_SUPPORTED_SECINFO_FLAGSStefan Metzmacher2014-08-221-0/+18
* librpc: Add NETWORK_INTERFACE_INFO IDL data structureAnubhav Rakshit2014-07-243-1/+86
* idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfoSamuel Cabrero2014-07-071-0/+21
* smb2: Fix smb2_lease_stateVolker Lendecke2014-06-261-2/+2
* leases: Fix uint32->hyperVolker Lendecke2014-06-121-1/+1
* libsmb: Put the "smb2_lease" struct into idlVolker Lendecke2014-06-123-0/+40
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-113-0/+215
* libndr: Use GUID_compare in GUID_equalVolker Lendecke2014-06-101-9/+1
* Allow FSRVP access generic HRESULT error message descriptionsNoel Power2014-04-021-6/+0
* librpc/idl: remove unused [gensize] from DNS_RPC_RECORD_STRINGStefan Metzmacher2014-04-021-1/+1
* dcerpc.idl: hide (ndr->flags & LIBNDR_FLAG_OBJECT_PRESENT) logic behind a defineStefan Metzmacher2014-03-282-1/+9
* dcerpc.idl: fix dcerpc_bind_nack definitionStefan Metzmacher2014-03-281-10/+6
* dcerpc.idl: fix typo s/ist/intStefan Metzmacher2014-03-281-1/+1
* dcerpc.idl: make use of DCERPC_NCA_S_* constants for the legacy DCERPC_FAULT_...Stefan Metzmacher2014-03-281-4/+4
* librpc/rpc: try to use DCERPC_NCA_S_* constants for error mappingsStefan Metzmacher2014-03-281-4/+4
* librpc/rpc: finally maintain only the object guidStefan Metzmacher2014-03-251-6/+5
* librpc/rpc: maintain "abstract_syntax" as string option of dcerpc_bindingStefan Metzmacher2014-03-251-24/+37
* librpc/rpc: handle ipv6 addresses without transport in dcerpc_parse_binding()Stefan Metzmacher2014-03-251-0/+2
* librpc/rpc: add "schannel" => DCERPC_SCHANNEL as ncacn_optionStefan Metzmacher2014-03-251-0/+1
* librpc/rpc: use dcerpc_binding_set_string_option(b, "endpoint", NULL) to rese...Stefan Metzmacher2014-03-251-5/+6
* librpc/rpc: let dcerpc_binding_set_transport() also reset the assoc_group_idStefan Metzmacher2014-03-251-0/+5
* librpc: inline CHECK_SYNTAX macro logicDavid Disseldorp2014-03-241-20/+31
* librpc: inline VT CHECK macro logicDavid Disseldorp2014-03-241-20/+32
* librpc: split type specific VT checks into helpersDavid Disseldorp2014-03-241-26/+57
* librpc: dump correct ndr_syntax_id on VT check failureDavid Disseldorp2014-03-241-1/+1
* lsa.idl: define lsa.ForestTrustCollisionInfo and ForestTrustCollisionRecord a...Alexander Bokovoy2014-03-241-2/+2
* Add missing FSRVP_E_UNSUPPORTED_CONTEXT constantNoel Power2014-03-071-0/+1
* librpc/nbt: increase MAX_COMPONENTS limit for nbt_names.Günther Deschner2014-02-131-1/+1
* librpc/rpc: finaly make struct dcerpc_binding privateStefan Metzmacher2014-02-132-13/+15
* librpc/rpc: make use of dcerpc_binding_set*() in dcerpc_binding_from_tower()Stefan Metzmacher2014-02-131-26/+44
* librpc/rpc: use dcerpc_binding_get_*() in dcerpc_default_transport_endpoint()Stefan Metzmacher2014-02-131-13/+26
* librpc/rpc: avoid loosing data with dcerpc_binding_string() -> dcerpc_parse_b...Stefan Metzmacher2014-02-131-1/+54
* librpc/rpc: add dcerpc_binding_[g|s]et_abstract_syntax()Stefan Metzmacher2014-02-132-5/+60
* librpc/rpc: allow "assoc_group_id" in dcerpc_binding_[g|s]et_string()Stefan Metzmacher2014-02-132-0/+30
* librpc/rpc: add dcerpc_binding_[g|s]et_assoc_group_id()Stefan Metzmacher2014-02-132-0/+15
* librpc/rpc: add dcerpc_binding_[g|s]et_transport()Stefan Metzmacher2014-02-132-2/+37
* librpc/rpc: add dcerpc_binding_[g|s]et_object()Stefan Metzmacher2014-02-132-28/+44
* librpc/rpc: add dcerpc_binding_[g|s]et_flags()Stefan Metzmacher2014-02-132-0/+22
* librpc/rpc: add dcerpc_binding_get_auth_info()Stefan Metzmacher2014-02-132-0/+43