summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2009-01-21Allow calling DCE/RPC server implementations directly usingJelmer Vernooij2-1/+43
2009-01-18Add a macro async_req_setup()Volker Lendecke1-60/+14
2009-01-18Add code to torture the fragmentation code a bitVolker Lendecke1-3/+15
2009-01-18Remove unused functionsVolker Lendecke1-401/+0
2009-01-18Make rpc_pipe_bind asyncVolker Lendecke1-0/+447
2009-01-18Fix an uninitialized variableVolker Lendecke1-0/+1
2009-01-18Remove sync rpc_api_pipe_reqVolker Lendecke1-170/+0
2009-01-18Add async rpc_api_pipe_reqVolker Lendecke1-0/+308
2009-01-18Add rpc_write_send/recvVolker Lendecke1-0/+131
2009-01-18Remove unused sync functionsVolker Lendecke1-196/+0
2009-01-18Make rpc_api_pipe asyncVolker Lendecke1-0/+284
2009-01-18Rename the async version of get_complete_pdu to get_complete_fragVolker Lendecke1-16/+16
2009-01-18Move initialization of the reply prs_struct to rpc_api_pipeVolker Lendecke2-16/+11
2009-01-18Always check the max send sizein rpc_api_pipe, not just with DEVELOPERVolker Lendecke1-8/+5
2009-01-18Make cli_api_pipe asyncVolker Lendecke1-99/+218
2009-01-18Remove sync rpc_read wrapperVolker Lendecke1-28/+0
2009-01-18Make cli_pipe_get_current_pdu async, rename it to get_current_pduVolker Lendecke1-36/+190
2009-01-18Make rpc_read asyncVolker Lendecke1-87/+154
2009-01-17Slightly simplify the paths after rpc_api_pipe()Volker Lendecke1-6/+2
2009-01-14Make rpc_read look like a real read callVolker Lendecke1-18/+11
2009-01-14Make rpc_read() match the control flow normally used in SambaVolker Lendecke1-12/+19
2009-01-14Simplify rpc_read a bitVolker Lendecke1-16/+11
2009-01-14Remove an unnecessary size checkVolker Lendecke1-10/+4
2009-01-14Check the fragment size the server has sent usVolker Lendecke1-0/+10
2009-01-14Slightly simplify rpc_read: It should not do the resizeVolker Lendecke1-18/+34
2009-01-14Always read with offset 0 from a named pipeVolker Lendecke1-6/+5
2009-01-11Move cli_api_pipe() to its only user cli_pipe.cVolker Lendecke1-0/+26
2009-01-09s3-svcctl: remove last traces of hand-marshalled svcctl code.Günther Deschner1-25/+0
2009-01-09s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner1-67/+0
2009-01-06s3-lsa: remove all init_lsa* functions.Günther Deschner1-70/+0
2009-01-06s3-lsa: avoid all init_lsa* functions.Günther Deschner1-32/+20
2009-01-06s3-srvsvc: remove all init_srvsvc* functions.Günther Deschner1-402/+0
2009-01-06s3-samr: remove all init_samr_alias* functions.Günther Deschner1-28/+0
2009-01-06s3-samr: remove all init_samr_group* functions.Günther Deschner1-70/+0
2009-01-06s3-samr: remove all init_samr_dom* functions.Günther Deschner1-135/+0
2009-01-06s3-samr: remove init_samr_user* functions.Günther Deschner1-343/+0
2009-01-04Async wrapper for open_socket_out_send/recvVolker Lendecke1-3/+2
2009-01-03open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke1-1/+1
2008-12-05s3: store user session key in cli_rpc_pipe_open_noauth().Günther Deschner1-0/+7
2008-12-05s3-samr: fix samr callers of samr_UserInfo18.Günther Deschner1-1/+3
2008-12-05s3-samr: fix init_samr_user_info2{1,3,5} callers.Günther Deschner1-6/+6
2008-12-02s3-samr: use samr_DomainServerState in client tools.Günther Deschner1-4/+5
2008-11-28s3-samr: add init_samr_user_info25 and init_samr_user_info26.Günther Deschner1-0/+85
2008-11-28s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner1-7/+6
2008-11-27s3-samr: add init_samr_user_info5.Günther Deschner1-0/+47
2008-11-23s3-rpcclient; Really fix compile warning.Kai Blin1-1/+1
2008-11-23s3-rpcclient: Fix a compile warning.Kai Blin1-1/+1
2008-11-19s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop.Günther Deschner1-17/+0
2008-11-06s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_keyStefan Metzmacher1-3/+15
2008-10-31errors: share dcerpc error function.Günther Deschner1-1/+1