summaryrefslogtreecommitdiff
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* libndr: Avoid assigning duplicate versions to symbolsAmitay Isaacs2020-10-221-1/+1
* spoolss.idl: remove obviously bogous PROCESSOR_ARM 0 defineBjörn Jacke2020-10-171-1/+0
* printing/spoolss: add ARM64 supportBjörn Jacke2020-10-171-0/+2
* spoolss.idl: add spoolss architecture defines, that we requireBjörn Jacke2020-10-171-0/+3
* spoolss.idl: add some missing processor definesBjörn Jacke2020-10-171-1/+19
* spoolss.idl: add some missing PROCESSOR_ARCHITECTURE definesBjörn Jacke2020-10-171-1/+13
* librpc: Use GUID_to_ndr_buf() in GUID_to_ndr_blob()Volker Lendecke2020-10-021-5/+10
* librpc: Add GUID_to_ndr_buf()Volker Lendecke2020-10-024-1/+279
* lib: Avoid a use of includes.hVolker Lendecke2020-10-021-1/+3
* lib/util: remove extra safe_string.h fileMatthew DeVore2020-08-282-0/+4
* libprc/test: add pull_string_array large array testDouglas Bagnall2020-08-071-1/+35
* ndr: fix ndr_pull_string_array() off by one allocDouglas Bagnall2020-08-071-2/+0
* ndr: avoid excessive reallocing in pull_string_arrayDouglas Bagnall2020-08-031-11/+60
* ndr: maintain proper talloc tree in pull_string_arrayDouglas Bagnall2020-08-031-1/+1
* CVE-2020-10745: ndr/dns-utils: prepare for NBT compatibilityDouglas Bagnall2020-07-025-74/+49
* CVE-2020-10745: dns_util/push: forbid names longer than 255 bytesDouglas Bagnall2020-07-021-1/+9
* CVE-2020-10745: ndr_dns: do not allow consecutive dotsDouglas Bagnall2020-07-021-0/+6
* CVE-2020-10745: ndr/dns_utils: correct a commentDouglas Bagnall2020-07-021-1/+1
* CVE-2020-10745: ndr_dns: move ndr_push_dns_string core into sharable functionDouglas Bagnall2020-07-024-75/+99
* CVE-2020-10745: librpc/tests: cmocka tests of dns and ndr stringsDouglas Bagnall2020-07-022-0/+246
* librpc: core: Move the s4 handles implementation to the RPC server coreSamuel Cabrero2020-05-242-0/+364
* librpc/idl: Add dnsp_DnsProperty_shortAndrew Bartlett2020-05-151-0/+16
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-1/+1
* librpc: Align integer typesVolker Lendecke2020-05-051-1/+1
* librpc: Provide clearer debug messages for malformed DCE/RPC bindAndrew Bartlett2020-04-291-8/+29
* s3:rpc_server: Improve local dispatchingSamuel Cabrero2020-04-081-1/+1
* spoolss: Add NCALRPC endpointSamuel Cabrero2020-04-081-1/+1
* librpc:core: Make find_interface_by_uuid publicSamuel Cabrero2020-04-082-1/+4
* librpc/tests: make use of replace.h in test_ndr*.cStefan Metzmacher2020-03-273-9/+3
* idl/drsblobs: do not overwrite number of schedules == 1Douglas Bagnall2020-03-221-1/+1
* s3:rpc_server: Do not generate and build s3 RPC server codeSamuel Cabrero2020-03-202-10/+5
* pidl:NDR/ServerCompat: Generate local dispatching functionSamuel Cabrero2020-03-201-0/+4
* pidl:NDR/ServerCompat: Compat server PIDL parserSamuel Cabrero2020-03-201-5/+5
* librpc: fix IDL for svcctl_ChangeServiceConfigWGünther Deschner2020-03-091-5/+18
* s4-torture: add ndr svcctl testsuiteGünther Deschner2020-03-091-1/+1
* idl: limit recurion on recursive elementsGary Lockyer2020-02-273-6/+10
* idl: drsuapi_DsaAddressListItem_V1 limit recursionGary Lockyer2020-02-271-1/+1
* librpc ndr: add recursion check macrosGary Lockyer2020-02-274-1/+185
* librpc:ndr: Remove byteorder.h from libndr.hAndreas Schneider2020-02-211-1/+0
* librpc:ndr: Use bytearray.h in ndr_basic.cAndreas Schneider2020-02-211-28/+57
* librpc ndr: Change loop index to size_tGary Lockyer2020-02-071-1/+1
* librpc ndr: ndr_pull_advance check for unsigned overflow.Gary Lockyer2020-02-071-5/+1
* librpc ndr tests: Unsigned overflow in ndr_pull_advanceGary Lockyer2020-02-071-0/+26
* librpc ndr: NDR_PULL_ALIGN check for unsigned overflowGary Lockyer2020-02-071-0/+7
* librpc ndr tests: uint32 overflow in NDR_PULL_ALIGNGary Lockyer2020-02-071-0/+34
* librpc ndr: Heap-buffer-overflow in lzxpress_decompressGary Lockyer2020-02-073-1/+96
* librpc: Use PRIu32 printf specifiersVolker Lendecke2020-01-231-3/+7
* librpc: Use the MAX() macro where appropriateVolker Lendecke2020-01-231-5/+1
* librpc: Fix a gcc warningVolker Lendecke2020-01-231-1/+1
* librpc: add clusapi_GroupSetControlCode enumGünther Deschner2020-01-161-2/+12