1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3/rpc_server/mdssvc
Ralph Boehme 1ef96e0907 s3-mdssvc: factor out Tracker backend logic
This moves all Tracker backend logic into a modularized component.

This should not result in any change in behaviour, it just paves the way
for adding additional backends. Currently the only available backend is
Gnome Tracker.

slq_destroy_send/recv is not needed anymore as the problem is solved now by
correctly checking if an async Tracker request was cancelled and we got
G_IO_ERROR_CANCELLED in tracker_con_cb() or tracker_query_cb() and avoid using
user_data in that the case.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2019-08-08 20:24:31 +00: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 mdssvc: Move a variable declaration closer to its use 2018-09-14 10:48:47 +02:00
marshalling.h s3-mdssvc: (un)marshalling Spotlight RPC blob 2015-07-07 17:34:28 +02:00
mdssvc_tracker.c s3-mdssvc: factor out Tracker backend logic 2019-08-08 20:24:31 +00:00
mdssvc_tracker.h s3-mdssvc: factor out Tracker backend logic 2019-08-08 20:24:31 +00:00
mdssvc.c s3-mdssvc: factor out Tracker backend logic 2019-08-08 20:24:31 +00:00
mdssvc.h s3-mdssvc: factor out Tracker backend logic 2019-08-08 20:24:31 +00:00
README s3-mdssvc: lexer and parser for Spotlight queries 2015-07-07 17:34:28 +02:00
sparql_lexer.l s3:mdssvc: fix flex compilation error 2019-05-28 11:49:06 +00: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-mdssvc: factor out Tracker backend logic 2019-08-08 20:24:31 +00:00
sparql_parser.y s3-mdssvc: factor out Tracker backend logic 2019-08-08 20:24:31 +00:00
srv_mdssvc_nt.c s3:rpc_server: Return NTSTATUS in rpc_ep_setup and setup functions 2019-07-22 16:49:14 +00: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.