summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Collapse)AuthorAgeFilesLines
* cli_get_pipe_name_from_iface does not need the cli_stateVolker Lendecke2009-01-221-3/+2
| | | | I leave the TALLOC_CTX in, we might have to allocate it in the future
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-211-22/+44
|
* Allow calling DCE/RPC server implementations directly usingJelmer Vernooij2009-01-212-1/+43
| | | | rpc_pipe_client.
* Add a macro async_req_setup()Volker Lendecke2009-01-181-60/+14
| | | | This streamlines setting up a multi-step async request a bit
* Add code to torture the fragmentation code a bitVolker Lendecke2009-01-181-3/+15
|
* Remove unused functionsVolker Lendecke2009-01-181-401/+0
|
* Make rpc_pipe_bind asyncVolker Lendecke2009-01-181-0/+447
|
* Fix an uninitialized variableVolker Lendecke2009-01-181-0/+1
|
* Remove sync rpc_api_pipe_reqVolker Lendecke2009-01-181-170/+0
|
* Add async rpc_api_pipe_reqVolker Lendecke2009-01-181-0/+308
|
* Add rpc_write_send/recvVolker Lendecke2009-01-181-0/+131
|
* Remove unused sync functionsVolker Lendecke2009-01-181-196/+0
|
* Make rpc_api_pipe asyncVolker Lendecke2009-01-181-0/+284
|
* Rename the async version of get_complete_pdu to get_complete_fragVolker Lendecke2009-01-181-16/+16
|
* Move initialization of the reply prs_struct to rpc_api_pipeVolker Lendecke2009-01-182-16/+11
|
* Always check the max send sizein rpc_api_pipe, not just with DEVELOPERVolker Lendecke2009-01-181-8/+5
|
* Make cli_api_pipe asyncVolker Lendecke2009-01-181-99/+218
| | | | Also move the transport switch to this routine
* Remove sync rpc_read wrapperVolker Lendecke2009-01-181-28/+0
|
* Make cli_pipe_get_current_pdu async, rename it to get_current_pduVolker Lendecke2009-01-181-36/+190
|
* Make rpc_read asyncVolker Lendecke2009-01-181-87/+154
|
* Slightly simplify the paths after rpc_api_pipe()Volker Lendecke2009-01-171-6/+2
|
* Make rpc_read look like a real read callVolker Lendecke2009-01-141-18/+11
| | | | It doesn't really need to know about prs_structs
* Make rpc_read() match the control flow normally used in SambaVolker Lendecke2009-01-141-12/+19
| | | | Replace do { .. } while () with a while () { .. }
* Simplify rpc_read a bitVolker Lendecke2009-01-141-16/+11
| | | | | | rpc_read always reads the whole bytes it was asked to read. So it is not really necessary for it to update the current_pdu_offset, for clarity this can better be done in the caller.
* Remove an unnecessary size checkVolker Lendecke2009-01-141-10/+4
| | | | rpc_read is only ever called with at most fraglen-RPC_HEADER_SIZE length
* Check the fragment size the server has sent usVolker Lendecke2009-01-141-0/+10
|
* Slightly simplify rpc_read: It should not do the resizeVolker Lendecke2009-01-141-18/+34
|
* Always read with offset 0 from a named pipeVolker Lendecke2009-01-141-6/+5
|
* Move cli_api_pipe() to its only user cli_pipe.cVolker Lendecke2009-01-111-0/+26
|
* s3-svcctl: remove last traces of hand-marshalled svcctl code.Günther Deschner2009-01-091-25/+0
| | | | Guenther
* s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner2009-01-091-67/+0
| | | | Guenther
* s3-lsa: remove all init_lsa* functions.Günther Deschner2009-01-061-70/+0
| | | | Guenther
* s3-lsa: avoid all init_lsa* functions.Günther Deschner2009-01-061-32/+20
| | | | Guenther
* s3-srvsvc: remove all init_srvsvc* functions.Günther Deschner2009-01-061-402/+0
| | | | Guenther
* s3-samr: remove all init_samr_alias* functions.Günther Deschner2009-01-061-28/+0
| | | | Guenther
* s3-samr: remove all init_samr_group* functions.Günther Deschner2009-01-061-70/+0
| | | | Guenther
* s3-samr: remove all init_samr_dom* functions.Günther Deschner2009-01-061-135/+0
| | | | Guenther
* s3-samr: remove init_samr_user* functions.Günther Deschner2009-01-061-343/+0
| | | | Guenther
* Async wrapper for open_socket_out_send/recvVolker Lendecke2009-01-041-3/+2
|
* open_socket_out is always used with SOCK_STREAM, remove argument "type"Volker Lendecke2009-01-031-1/+1
|
* s3: store user session key in cli_rpc_pipe_open_noauth().Günther Deschner2008-12-051-0/+7
| | | | Guenther
* s3-samr: fix samr callers of samr_UserInfo18.Günther Deschner2008-12-051-1/+3
| | | | Guenther
* s3-samr: fix init_samr_user_info2{1,3,5} callers.Günther Deschner2008-12-051-6/+6
| | | | Guenther
* s3-samr: use samr_DomainServerState in client tools.Günther Deschner2008-12-021-4/+5
| | | | Guenther
* s3-samr: add init_samr_user_info25 and init_samr_user_info26.Günther Deschner2008-11-281-0/+85
| | | | Guenther
* s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner2008-11-281-7/+6
| | | | Guenther
* s3-samr: add init_samr_user_info5.Günther Deschner2008-11-271-0/+47
| | | | Guenther
* s3-rpcclient; Really fix compile warning.Kai Blin2008-11-231-1/+1
| | | | Screwed up in 526c609d, now the real fix.
* s3-rpcclient: Fix a compile warning.Kai Blin2008-11-231-1/+1
|
* s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop.Günther Deschner2008-11-191-17/+0
| | | | Guenther