1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/rpc_server/mdssvc
Volker Lendecke 98cf04c7d1 mdssvc: Move a variable declaration closer to its use
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
2018-09-14 07:49:14 +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 mdssvc: Move a variable declaration closer to its use 2018-09-14 07:49:14 +02:00
marshalling.h s3-mdssvc: (un)marshalling Spotlight RPC blob 2015-07-07 17:34:28 +02:00
mdssvc.c s3: Rename server_event_context() to global_event_context() 2018-09-07 17:26:17 +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.