mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
621349d559
Fix path escaping in Spotlight so paths with spaces or special characters can be properly matched to tracker paths. Bug: https://bugzilla.samba.org/show_bug.cgi?id=12688 Based-on-a-patch-from: Mike M Pestorich <mmpestorich@gmail.com> (similar to github.com/netatalk/netatalk/commit/90aa43d) Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Jul 10 23:17:20 CEST 2018 on sn-devel-144 |
||
---|---|---|
.. | ||
dalloc.c | ||
dalloc.h | ||
marshalling.c | ||
marshalling.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 |
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.