summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
Commit message (Expand)AuthorAgeFilesLines
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-241-2/+2
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-242-2/+2
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-241-2/+2
* s4 lib rpc pyrpc: Fix error messageGary Lockyer2019-05-301-1/+2
* s4 librpc rpc pyrpc: Fix flapping dcerpc.bare testsGary Lockyer2019-05-221-5/+2
* s4/librpc: squash 'cast between incompatible function types' warningNoel Power2019-05-162-2/+8
* s4 librpc rpc pyrpc: Ensure tevent_context deleted lastGary Lockyer2019-05-103-28/+39
* pyrpc: remove crutch for python <= 2.5Douglas Bagnall2019-05-091-4/+0
* pyrpc: ndr PY_CHECK_TYPE checks for NULL as well as typeDouglas Bagnall2019-05-091-4/+13
* s4/rpc/dcerpc_roh_channel_out: check ndr_init (CID 1273062)Douglas Bagnall2019-05-091-0/+3
* s4/rpc/dcerpc_roh_channel_out: check ndr_init (CID 1273065)Douglas Bagnall2019-05-091-0/+3
* libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett2019-05-063-44/+0
* Clean up reference used with PyDict_SetxxxNoel Power2019-02-071-0/+1
* Cleanup references to module objects returned from PyImport_ImportModuleNoel Power2019-02-072-10/+26
* s4/pyrpc_util: catch alloc failure in py_dcerpc_interface_init_helper()Douglas Bagnall2019-01-291-0/+5
* s4/pyrpc_util: appropriately decrement refcounts on failureDouglas Bagnall2019-01-291-0/+22
* pyrpc: typo in transfer syntax docstringDouglas Bagnall2019-01-281-1/+1
* s4:librpc: Use C99 initializer for PyGetSetDef in pyrpcAndreas Schneider2019-01-281-18/+41
* s4:pyrpc: add py_dcerpc_ndr_pointer_deref/wrap() infrastructureStefan Metzmacher2019-01-123-0/+133
* s4:pyrpc: make use of pytalloc_get_type() in py_dcerpc_syntax_init_helper()Stefan Metzmacher2019-01-121-1/+1
* s4:librpc: autonegotiate SMB1/2/3Stefan Metzmacher2018-07-241-139/+120
* s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher2018-07-241-0/+1
* s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher2018-07-241-0/+1
* s4/librpc: Additionally accept unicode as string param in Py2Noel Power2018-04-301-5/+9
* libsocket: Add "mem_ctx" to socket_create()Volker Lendecke2018-02-271-3/+2
* 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
* 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
* 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
* python: samba.dcerpc: Port RPC related stuff to Python 3Lumir Balhar2017-03-103-22/+32
* pidl:Python: use of pytalloc_GenericObject_reference*() for pyrpc_{ex,im}port...Stefan Metzmacher2017-02-251-40/+4
* 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
* 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:librpc/rpc: make use of dcerpc_ncacn_push_pkt_auth() in ncacn_push_request...Stefan Metzmacher2016-10-261-128/+13