s3: smbd: Reformat users of user_can_read_file().
[amitay/samba.git] / librpc /
2020-04-29 Andrew Bartlettlibrpc: Provide clearer debug messages for malformed...
2020-04-08 Samuel Cabreros3:rpc_server: Improve local dispatching
2020-04-08 Samuel Cabrerospoolss: Add NCALRPC endpoint
2020-04-08 Samuel Cabrerolibrpc:core: Make find_interface_by_uuid public
2020-03-27 Stefan Metzmacherlibrpc/tests: make use of replace.h in test_ndr*.c
2020-03-22 Douglas Bagnallidl/drsblobs: do not overwrite number of schedules...
2020-03-20 Samuel Cabreros3:rpc_server: Do not generate and build s3 RPC server...
2020-03-20 Samuel Cabreropidl:NDR/ServerCompat: Generate local dispatching function
2020-03-20 Samuel Cabreropidl:NDR/ServerCompat: Compat server PIDL parser
2020-03-09 Günther Deschnerlibrpc: fix IDL for svcctl_ChangeServiceConfigW
2020-03-09 Günther Deschners4-torture: add ndr svcctl testsuite
2020-02-27 Gary Lockyeridl: limit recurion on recursive elements
2020-02-27 Gary Lockyeridl: drsuapi_DsaAddressListItem_V1 limit recursion
2020-02-27 Gary Lockyerlibrpc ndr: add recursion check macros
2020-02-21 Andreas Schneiderlibrpc:ndr: Remove byteorder.h from libndr.h
2020-02-21 Andreas Schneiderlibrpc:ndr: Use bytearray.h in ndr_basic.c
2020-02-07 Gary Lockyerlibrpc ndr: Change loop index to size_t
2020-02-07 Gary Lockyerlibrpc ndr: ndr_pull_advance check for unsigned overflow.
2020-02-07 Gary Lockyerlibrpc ndr tests: Unsigned overflow in ndr_pull_advance
2020-02-07 Gary Lockyerlibrpc ndr: NDR_PULL_ALIGN check for unsigned overflow
2020-02-07 Gary Lockyerlibrpc ndr tests: uint32 overflow in NDR_PULL_ALIGN
2020-02-07 Gary Lockyerlibrpc ndr: Heap-buffer-overflow in lzxpress_decompress
2020-01-23 Volker Lendeckelibrpc: Use PRIu32 printf specifiers
2020-01-23 Volker Lendeckelibrpc: Use the MAX() macro where appropriate
2020-01-23 Volker Lendeckelibrpc: Fix a gcc warning
2020-01-16 Günther Deschnerlibrpc: add clusapi_GroupSetControlCode enum
2020-01-16 Günther Deschnerlibrpc: add various new clusapi functions and types
2020-01-15 Volker Lendeckesmbd: Add close-denied-share message
2020-01-09 Gary Lockyerndr basic: Check ndr_token_store return code
2020-01-08 Günther Deschnerlibrpc: pidlify spoolss_EnumPerMachineConnections
2020-01-08 Günther Deschnerlibrpc/ndr: provide infrastructure for NDR_SPOOLSS_...
2020-01-08 Günther Deschnerlibrpc: better naming for NDR_SPOOLSS_{PUSH|PULL}_ENUM...
2020-01-08 Günther Deschnerlibrpc: add IDL for spoolss_EnumPerMachineConnections
2020-01-08 Günther Deschnerlibrpc: fix IDL for spoolss_GetCorePrinterDrivers()
2019-12-20 Andrew Bartlettlibrpc: Do not access name[-1] trying to push "" into...
2019-12-20 Andreas Schneiderlibrpc: Add test for ndr_string_length()
2019-12-20 Andreas Schneiderlibrpc: Fix string length checking in ndr_pull_charset_...
2019-12-18 Andrew Bartlettlibrpc: Move winstation.idl to the top level and exclud...
2019-12-18 Andrew Bartlettlib/fuzzing and librpc: Do not generate fuzzers for...
2019-12-18 Andrew Bartlettlibrpc: Fix manually written printer for drsuapi_DsAttr...
2019-12-12 Andrew Bartlettlibndr: Return enum ndr_err_code from ndr_{pull,push...
2019-12-12 Andrew Bartlettlibrpc/ndr: Remove ndr_{push,pull}_get_switch_value()
2019-12-12 Andrew Bartlettlibrpc: Remove last callers of ndr_push_get_switch_value()
2019-12-12 Andrew Bartlettlibrpc: Remove last callers of ndr_pull_get_switch_value()
2019-12-12 Andrew Bartlettlibrpc: Do not follow a NULL pointer when calculating...
2019-12-12 Andrew Bartlettlibrpc: Do not follow a NULL pointer when calculating...
2019-12-12 Andrew Bartlettpidl: Add and use ndr_print_steal_switch_value(), remov...
2019-12-12 Andrew Bartlettlibrpc/ndr: Add ndr_push_steal_switch_value()
2019-12-12 Andrew Bartlettlibrpc: Set the switch_value before NDR_BUFFERS to...
2019-12-12 Andrew Bartlettnegoex: Set the switch_value before NDR_BUFFERS to...
2019-12-12 Andrew Bartlettndr: Restrict size of ndr_token lists to avoid memory...
2019-12-12 Andrew Bartlettlibndr: Do not overwrite token list with NULL on alloca...
2019-12-12 Samuel Cabreropidl:NDR/Server: Allow to define endpoint server shutdo...
2019-12-12 Samuel Cabrerolibrpc:core: Add a function to reinitialize the dcesrv_...
2019-12-12 Samuel Cabrerolibrpc:core: Add public functions to initialize endpoin...
2019-12-12 Samuel Cabrerolibrpc:core: Split dcesrv context init and endpoint...
2019-12-12 Andrew Bartlettlibrpc/idl/dnsserver.idl: Ensure DnsProperty id matches...
2019-12-10 Andrew Bartlettlibrpc: Fill in full deps for NDR_* subsystems
2019-12-10 Douglas Bagnalldcerpc: developer option to save ndr_fuzz_X seeds
2019-12-10 Douglas Bagnalllib/fuzzing: add fuzz_ndr_X
2019-12-10 Andrew Bartlettlibrpc/ndr: Do not follow a client-supplied NULL pointe...
2019-12-04 Andrew Bartlettlibrpc: Avoid spinning on string_array elements with...
2019-12-04 Gary Lockyerlibrpc ndr: Tests for ndr_pull_string
2019-12-02 Volker Lendeckelibndr: Fix a talloc context leak
2019-11-29 Andrew Bartlettndrdump: Do not run the validate step after a failure
2019-11-29 Andrew Bartlettndrdump: Improve error message when the pipes fail...
2019-11-29 Andrew Bartlettndrdump: Show the actual struct/function name in the...
2019-11-29 Andrew Bartlettlibrpc/ndr: Remove unused ndr_cab_generate_checksum()
2019-11-29 Andrew Bartlettlibrpc: Make CFDATA private to cab.idl and remove pull...
2019-11-20 Andrew Bartlettlibrpc: Check for NULL pointer in value() in ntlmssp_AU...
2019-11-20 Douglas Bagnallndr_orpc: properly allocate empty DUALSTRINGARRAY
2019-11-20 Andrew Bartlettndrdump: Still print --dump bytes after parse failure
2019-11-20 Andrew Bartlettndrdump: Invert sense of --stop-on-parse-failure into...
2019-11-20 Andrew Bartlettndrdump: Return a different error code for ndr_pull...
2019-11-20 Andrew Bartlettndrdump: Allow for base64-encoded input in a file and...
2019-11-20 Andrew Bartlettndrdump: Check for input decode failures
2019-11-20 Andrew Bartlettndrdump: Add const
2019-11-20 Andrew Bartlettndrdump: TALLOC_FREE() on each exit path to allow runni...
2019-11-20 Andrew Bartlettndrdump: print structure name when failing to setup
2019-11-20 Andrew Bartlettndrdump: Fix one more NTSTATUS rather than friendly...
2019-11-20 Andrew Bartlettlibrpc: Unify packet dumping on ndr_pull() failure
2019-11-19 Volker Lendeckelibrpc: Fix CID 1455913 Use after free
2019-11-19 Andrew Bartlettndr: Include the caller location in ndr_{pull,push...
2019-11-19 Andrew Bartlettwitness.idl: Change array type in IDL for the print...
2019-11-17 Douglas Bagnallndrdump: avoid use after free
2019-11-17 Andrew Bartlettndrdump: Use human-readable strings for NDR decode...
2019-11-17 Andrew Bartlettselftest: Test fix for ndrdump of structures by number
2019-11-17 Douglas Bagnallndrdump: correctly find the public strict by number
2019-11-15 Andrew Bartlettlibrpc: Use the fact that file_save() now uses O_EXCL...
2019-11-14 Andrew Bartlettlibrpc: Do not return an NDR table for a zero GUID
2019-11-13 Andrew Bartlettndrdump: check bounds when passed functions/structs...
2019-11-13 Andrew Bartlettndrdump: Fix new "struct" feature
2019-11-13 Andrew Bartlettpidl: Generate the trailing ndr_table even if the UUID...
2019-11-13 Andrew Bartlettlibrpc: Allow registration of ndr tables with a zero...
2019-11-13 Andrew Bartlettlibrpc: Do not place the ndr_table for windows_event_id...
2019-11-13 Douglas Bagnallndrdump: add --stop-on-parse-failure
2019-11-13 Andrew Bartlettlibrpc: Match interface name and file name for bkupblob...
2019-11-13 Douglas Bagnalllibrpc: Fix typo in "quota" name in IDL
2019-10-31 Björn Jackelibrpc/ndr/ndr_compression.c: typo fixes
2019-10-18 Samuel Cabrerolibrpc:core: Make dcesrv_find_endpoint public
next