1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/rpc_server/mdssvc
Samuel Cabrero d1d37a0a6e s3:rpc_server: Return NTSTATUS in rpc_ep_setup and setup functions
Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
2019-07-22 16:49:14 +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.c s3-mdssvc: add a comment to mds_init() 2019-04-24 19:32:12 +00:00
mdssvc.h s3-mdssvc: make mds_ctx_destructor_cb static 2019-04-24 18:32:15 +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/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 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.