summaryrefslogtreecommitdiff
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* librpc: Move dcerpc_log_packet from s4 librpc to common librpcSamuel Cabrero2019-10-181-39/+0
* librpc: Move dcerpc_ncacn_push_auth from s4 librpc to common librpcSamuel Cabrero2019-10-181-56/+0
* s4:librpc: Rename ncacn_push_auth to dcerpc_ncacn_push_authSamuel Cabrero2019-10-182-9/+16
* s4:rpc_server: Split dcerpc_generic_session_key for server and clientSamuel Cabrero2019-10-183-9/+4
* librpc: add Python mdssvc bindingsRalph Boehme2019-10-091-0/+7
* librpc: Fix CID 1452292 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2019-08-141-1/+1
* s4:librpc/rpc: Use generic roh_connect_channel_send/recvSamuel Cabrero2019-08-073-219/+18
* s4:librpc/rpc: Add roh_connect_channel_send/recvSamuel Cabrero2019-08-071-0/+100
* s4:lib/http: move to the toplevelRalph Boehme2019-08-074-4/+4
* s4:lib/http: use http_conn in http_send_request_send() and http_read_response...Ralph Boehme2019-08-072-18/+3
* s4:librpc/rpc: use http_connect_send/recv in ncacn_httpRalph Boehme2019-08-074-214/+104
* dcerpc: use anon creds for unknown transportDouglas Bagnall2019-07-221-0/+5
* s4/rpc/py_security: don't deref NULL for invalid valuesDouglas Bagnall2019-07-221-2/+10
* librpc: Do not generate extra unused client or python bindings with PIDLAndrew Bartlett2019-06-261-2/+7
* librpc: Remove frsblobs.idlAndrew Bartlett2019-06-261-1/+0
* librpc: Remove unused RPC_NDR_SERVER_IDAndrew Bartlett2019-06-261-1/+1
* librpc: Remove unused RPC_NDR_NBTAndrew Bartlett2019-06-261-1/+1
* librpc: Remove unused RPC_NDR_WINSIFAndrew Bartlett2019-06-261-5/+0
* librpc: Remove unused RPC_NDR_XATTRAndrew Bartlett2019-06-261-2/+2
* librpc: Remove unused RPC_NDR_DRSBLOBSAndrew Bartlett2019-06-261-1/+1
* librpc: Remove unused RPC_NDR_NTLMSSPAndrew Bartlett2019-06-261-1/+1
* py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...Andrew Bartlett2019-06-241-2/+2
* py3: Remove PyStr_AsUTF8AndSize() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_AsString() compatability macroAndrew Bartlett2019-06-241-1/+1
* py3: Remove PyStr_FromFormat() compatability macroAndrew Bartlett2019-06-243-5/+5
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-245-9/+9
* py3: Remove PyStr_Check() compatability macroAndrew Bartlett2019-06-241-2/+2
* winsrepl.idl: remove unused decode functionsGary Lockyer2019-06-061-5/+0
* sasl_helpers.idl: remove unused decode functionsGary Lockyer2019-06-061-4/+0
* ntp_signd.idl: remove unused decode functionsGary Lockyer2019-06-061-6/+0
* 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-163-7/+18
* 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
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-296/+295
* build: Remove --extra-pythonAndrew Bartlett2019-03-211-2/+0
* s4:librpc: Fix installation of SambaAndreas Schneider2019-03-201-8/+0
* s4/librpc/py_misc: ParseTuple format should match actual typesDouglas Bagnall2019-02-081-1/+1
* Clean up reference used with PyDict_SetxxxNoel Power2019-02-074-0/+4
* 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:librpc: Use C99 initializer for PyGetSetDef in py_authAndreas Schneider2019-01-171-2/+6