summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual_ndr.c
Commit message (Expand)AuthorAgeFilesLines
* winbind: Maintain a binding handle per domain and always go via wb_domain_req...Volker Lendecke2018-02-231-8/+53
* winbindd: Add debug for ndr cache hitVolker Lendecke2017-08-071-0/+2
* pidl: Change *_get_pipe_fns() to return const struct api_struct *Andrew Bartlett2016-12-011-2/+2
* librpc/idl: Merge wbint.idl with winbind.idl so we can forward IRPC requests ...Andrew Bartlett2014-06-111-3/+3
* s3:winbindd: let wbint handles return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-2/+2
* Use tevent_req_oomVolker Lendecke2011-06-201-1/+1
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-021-1/+1
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3:winbindd: implement wbint_bh_set_timeout() as dummyStefan Metzmacher2010-09-041-0/+8
* s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr codeStefan Metzmacher2010-08-161-66/+12
* s3:winbindd: remove unused wb_ndr_dispatch* functionsStefan Metzmacher2010-08-161-165/+0
* s3:winbindd: add wbint dcerpc_binding_handle backendStefan Metzmacher2010-08-121-0/+262
* s3-winbind: Use struct pipes_struct.Andreas Schneider2010-07-281-1/+1
* s3-dcerpc: Use DATA_BLOB for pipes_struct input dataSimo Sorce2010-07-161-2/+2
* s3-dcerpc: Convert rdata from prs_struct to a simple DATA_BLOBSimo Sorce2010-07-161-6/+7
* Use #defined constant instead of "false" to be clearer about intent.Jeremy Allison2010-06-171-1/+1
* s3:winbind use no_srv_register to avoid needing rpc_srv_registerAndrew Bartlett2010-05-181-10/+0
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-2/+2
* Revert "s3: Do not reference ndr_table_<pipe> in the cli_ routines directly"Volker Lendecke2009-11-081-7/+4
* Revert "s3: Do not reference the ndr_tables in the server calls directly"Volker Lendecke2009-11-081-1/+0
* Revert "s3: Do not reference ndr_table when calling rpc_srv_register"Volker Lendecke2009-11-081-1/+1
* s3: Do not reference ndr_table when calling rpc_srv_registerVolker Lendecke2009-11-081-1/+1
* s3: Do not reference the ndr_tables in the server calls directlyVolker Lendecke2009-11-081-0/+1
* s3: Do not reference ndr_table_<pipe> in the cli_ routines directlyVolker Lendecke2009-11-081-4/+7
* s3:winbind: Add a generic cache for NDR based parent-child requestsVolker Lendecke2009-08-271-15/+34
* s3:winbind: winbindd_dual_ndrcmd should output what it's doingVolker Lendecke2009-08-231-0/+4
* s3:winbind: Add NDR-based parent-child communication to winbindVolker Lendecke2009-08-051-0/+273