summaryrefslogtreecommitdiff
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_server: Check NTSTATUS return value from netlogon_creds_aes_decrypt()Andrew Bartlett2019-08-211-4/+6
* smbd: Fix CID 1452293 Incorrect expression (NO_EFFECT)Volker Lendecke2019-08-141-1/+1
* mdssvc: Fix the clang buildVolker Lendecke2019-08-091-1/+1
* s3:mdssvc: fix slrpc_fetch_attributes() when CNID is not knownRalph Boehme2019-08-081-15/+15
* s3:mdssvc: close mdssvc rpc command must return in handleRalph Boehme2019-08-081-1/+1
* s3:mdssvc: failing the RPC request if the mdssvc policy handle is not foundRalph Boehme2019-08-081-2/+34
* s3:mdssvc: the open command must work on shares with Spotlight disabledRalph Boehme2019-08-082-5/+3
* s3:mdssvc: use an early return if spotlight is not enabled.Ralph Boehme2019-08-081-25/+25
* s3:mdssvc: update a few debug macros to modern styleRalph Boehme2019-08-081-6/+6
* s3:mdssvv: don't fail the RPC request if the share name is unknownRalph Boehme2019-08-081-1/+0
* s3:mdssvc: initialize the returned share_path with the empty stringRalph Boehme2019-08-081-1/+3
* s3:mdssvc: macOS returns the client values in the open commandRalph Boehme2019-08-081-4/+4
* s3:mdssvc: macOS returns UINT64_MAX, not 0 for closeQueryForContext mdscmdRalph Boehme2019-08-081-1/+1
* s3:mdssvc: fix error handling of mdssvc RPC requestsRalph Boehme2019-08-081-19/+12
* s3:mdssvc: fix unmarshalling of empty CNID arrayRalph Boehme2019-08-081-4/+9
* s3:mdssvc: marshalling: fix unpacking empty CNID structureRalph Boehme2019-08-081-1/+1
* s3:mdssvc: marshalling: fix unpacking empty filemeta structureRalph Boehme2019-08-081-4/+9
* s3:mdssvc: marshalling: add a newline to a DEBUG messageRalph Boehme2019-08-081-1/+1
* s3:mdssvc: avoid strncpy when marshalling stringsRalph Boehme2019-08-081-1/+1
* s3:mdssvc: supposed status field is in fact a fragment indicatorRalph Boehme2019-08-081-2/+3
* s3:mdssvc: add noindex backendRalph Boehme2019-08-084-0/+99
* s3:mdssvc: log inode number in ino_path_map_destr_cb()Ralph Boehme2019-08-081-1/+1
* s3:mdssvc: move some code to a subsystemRalph Boehme2019-08-081-3/+7
* s3:mdssvc: mds_dalloc_dump() -> dalloc_dump()Ralph Boehme2019-08-084-171/+176
* s3:mdssvc: add Unicode normalisationRalph Boehme2019-08-082-13/+83
* s3:mdssvc: new option "spotlight backend"Ralph Boehme2019-08-083-12/+34
* s3:mdssvc: pass down sharename and SNUMRalph Boehme2019-08-083-5/+24
* s3-mdssvc: factor out Tracker backend logicRalph Boehme2019-08-087-337/+623
* s3:mdssvc: move debug macro to header fileRalph Boehme2019-08-082-20/+20
* s3:mdssvc: README.Coding fixes, long lines, modernize debug macrosRalph Boehme2019-08-081-10/+16
* s3:rpc_server: factor out rpc_mdssvc_sourcesRalph Boehme2019-08-081-8/+12
* s3:rpc_server: Only dump passwords in developer buildsAndreas Schneider2019-07-261-0/+8
* netlogon: Fix potential use of uninitialized variableDavid Disseldorp2019-07-261-0/+1
* s3:rpc_server: Use a stackframe for temporary memoryAndreas Schneider2019-07-261-7/+13
* s3:rpc_server: Use GnuTLS RC4 to decrypt samr password buffersAndreas Schneider2019-07-261-6/+52
* s3:rpc_server: Use GnuTLS RC4 in samr password checkAndreas Schneider2019-07-261-2/+28
* libcli:auth: Pass samr_CryptPasswordEx to decode_rc4_passwd_buffer()Andreas Schneider2019-07-261-6/+4
* libcli:auth: Rename encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-07-261-2/+2
* libcli:auth: Return NTSTATUS for encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-07-261-2/+8
* s3:rpc_client: Return NTSTATUS for init_samr_CryptPasswordEx()Andreas Schneider2019-07-261-3/+6
* s3:rpc_server: Call server exit routines in sigterm handlerSamuel Cabrero2019-07-221-4/+2
* s3:rpc_server: Call epmapper RPC shutdown function from server exit routinesSamuel Cabrero2019-07-221-2/+0
* s3:rpc_server: Call fsrvp RPC shutdown function from server exit routinesSamuel Cabrero2019-07-221-2/+0
* s3:rpc_server: Call server exit routines in sigterm handlerSamuel Cabrero2019-07-221-8/+2
* s3:rpc_server: Improve debug messagesSamuel Cabrero2019-07-221-3/+5
* s3:rpc_server: Return NTSTATUS in is_known_pipename functionSamuel Cabrero2019-07-223-19/+18
* s3:rpc_server: Make make_external_rpc_pipe_p and np_proxy_state privateSamuel Cabrero2019-07-222-19/+20
* s3:rpc_server: Check pointer before dereferenceSamuel Cabrero2019-07-221-3/+5
* s3:rpc_server: Rename dcesrv_handle structSamuel Cabrero2019-07-221-13/+13
* s3:rpc_server: Unify RPC client disconnect and termination functionsSamuel Cabrero2019-07-228-40/+21