summaryrefslogtreecommitdiff
path: root/source3/rpc_server/mdssvc
AgeCommit message (Expand)AuthorFilesLines
2022-03-31smbd: remove itime and file_id logic and codeRalph Boehme1-17/+4
2022-03-24s3: smbd: mdssvc: All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) clobber...Jeremy Allison1-3/+3
2022-02-01mdssvc: Align an integer typeVolker Lendecke1-2/+2
2022-01-05rpc_server3: Remove pipes_struct->session_infoVolker Lendecke1-2/+8
2021-12-10s3:rpc_server: Activate samba-dcerpcdVolker Lendecke1-46/+0
2021-10-14mdssvc: add options to allow ignoring attribute and type mapping errorsRalph Boehme1-18/+78
2021-10-14mdssvc: prepare for ignore attribute and type mapping errorsRalph Boehme2-4/+4
2021-10-14selftest: add a test ignored spotlight/elasticsearch mapping failuresRalph Boehme1-0/+54
2021-09-25mdssvc: Use ndr_policy_handle_empty()Volker Lendecke1-16/+3
2021-08-25s3: mdssvc: Correctly disconnect the VFS connection inside the mds_ctx destru...Jeremy Allison1-0/+5
2021-06-16mdssvc: avoid direct filesystem access, use the VFSRalph Boehme1-9/+65
2021-06-16mdssvc: chdir() to the conn of the RPC requestRalph Boehme1-0/+12
2021-06-16mdssvc: maintain a connection struct in the mds_ctxRalph Boehme2-0/+31
2021-06-16mdssvc: pass messaging context to mds_init_ctx()Ralph Boehme3-0/+3
2021-06-16mdssvc: don't fail mds_add_result() if result is not found in CNID setRalph Boehme1-1/+1
2021-06-16mdssvc: use a helper variable in mds_add_result()Ralph Boehme1-6/+8
2021-05-20s3:rpc_server: Migrate test_mdsparser_es to new cmdline option parserAndreas Schneider1-7/+22
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke2-0/+2
2020-10-02mdssvc: Slightly simplify dalloc_size()Volker Lendecke1-5/+0
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme1-0/+1
2020-06-16s3:rpc_server: Pass a pointer to add_filemeta()Andreas Schneider1-2/+4
2020-05-24s3: rpc_server: Avoid casts calling to find_policy_by_hnd()Samuel Cabrero1-17/+21
2020-05-24s3: rpc_server: pass DCE/RPC handle type to find_policy_handleSamuel Cabrero1-3/+15
2020-05-07s3: RPC: Don't crash on trying to talloc_free(-1) if smb_iconv_open_ex() fails.Jeremy Allison1-4/+7
2020-04-28s3: pass DCE RPC handle type to create_policy_hndAlexander Bokovoy1-1/+1
2020-03-20s3:rpc_server: Remove unused RPC module init and shutdown callbacksSamuel Cabrero1-2/+0
2020-03-20s3:rpc_server: Do not include s3 autogenerated headersSamuel Cabrero1-1/+1
2020-03-20s3:rpc_server: Drop dcerpc_binding_vector usage in the server sideSamuel Cabrero1-10/+0
2020-03-20s3:rpc_server: Init registered ep servers in external mdssd daemonSamuel Cabrero1-44/+37
2020-03-20s3:rpc_server: Register endpoint servers in external mdssd daemonSamuel Cabrero1-0/+17
2020-03-20s3:rpc_server: Include generated boilerplate codeSamuel Cabrero1-0/+3
2019-11-27smbdotconf: mark "path" with substitution="1"Ralph Boehme1-1/+3
2019-11-27s3:mdssvc: make use of lp_parm_const_string()Stefan Metzmacher2-18/+18
2019-10-09mdssvc.idl: pass policy_handle as pointerRalph Boehme1-8/+8
2019-10-09s3:mdssvc: fix service startup in deamon modeRalph Boehme1-0/+6
2019-10-09s3:mdssvc: use a helper variable for the service typeRalph Boehme1-2/+3
2019-10-09s3:mdssvc: add unit tests for the Spotlight to Elasticsearch parserRalph Boehme1-0/+233
2019-10-09s3:mdssvc: add Elasticsearch backendRalph Boehme9-0/+2218
2019-10-09s3:mdssvc: add missing mds_ctx deallocationRalph Boehme1-0/+1
2019-10-09s3:mdssvc: fix a long lineRalph Boehme1-1/+3
2019-10-09s3:mdssvc: modernize a few DEBUG macrosRalph Boehme1-2/+2
2019-10-09s3:mdssvc: remove unused snum from struct sl_queryRalph Boehme1-1/+0
2019-08-14smbd: Fix CID 1452293 Incorrect expression (NO_EFFECT)Volker Lendecke1-1/+1
2019-08-09mdssvc: Fix the clang buildVolker Lendecke1-1/+1
2019-08-08s3:mdssvc: fix slrpc_fetch_attributes() when CNID is not knownRalph Boehme1-15/+15
2019-08-08s3:mdssvc: close mdssvc rpc command must return in handleRalph Boehme1-1/+1
2019-08-08s3:mdssvc: failing the RPC request if the mdssvc policy handle is not foundRalph Boehme1-2/+34
2019-08-08s3:mdssvc: the open command must work on shares with Spotlight disabledRalph Boehme2-5/+3
2019-08-08s3:mdssvc: use an early return if spotlight is not enabled.Ralph Boehme1-25/+25
2019-08-08s3:mdssvc: update a few debug macros to modern styleRalph Boehme1-6/+6