1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/source3/rpc_server/mdssvc
Ralph Boehme 621349d559 s3/rpc_server: Character Encode Spotlight Queries
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
2018-07-10 23:17:20 +02:00
..
dalloc.c dalloc: Fix CID 1097369 API usage errors (VARARGS) 2015-07-09 21:59:20 +02:00
dalloc.h dalloc: Fix a typo 2015-07-09 21:59:20 +02:00
marshalling.c s3/mdssvc: missing assignment in sl_pack_float 2017-08-29 01:00:34 +02:00
marshalling.h s3-mdssvc: (un)marshalling Spotlight RPC blob 2015-07-07 17:34:28 +02:00
mdssvc.c s3/rpc_server: Character Encode Spotlight Queries 2018-07-10 23:17:20 +02:00
mdssvc.h rpc_server: add mssing '#pragma GCC diagnostic push' 2016-07-14 02:02:33 +02:00
README s3-mdssvc: lexer and parser for Spotlight queries 2015-07-07 17:34:28 +02:00
sparql_lexer.l s3/rpc_server/mdssvc: Generate flex/bison files in build 2017-01-28 13:26:01 +01:00
sparql_mapping.c s3/rpc_server/mdssvc: add attribute "kMDItemContentType" 2017-02-15 06:20:52 +01:00
sparql_mapping.h s3-mdssvc: Spotlight attribute mappings 2015-07-07 17:34:28 +02:00
sparql_parser_test.c s3/rpc_server/mdssvc: Generate flex/bison files in build 2017-01-28 13:26:01 +01:00
sparql_parser.y s3/rpc_server/mdssvc: Generate flex/bison files in build 2017-01-28 13:26:01 +01:00
srv_mdssvc_nt.c lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLOC_CTX *) 2017-04-22 01:17:00 +02:00
srv_mdssvc_nt.h s3-mdssvc: main Spotlight code 2015-07-07 17:34:28 +02:00

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.