summaryrefslogtreecommitdiff
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* 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:librpc: Use C99 initializer for PyGetSetDef in py_authAndreas Schneider2019-01-171-2/+6
* 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
* pysecurity: Use dom_sid_str_bufVolker Lendecke2019-01-081-6/+5
* s4:librpc: add python winspool bindingsStefan Metzmacher2018-12-231-0/+6
* s4:librpc: add python spoolss bindingsStefan Metzmacher2018-12-231-0/+6
* s4:librpc: add python witness bindingsStefan Metzmacher2018-12-231-0/+6
* idl: Add Windows event code idsGary Lockyer2018-12-141-0/+6
* s4:librpc: Use discard_const_p for ndr/py_miscAndreas Schneider2018-11-141-3/+5
* s4/librpc: Fix py2 dependecies leaking into py3 librariesNoel Power2018-09-161-1/+1
* preg: Build python preg bindingsGarming Sam2018-08-161-0/+6
* 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/ndr: allow GUID to accept unicode alsoNoel Power2018-07-131-1/+1
* s4/librpc: Additionally accept unicode as string param in Py2Noel Power2018-04-301-5/+9
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-131-23/+26
* s4/librpc: GUID should accept string or bytes in python3Noel Power2018-03-231-3/+11
* libsocket: Add "mem_ctx" to socket_create()Volker Lendecke2018-02-271-3/+2
* librpc-build: ignore unused functions in generated codeUri Simchoni2017-11-221-35/+74
* python: Port samba.messaging module to Python 3 compatible form.Lumir Balhar2017-10-231-1/+1
* xattr.idl: Don't generate an interface tableVolker Lendecke2017-10-221-1/+0
* nfs4acls: Don't generate an interface table for nfs4acls.idlVolker Lendecke2017-10-221-1/+0
* Install dcerpc/__init__.py for all Python environmentsAlexander Bokovoy2017-09-141-5/+6
* 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