summaryrefslogtreecommitdiff
path: root/source3/rpc_client/local_np.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-13lib/async_req: let async_connect_send() pass the fd to {before,after}_connect...Stefan Metzmacher1-4/+4
2023-11-07librpc: Fix error path cleanups in start_rpc_host_send()Volker Lendecke1-2/+2
2023-10-10CVE-2023-3961:s3: smbd: Remove the SMB_ASSERT() that crashes on bad pipenames.Jeremy Allison1-5/+0
2023-10-10CVE-2023-3961:s3:smbd: Catch any incoming pipe path that could exit socket_dir.Jeremy Allison1-0/+18
2023-09-11s3:rpc: bump named_pipe_auth_req_info version numberDouglas Bagnall1-22/+22
2023-05-16rpc_server3: Pass winbind_env_set() state through to rpcd_*Volker Lendecke1-0/+6
2023-05-16rpc: Remove named_pipe_auth_req_info6->need_idle_serverVolker Lendecke1-29/+30
2023-05-16rpc_server3: Use global_sid_Samba_NPA_Flags to pass "need_idle"Volker Lendecke1-1/+41
2023-03-06rpcd: Do blocking connects to local pipesVolker Lendecke1-1/+13
2023-02-08named_pipe_auth: Bump info5 to info6Joseph Sutton1-22/+22
2021-12-10s3:rpc_client: Add local_np_connect()Volker Lendecke1-0/+780