summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-296/+295
2019-03-21build: Remove --extra-pythonAndrew Bartlett1-2/+0
2019-03-20s4:librpc: Fix installation of SambaAndreas Schneider1-8/+0
2019-02-08s4/librpc/py_misc: ParseTuple format should match actual typesDouglas Bagnall1-1/+1
2019-02-07Clean up reference used with PyDict_SetxxxNoel Power4-0/+4
2019-02-07Cleanup references to module objects returned from PyImport_ImportModuleNoel Power2-10/+26
2019-01-29s4/pyrpc_util: catch alloc failure in py_dcerpc_interface_init_helper()Douglas Bagnall1-0/+5
2019-01-29s4/pyrpc_util: appropriately decrement refcounts on failureDouglas Bagnall1-0/+22
2019-01-28pyrpc: typo in transfer syntax docstringDouglas Bagnall1-1/+1
2019-01-28s4:librpc: Use C99 initializer for PyGetSetDef in pyrpcAndreas Schneider1-18/+41
2019-01-17s4:librpc: Use C99 initializer for PyGetSetDef in py_authAndreas Schneider1-2/+6
2019-01-12s4:pyrpc: add py_dcerpc_ndr_pointer_deref/wrap() infrastructureStefan Metzmacher3-0/+133
2019-01-12s4:pyrpc: make use of pytalloc_get_type() in py_dcerpc_syntax_init_helper()Stefan Metzmacher1-1/+1
2019-01-08pysecurity: Use dom_sid_str_bufVolker Lendecke1-6/+5
2018-12-23s4:librpc: add python winspool bindingsStefan Metzmacher1-0/+6
2018-12-23s4:librpc: add python spoolss bindingsStefan Metzmacher1-0/+6
2018-12-23s4:librpc: add python witness bindingsStefan Metzmacher1-0/+6
2018-12-14idl: Add Windows event code idsGary Lockyer1-0/+6
2018-11-14s4:librpc: Use discard_const_p for ndr/py_miscAndreas Schneider1-3/+5
2018-09-16s4/librpc: Fix py2 dependecies leaking into py3 librariesNoel Power1-1/+1
2018-08-16preg: Build python preg bindingsGarming Sam1-0/+6
2018-07-24s4:librpc: autonegotiate SMB1/2/3Stefan Metzmacher1-139/+120
2018-07-24s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher1-0/+1
2018-07-24s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher1-0/+1
2018-07-13s4/librpc/ndr: allow GUID to accept unicode alsoNoel Power1-1/+1
2018-04-30s4/librpc: Additionally accept unicode as string param in Py2Noel Power1-5/+9
2018-04-13wscript_build: make sure we link extra-python versions of librariesNoel Power1-23/+26
2018-03-23s4/librpc: GUID should accept string or bytes in python3Noel Power1-3/+11
2018-02-27libsocket: Add "mem_ctx" to socket_create()Volker Lendecke1-3/+2
2017-11-22librpc-build: ignore unused functions in generated codeUri Simchoni1-35/+74
2017-10-23python: Port samba.messaging module to Python 3 compatible form.Lumir Balhar1-1/+1
2017-10-22xattr.idl: Don't generate an interface tableVolker Lendecke1-1/+0
2017-10-22nfs4acls: Don't generate an interface table for nfs4acls.idlVolker Lendecke1-1/+0
2017-09-14Install dcerpc/__init__.py for all Python environmentsAlexander Bokovoy1-5/+6
2017-08-17lib: talloc: Use the system <talloc.h> include.Jeremy Allison2-2/+2
2017-08-16lib: tevent: Use system <tevent.h>, not internal header path (except in self-...Jeremy Allison2-2/+2
2017-08-15py-librpc: Strictly check the type of the incoming sid pointerAndrew Bartlett1-0/+7
2017-08-07s4:librpc/rpc: add support for HttpAuthOption=negotiateStefan Metzmacher1-0/+2
2017-08-07s4:librpc/rpc: pass down HTTP_AUTH_* values directly to dcerpc_pipe_open_roh_...Stefan Metzmacher4-16/+15
2017-08-07s4:librpc/rpc: remember the target_hostname on ncacn_http connectionsStefan Metzmacher1-0/+5
2017-08-07s4:lib/http: let http_read_response_send/recv() also consume the body if it f...Stefan Metzmacher1-1/+2
2017-07-14Build py3 versions of other rpc modulesAlexander Bokovoy1-121/+121
2017-06-22lsa.String: add String constructor, str and reprGary Lockyer1-0/+77
2017-05-30s4:librpc: restore inhibit_timeout_processing = true during gensec_update_sen...Stefan Metzmacher1-0/+10
2017-05-30Revert "s4:librpc: simplify dcerpc_connect_timeout_handler() logic"Stefan Metzmacher2-1/+17
2017-05-21s4:librpc: simplify dcerpc_connect_timeout_handler() logicStefan Metzmacher2-17/+1
2017-05-21s4:librpc: make use of gensec_update_send() in bind_auth_next_step()Stefan Metzmacher1-12/+23
2017-05-21s4:librpc: use gensec_update_send() in dcerpc_bind_auth_send()Stefan Metzmacher1-19/+34
2017-05-21s4:librpc: ask for GENSEC_FEATURE_SIGN_PKT_HEADER after the gensec_update() d...Stefan Metzmacher1-4/+7
2017-04-21pyrpc: Fix segfault in ClientConnectionGary Lockyer1-0/+8