mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
1dd0cd2f4e
In macOS Ventura marshalling of kMDScopeArray in the "openQueryWithParams" request has changed from string: kMDScopeArray sl_array_t(#1): { string: /foo/bar } to: string: kMDScopeArray sl_array_t(#1): { sl_array_t(#1): { string: /foo/bar } } With this patch we check both encodings. Bug fixed according to user feedback. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15299 RN: Spotlight doesn't work with latest macOS Ventura Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> |
||
---|---|---|
.. | ||
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.