summaryrefslogtreecommitdiff
path: root/source3/rpc_client/wsp_cli.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-26s3:rpc_client: only pass the pipe_name to rpc_transport_np_init_send()Stefan Metzmacher1-3/+1
2024-09-26s3:rpc_client: remove references to rpc_pipe_client from wsp_cli.cStefan Metzmacher1-26/+45
2024-02-17s3/rpc_client: Fix array offset checkNoel Power1-9/+52
2024-02-17s3/rpc_client: Ensure max possible row buffer size is not exceededNoel Power1-0/+13
2024-01-30s3/rpc_client: cleanup unmarshalling of variant types from row columnsNoel Power1-28/+36
2024-01-30s3/rpc_client: Remove stray unnecessary commentNoel Power1-2/+1
2024-01-30s3/rpc_client: change type of offset to uint64_tNoel Power1-5/+5
2023-11-02s3:rpc_client: Add missing ‘break’ statementJoseph Sutton1-0/+1
2023-11-02s3:rpc_client: Align integer types (CID 1548342)Joseph Sutton1-2/+2
2023-11-02s3:utils: Avoid integer overflow (CID 1548343)Joseph Sutton1-1/+1
2023-11-02s3:utils: Align integer typeJoseph Sutton1-1/+1
2023-11-01librpc:ndr: Introduce ‘ndr_flags_type’ typeJoseph Sutton1-9/+9
2023-10-25libcli/wsp: Add simple client api for wsp client code.Noel Power1-0/+2157