summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Collapse)AuthorFilesLines
2009-01-18Make cli_api_pipe asyncVolker Lendecke1-99/+218
Also move the transport switch to this routine
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
It doesn't really need to know about prs_structs
2009-01-14Make rpc_read() match the control flow normally used in SambaVolker Lendecke1-12/+19
Replace do { .. } while () with a while () { .. }
2009-01-14Simplify rpc_read a bitVolker Lendecke1-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.
2009-01-14Remove an unnecessary size checkVolker Lendecke1-10/+4
rpc_read is only ever called with at most fraglen-RPC_HEADER_SIZE length
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
Guenther
2009-01-09s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner1-67/+0
Guenther
2009-01-06s3-lsa: remove all init_lsa* functions.Günther Deschner1-70/+0
Guenther
2009-01-06s3-lsa: avoid all init_lsa* functions.Günther Deschner1-32/+20
Guenther
2009-01-06s3-srvsvc: remove all init_srvsvc* functions.Günther Deschner1-402/+0
Guenther
2009-01-06s3-samr: remove all init_samr_alias* functions.Günther Deschner1-28/+0
Guenther
2009-01-06s3-samr: remove all init_samr_group* functions.Günther Deschner1-70/+0
Guenther
2009-01-06s3-samr: remove all init_samr_dom* functions.Günther Deschner1-135/+0
Guenther
2009-01-06s3-samr: remove init_samr_user* functions.Günther Deschner1-343/+0
Guenther
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
Guenther
2008-12-05s3-samr: fix samr callers of samr_UserInfo18.Günther Deschner1-1/+3
Guenther
2008-12-05s3-samr: fix init_samr_user_info2{1,3,5} callers.Günther Deschner1-6/+6
Guenther
2008-12-02s3-samr: use samr_DomainServerState in client tools.Günther Deschner1-4/+5
Guenther
2008-11-28s3-samr: add init_samr_user_info25 and init_samr_user_info26.Günther Deschner1-0/+85
Guenther
2008-11-28s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner1-7/+6
Guenther
2008-11-27s3-samr: add init_samr_user_info5.Günther Deschner1-0/+47
Guenther
2008-11-23s3-rpcclient; Really fix compile warning.Kai Blin1-1/+1
Screwed up in 526c609d, now the real fix.
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
Guenther
2008-11-06s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_keyStefan Metzmacher1-3/+15
metze
2008-10-31errors: share dcerpc error function.Günther Deschner1-1/+1
Guenther
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-10-16s3: remove rpccli_svcctl_query_config.Günther Deschner1-76/+0
Guenther
2008-10-15Don't use debug level 1 to log a trivial message.Jeremy Allison1-1/+1
Jeremy.
2008-10-15s3: fix various samr callers.Günther Deschner1-16/+16
Guenther
2008-10-15s3: fix samlogon client and server calls.Günther Deschner1-10/+10
Guenther
2008-10-12Share RPC binding string utility functions.Jelmer Vernooij1-1/+1
2008-09-23s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner1-1/+1
Guenther
2008-09-21netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner1-0/+91
Guenther
2008-09-21netlogon: add init_netr_CryptPassword.Günther Deschner1-0/+17
Guenther
2008-09-03Tiny logic simplification: remove an else branchVolker Lendecke1-36/+33
(This used to be commit 9c4905ed6703a38ff72be5990a036d0a79aebb9f)
2008-09-01Fix some nonempty blank linesVolker Lendecke1-1/+1
(This used to be commit 9336cd1c5e5b5d113cd4912d4479dfe609fe261e)
2008-08-20fix another build warning.Günther Deschner1-2/+2
Guenther (This used to be commit 43693ce6c678b961fa516bbf502af92f87cd5346)
2008-07-30rpc_client: Bug 5616 - fix session keys also in rpccli_netr_LogonSamLogonEx ↵Günther Deschner1-9/+6
wrapper. Guenther (This used to be commit fef58091408cce0d7870c86f28f78cf9400cf2b6)
2008-07-30rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword.Günther Deschner1-0/+46
Guenther (This used to be commit 87b6aac13598a2ac28054de5ab90d63bef65f1fe)