summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Collapse)AuthorAgeFilesLines
* 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
* s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_keyStefan Metzmacher2008-11-061-3/+15
| | | | metze
* errors: share dcerpc error function.Günther Deschner2008-10-311-1/+1
| | | | Guenther
* Use separate make variables for libutil and libcrypto.Jelmer Vernooij2008-10-181-1/+1
|
* s3: remove rpccli_svcctl_query_config.Günther Deschner2008-10-161-76/+0
| | | | Guenther
* Don't use debug level 1 to log a trivial message.Jeremy Allison2008-10-151-1/+1
| | | | Jeremy.
* s3: fix various samr callers.Günther Deschner2008-10-151-16/+16
| | | | Guenther
* s3: fix samlogon client and server calls.Günther Deschner2008-10-151-10/+10
| | | | Guenther
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-121-1/+1
|
* s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner2008-09-231-1/+1
| | | | Guenther
* netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner2008-09-211-0/+91
| | | | Guenther
* netlogon: add init_netr_CryptPassword.Günther Deschner2008-09-211-0/+17
| | | | Guenther
* Tiny logic simplification: remove an else branchVolker Lendecke2008-09-031-36/+33
| | | | (This used to be commit 9c4905ed6703a38ff72be5990a036d0a79aebb9f)
* Fix some nonempty blank linesVolker Lendecke2008-09-011-1/+1
| | | | (This used to be commit 9336cd1c5e5b5d113cd4912d4479dfe609fe261e)
* fix another build warning.Günther Deschner2008-08-201-2/+2
| | | | | Guenther (This used to be commit 43693ce6c678b961fa516bbf502af92f87cd5346)
* rpc_client: Bug 5616 - fix session keys also in rpccli_netr_LogonSamLogonEx ↵Günther Deschner2008-07-301-9/+6
| | | | | | | wrapper. Guenther (This used to be commit fef58091408cce0d7870c86f28f78cf9400cf2b6)
* rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword.Günther Deschner2008-07-301-0/+46
| | | | | Guenther (This used to be commit 87b6aac13598a2ac28054de5ab90d63bef65f1fe)
* Attempt to fix bug 5616Volker Lendecke2008-07-281-9/+6
| | | | | | We were calculating the session key but did not return it to the caller... (cherry picked from commit 8ab79b1d009d53e414b90e4a0ab8fc7a4889b6df) (This used to be commit b63a6a1fd6a96bbafd88cacb9493bfea9944d404)
* Make idl: cli_do_rpc_ndr does not use pipe_idx anymoreVolker Lendecke2008-07-211-1/+1
| | | | (This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3)
* Remove unused function rpccli_is_pipe_idxVolker Lendecke2008-07-211-6/+0
| | | | (This used to be commit 287ffc17a072d5e1a5b0e1ecae089faf67b814b7)
* Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idxVolker Lendecke2008-07-213-61/+64
| | | | (This used to be commit 6d2209ba5da0937ce17e71951a1628ff1f5deacb)
* Remove a reference to pipe_idxVolker Lendecke2008-07-211-1/+2
| | | | (This used to be commit e949b9d11f439c32c85a3cd9ae4c1a859a4c284a)