s4/torture: Fix misplaced positional arguments for u64 comparison
[gd/samba-autobuild/.git] / source3 / rpc_server / mdssvc / mdssvc.c
2023-08-30 Ralph Boehmemdssvc: better support for search with mdfind from...
2023-08-08 Joseph Suttons3:rpc_server: Add missing newlines to logging messages
2023-07-26 Ralph Boehmemdssvc: fix returning file modification date for older...
2023-07-26 Ralph Boehmemdssvc: prepare for returning timestamps with sub-secon...
2023-07-26 Ralph Boehmemdssvc: fix long running backend queries
2023-07-26 Ralph Boehmemdssvc: set query state for continued queries to SLQ_ST...
2023-07-21 Ralph BoehmeCVE-2023-34968: mdssvc: return a fake share path
2023-07-21 Ralph BoehmeCVE-2023-34968: mdssvc: introduce an allocating wrapper...
2023-07-21 Ralph BoehmeCVE-2023-34968: mdssvc: switch to doing an early return
2023-07-21 Ralph BoehmeCVE-2023-34968: mdssvc: add missing "kMDSStoreMetaScope...
2023-07-21 Ralph BoehmeCVE-2023-34968: mdssvc: cache and reuse stat info in...
2023-07-21 Ralph BoehmeCVE-2023-34967: mdssvc: add type checking to dalloc_val...
2023-07-19 Andreas Schneiders3:rpc_server: Fix code spelling
2023-02-02 Ralph Boehmemdssvc: fix kMDScopeArray parsing
2022-07-12 Ralph Boehmemdssvc: return all-zero policy handle if spotlight...
2022-07-12 Ralph Boehmemdssvc: convert mds_init_ctx() to return NTSTATUS
2022-07-12 Ralph Boehmemdssvc: fix indentation
2022-06-10 Michael Tokarevspelling: connnect encrytion exisit expection explicit...
2022-03-31 Ralph Boehmesmbd: remove itime and file_id logic and code
2022-03-24 Jeremy Allisons3: smbd: mdssvc: All calls to SMB_VFS_FSTAT(fsp, ...
2021-08-25 Jeremy Allisons3: mdssvc: Correctly disconnect the VFS connection...
2021-06-16 Ralph Boehmemdssvc: avoid direct filesystem access, use the VFS
2021-06-16 Ralph Boehmemdssvc: chdir() to the conn of the RPC request
2021-06-16 Ralph Boehmemdssvc: maintain a connection struct in the mds_ctx
2021-06-16 Ralph Boehmemdssvc: pass messaging context to mds_init_ctx()
2021-06-16 Ralph Boehmemdssvc: don't fail mds_add_result() if result is not...
2021-06-16 Ralph Boehmemdssvc: use a helper variable in mds_add_result()
2021-01-08 Volker Lendeckelib: give global_contexts.c its own header file
2020-06-16 Andreas Schneiders3:rpc_server: Pass a pointer to add_filemeta()
2020-05-07 Jeremy Allisons3: RPC: Don't crash on trying to talloc_free(-1) if...
2019-10-09 Ralph Boehmes3:mdssvc: add Elasticsearch backend
2019-08-08 Ralph Boehmes3:mdssvc: fix slrpc_fetch_attributes() when CNID is...
2019-08-08 Ralph Boehmes3:mdssvc: the open command must work on shares with...
2019-08-08 Ralph Boehmes3:mdssvc: macOS returns UINT64_MAX, not 0 for closeQue...
2019-08-08 Ralph Boehmes3:mdssvc: fix error handling of mdssvc RPC requests
2019-08-08 Ralph Boehmes3:mdssvc: add noindex backend
2019-08-08 Ralph Boehmes3:mdssvc: log inode number in ino_path_map_destr_cb()
2019-08-08 Ralph Boehmes3:mdssvc: mds_dalloc_dump() -> dalloc_dump()
2019-08-08 Ralph Boehmes3:mdssvc: add Unicode normalisation
2019-08-08 Ralph Boehmes3:mdssvc: new option "spotlight backend"
2019-08-08 Ralph Boehmes3:mdssvc: pass down sharename and SNUM
2019-08-08 Ralph Boehmes3-mdssvc: factor out Tracker backend logic
2019-08-08 Ralph Boehmes3:mdssvc: move debug macro to header file
2019-08-08 Ralph Boehmes3:mdssvc: README.Coding fixes, long lines, modernize...
2019-04-24 Ralph Boehmes3-mdssvc: add a comment to mds_init()
2019-04-24 Ralph Boehmes3-mdssvc: make mds_ctx_destructor_cb static
2019-04-24 Ralph Boehmes3-mdssvc: add missing call to g_cancellable_new()
2019-04-24 Ralph Boehmes3-mdssvc: use default g_main context
2019-04-24 Ralph Boehmes3-mdssvc: use tevent_glib_glue in mdssvc RPC service
2019-04-24 Ralph Boehmes3-mdssvc: call [un]become_authenticated_pipe_user()
2019-04-24 Ralph Boehmes3-mdssvc: add tevent context arg to mds_init_ctx
2018-09-07 Christof Schmitts3: Rename server_event_context() to global_event_context()
2018-07-10 Ralph Boehmes3/rpc_server: Character Encode Spotlight Queries
2017-02-22 Chris LambCorrect "errror" typos.
2017-01-28 Noel Powers3/rpc_server/mdssvc: Generate flex/bison files in...
2016-03-18 Ralph Boehmes3:mdssvc: older glib2 versions require g_type_init()
2015-07-09 Volker Lendeckerpc_server: Fix CID 1311342 Null pointer dereferences...
2015-07-09 Volker Lendeckerpc_server: Fix CID 1311340 Null pointer dereferences...
2015-07-09 Volker Lendeckerpc_server: Fix CID 1311339 Error handling issues ...
2015-07-07 Ralph Boehmes3-mdssvc: lexer and parser for Spotlight queries
2015-07-07 Ralph Boehmes3-mdssvc: main Spotlight code
2015-07-07 Ralph Boehmes3-mdssvc: add Spotlight RPC stubs