mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
c7a4578d06
Various RPC services expect policy handles of a specific type.
s3 RPC server did not allow to create policy handles with a specific
type while actually requiring that policy handle type itself in some
places.
Make sure we are able to specify the policy on-wire handle type when
creating the policy handle. The changes follow s4 DCE RPC server
implementation.
The original logic to always set on-wire handle type to 0 can be tracked
down to commit
|
||
---|---|---|
.. | ||
dalloc.c | ||
dalloc.h | ||
elasticsearch_mappings.json | ||
es_lexer.l | ||
es_mapping.c | ||
es_mapping.h | ||
es_parser_test.c | ||
es_parser.y | ||
marshalling.c | ||
marshalling.h | ||
mdssvc_es.c | ||
mdssvc_es.h | ||
mdssvc_noindex.c | ||
mdssvc_noindex.h | ||
mdssvc_tracker.c | ||
mdssvc_tracker.h | ||
mdssvc.c | ||
mdssvc.h | ||
README | ||
sparql_lexer.l | ||
sparql_mapping.c | ||
sparql_mapping.h | ||
sparql_parser_test.c | ||
sparql_parser.y | ||
srv_mdssvc_nt.c | ||
srv_mdssvc_nt.h | ||
test_mdsparser_es.c |
Introduction: ============= This directory contains source code for the metadata search service aka Spotlight. Bison and flex: =============== Not yet integrated into the waf buildsystem, run these by hand: $ bison -d -o sparql_parser.c sparql_parser.y $ flex -o sparql_lexer.c sparql_lexer.l or use the bundled Makefile.