summaryrefslogtreecommitdiff
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
* Fix Python docstringsJoseph Sutton2021-10-261-1/+1
* librpc: compile ODJ idlGünther Deschner2021-07-141-0/+1
* idl: two comment typos in two linesDouglas Bagnall2021-06-101-2/+2
* python: Ensure reference counts are properly incrementedJoseph Sutton2021-05-191-1/+1
* krb5ccache.idl: Add definition for a Kerberos credentials cacheJoseph Sutton2021-05-191-0/+7
* librpc: Add py_descriptor_richcmp() equality functionVolker Lendecke2021-04-191-0/+37
* librpc: Use GUID_buf_string() in python wrappersVolker Lendecke2021-04-191-12/+15
* py_security: Avoid casts in py_random_sid()Volker Lendecke2021-04-191-4/+6
* librpc: Remove the gensec dependency from library dcerpc-bindingVolker Lendecke2021-04-062-1/+21
* rpc: Give dcerpc_util.c its own headerVolker Lendecke2021-04-062-0/+2
* Add py binding for dcerpc_transport_encryptedIsaac Boukris2020-11-061-0/+14
* Add dcerpc_transport_encrypted()Isaac Boukris2020-11-063-0/+26
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-282-0/+4
* 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