summaryrefslogtreecommitdiff
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* lib: talloc: Use the system <talloc.h> include.Jeremy Allison2017-08-172-2/+2
* lib: tevent: Use system <tevent.h>, not internal header path (except in self-...Jeremy Allison2017-08-162-2/+2
* py-librpc: Strictly check the type of the incoming sid pointerAndrew Bartlett2017-08-151-0/+7
* s4:librpc/rpc: add support for HttpAuthOption=negotiateStefan Metzmacher2017-08-071-0/+2
* s4:librpc/rpc: pass down HTTP_AUTH_* values directly to dcerpc_pipe_open_roh_...Stefan Metzmacher2017-08-074-16/+15
* s4:librpc/rpc: remember the target_hostname on ncacn_http connectionsStefan Metzmacher2017-08-071-0/+5
* s4:lib/http: let http_read_response_send/recv() also consume the body if it f...Stefan Metzmacher2017-08-071-1/+2
* Build py3 versions of other rpc modulesAlexander Bokovoy2017-07-141-121/+121
* lsa.String: add String constructor, str and reprGary Lockyer2017-06-221-0/+77
* s4:librpc: restore inhibit_timeout_processing = true during gensec_update_sen...Stefan Metzmacher2017-05-301-0/+10
* Revert "s4:librpc: simplify dcerpc_connect_timeout_handler() logic"Stefan Metzmacher2017-05-302-1/+17
* s4:librpc: simplify dcerpc_connect_timeout_handler() logicStefan Metzmacher2017-05-212-17/+1
* s4:librpc: make use of gensec_update_send() in bind_auth_next_step()Stefan Metzmacher2017-05-211-12/+23
* s4:librpc: use gensec_update_send() in dcerpc_bind_auth_send()Stefan Metzmacher2017-05-211-19/+34
* s4:librpc: ask for GENSEC_FEATURE_SIGN_PKT_HEADER after the gensec_update() d...Stefan Metzmacher2017-05-211-4/+7
* pyrpc: Fix segfault in ClientConnectionGary Lockyer2017-04-211-0/+8
* build: correct package dependenciesJan Engelhardt2017-04-182-2/+2
* python: Add bindings for NTLMSSPAndrew Bartlett2017-03-291-0/+6
* python: Provide Python bindings for messaging.idlAndrew Bartlett2017-03-281-0/+6
* waf: disable-python - don't build pyrpc_util, dcerpc.pyIan Stakenvicius2017-03-101-2/+4
* python: wscript_build: Build some DCE/RPC modules with Python 3Lumir Balhar2017-03-101-75/+67
* python: samba.dcerpc: Port security module to Python 3 comp. formLumir Balhar2017-03-101-4/+36
* python: samba.dcerpc: Port RPC related stuff to Python 3Lumir Balhar2017-03-105-44/+94
* pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port...Stefan Metzmacher2017-02-251-40/+4
* tests/ndrdump: Add a test for --hex-inputGarming Sam2017-02-141-0/+7
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* s4:librpc/rpc: make sure we handle DCERPC_PACKET before DCERPC_CONNECTStefan Metzmacher2017-01-021-2/+2
* s4:librpc/rpc: don't do an anonymous bind over ncacn_np:server[packet]Stefan Metzmacher2017-01-021-1/+1
* librpc: Introduce cab.idlGünther Deschner2016-11-241-12/+60
* s4:pyrpc: remove unused py_{import,export}_netr_* prototypesStefan Metzmacher2016-10-261-13/+0
* s4:pyrpc: add pyrpc_{im,ex}port_union() helper functionsStefan Metzmacher2016-10-262-0/+98
* s4:librpc/rpc: pass the object guid to the binding handle if requiredStefan Metzmacher2016-10-264-21/+30
* s4:librpc/rpc: no longer set FLAG_OBJECT_PRESENT and FLAG_BIGENDIAN for ndr_p...Stefan Metzmacher2016-10-261-8/+0
* s4:librpc/rpc: make sure the DCERPC_CONCURRENT_MULTIPLEX and DCERPC_PFC_FLAG_...Stefan Metzmacher2016-10-261-3/+18
* s4:librpc/rpc: add support for DCERPC_AUTH_LEVEL_PACKETGünther Deschner2016-10-263-5/+7
* s4-torture: test support for [packet] binding string option.Günther Deschner2016-10-261-0/+19
* s4:librpc/rpc: make use of dcerpc_ncacn_push_pkt_auth() in ncacn_push_request...Stefan Metzmacher2016-10-261-128/+13
* s4:librpc/rpc: convert ncacn_pull_request_auth() into a generic ncacn_pull_pk...Stefan Metzmacher2016-10-261-11/+27
* s4:librpc/rpc: make use of dcerpc_ncacn_pull_pkt_auth() in ncacn_pull_request...Stefan Metzmacher2016-10-261-94/+20
* s4:librpc/rpc: implement bind_time_feature negotiationStefan Metzmacher2016-10-262-4/+30
* s4:librpc/rpc: force printing in dcerpc_bh_do_ndr_print() log level >= 11Stefan Metzmacher2016-10-261-2/+17
* s4:librpc/rpc: make use of dcerpc_pull_ncacn_packet()Stefan Metzmacher2016-10-261-37/+1
* s4:librpc/rpc: do not use stack allocated variables for async requestsMatthieu Patou2016-10-261-3/+3
* idl: compile iremotewinspool.idl.Günther Deschner2016-09-221-1/+1
* pyrpc: Fix CID 1364169 Explicit null dereferencedVolker Lendecke2016-08-051-1/+1
* s4:pyrpc: correctly implement .request_timeoutStefan Metzmacher2016-07-281-7/+26
* pyrpc: Allow control of RPC timeout for IRPCAndrew Bartlett2016-07-121-2/+9
* s4:librpc/rpc: don't ask for auth_length if we ask for auth data onlyStefan Metzmacher2016-06-241-6/+2
* s4:librpc/rpc: allow a total reassembled response payload of 240 MBytesStefan Metzmacher2016-06-232-2/+6
* librpc: Check for negative return value of socket_get_fd()Andreas Schneider2016-06-221-0/+5