summaryrefslogtreecommitdiff
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-082-5/+5
* s4-librpc: Simplify bytes or unicode input checking in python GUID() bindingsAndrew Bartlett2020-03-231-7/+6
* py3: Remove #define IsPy3BytesOrString(pystr)Andrew Bartlett2020-03-231-1/+1
* py3: Remove #define IsPy3Bytes PyBytes_CheckAndrew Bartlett2020-03-231-1/+1
* py3: Remove #define PyInt_FromLong PyLong_FromLongAndrew Bartlett2020-03-231-1/+1
* py3: Remove #define PyInt_AsLong PyLong_AsLongAndrew Bartlett2020-03-231-1/+1
* py3: Remove #define PyInt_Check PyLong_CheckAndrew Bartlett2020-03-231-1/+1
* librpc ndr: Stack-overflow in ndr_pull_drsuapi_DsaAddressListItem_V1Gary Lockyer2020-02-271-0/+1
* libprc ndr tests: Fix ndrdump test ntlmssp_CHALLENGE_MESSAGEGary Lockyer2020-02-071-1/+1
* selftest: Confirm parse of dnsProperty recordsAndrew Bartlett2019-12-201-0/+32
* librpc: Move winstation.idl to the top level and exclude from fuzzingAndrew Bartlett2019-12-183-20/+1
* sefltest: Demonstrate crash in manually written printer for drsuapi_DsAttribu...Andrew Bartlett2019-12-181-0/+76
* selftest: Add test for ndr_size_struct() faulting on a NULL pointerAndrew Bartlett2019-12-121-0/+43
* selftest: Add example xattr_NTACL packets to demonstrate switch/union behaviourAndrew Bartlett2019-12-122-0/+119
* librpc: Fill in full deps for NDR_* subsystemsAndrew Bartlett2019-12-101-1/+1
* selftest: Add ndrdump tests for malformed drsuapi trafficAndrew Bartlett2019-12-104-0/+541
* selftest: Test repushing an ntlmssp AUTHENTICATE_MESSAGEAndrew Bartlett2019-11-202-0/+135
* librpc: Unify packet dumping on ndr_pull() failureAndrew Bartlett2019-11-201-4/+0
* ndrdump: Use human-readable strings for NDR decode errorsAndrew Bartlett2019-11-171-1/+1
* selftest: Test fix for ndrdump of structures by numberAndrew Bartlett2019-11-171-0/+1
* s4/rpc/dcerpc_connect: no crash on NULL dest_hostDouglas Bagnall2019-11-141-1/+1
* s4:librpc: Check return code of netlogon_creds_client_authenticator()Andreas Schneider2019-11-141-1/+7
* build: Prepare for pidl to generate ndr_table entries for more IDLAndrew Bartlett2019-11-131-0/+12
* selftest: Add expected-output tests for the ndrdump struct modeAndrew Bartlett2019-11-132-0/+35
* librpc: Match interface name and file name for winsrepl.idlAndrew Bartlett2019-11-131-1/+1
* 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