summaryrefslogtreecommitdiff
path: root/librpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* librpc: add various new clusapi functions and typesGünther Deschner2020-01-161-0/+351
* smbd: Add close-denied-share messageVolker Lendecke2020-01-151-0/+3
* ndr basic: Check ndr_token_store return codeGary Lockyer2020-01-091-1/+5
* librpc: pidlify spoolss_EnumPerMachineConnectionsGünther Deschner2020-01-083-1/+42
* librpc/ndr: provide infrastructure for NDR_SPOOLSS_{PUSH|PULL}_ENUM macrosGünther Deschner2020-01-081-5/+117
* librpc: better naming for NDR_SPOOLSS_{PUSH|PULL}_ENUM variantsGünther Deschner2020-01-081-26/+26
* librpc: add IDL for spoolss_EnumPerMachineConnectionsGünther Deschner2020-01-081-1/+7
* librpc: fix IDL for spoolss_GetCorePrinterDrivers()Günther Deschner2020-01-081-1/+1
* librpc: Do not access name[-1] trying to push "" into a dnsp_nameAndrew Bartlett2019-12-201-2/+12
* librpc: Add test for ndr_string_length()Andreas Schneider2019-12-201-1/+36
* librpc: Fix string length checking in ndr_pull_charset_to_null()Andreas Schneider2019-12-201-2/+47
* librpc: Move winstation.idl to the top level and exclude from fuzzingAndrew Bartlett2019-12-183-0/+19
* lib/fuzzing and librpc: Do not generate fuzzers for pointless targetsAndrew Bartlett2019-12-181-14/+8
* librpc: Fix manually written printer for drsuapi_DsAttributeValueAndrew Bartlett2019-12-181-6/+9