summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Collapse)AuthorFilesLines
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)
2008-07-28Attempt to fix bug 5616Volker Lendecke1-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)
2008-07-21Make idl: cli_do_rpc_ndr does not use pipe_idx anymoreVolker Lendecke1-1/+1
(This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3)
2008-07-21Remove unused function rpccli_is_pipe_idxVolker Lendecke1-6/+0
(This used to be commit 287ffc17a072d5e1a5b0e1ecae089faf67b814b7)
2008-07-21Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idxVolker Lendecke3-61/+64
(This used to be commit 6d2209ba5da0937ce17e71951a1628ff1f5deacb)
2008-07-21Remove a reference to pipe_idxVolker Lendecke1-1/+2
(This used to be commit e949b9d11f439c32c85a3cd9ae4c1a859a4c284a)
2008-07-21Remove some unused codeVolker Lendecke1-91/+0
(This used to be commit b60a681dd09349426aa522d697abacf62ebfdaf2)
2008-07-21Remove one reference to PI_NETLOGONVolker Lendecke1-1/+2
(This used to be commit e89bbab1b875a0b55b70913dcc1e3e73137c8b90)
2008-07-21Remove some fully outdated sample codeVolker Lendecke1-102/+0
(This used to be commit 0df0e81784362c36a79954c6b9e3b341ea59fb6d)
2008-07-21Remove now unused cli_get_pipe_nameVolker Lendecke1-7/+2
(This used to be commit ed4a447103cd9ada59222d79f5784818fe033209)
2008-07-21Remove now unused cli_get_pipe_idxVolker Lendecke1-15/+0
(This used to be commit e02a550527307f7b300d3fe13631e2d29dbc5e06)
2008-07-21Remove now unused cli_get_ifaceVolker Lendecke1-9/+0
(This used to be commit 2e60701e8d41132f90e64a86bccd99cc188d38c9)
2008-07-21Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke1-3/+3
(This used to be commit 726e56c72fdb685ab5eddefd2fd8b043dc38d6ad)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_krb5Volker Lendecke1-23/+24
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit f2656e5c2e700523ead7a62734d203ad0caaff0c)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke1-13/+18
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 1fcfca007f33a2c4e979abf30c2ea0db65bac718)
2008-07-20Refactoring: Change calling conventions for ↵Volker Lendecke1-14/+18
cli_rpc_pipe_open_ntlmssp_auth_schannel Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit ff87127baf1d1bd62bb9c1be4a50c2ab2642b33d)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke1-28/+30
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 78e9c937ff2d2e1b70cfed4121e17feb6efafda1)
2008-07-20Refactoring: Make get_schannel_session_key_auth_ntlmssp return NTSTATUSVolker Lendecke1-21/+21
(This used to be commit ab3d80d476d8264030fa71d974324c6dcf6fe6e1)
2008-07-20Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke1-15/+18
(This used to be commit a0793cc853d3bd43df2fc49df193a5fead6b01ab)
2008-07-20Refactoring: Make get_schannel_session_key_common return NTSTATUSVolker Lendecke1-22/+22
(This used to be commit 513e69507676fc2227424362d24d8ea9615ea758)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-41/+45
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit a13f0599551609394904b99e4014d580ec65c506)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-29/+36
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779)
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_openVolker Lendecke1-35/+23
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 6c122457ff3f22e20dbb595dc6d5fb49689f4d61)
2008-07-20Refactoring: Change calling conventions for rpc_pipe_open_npVolker Lendecke1-21/+41
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9249fe9e917982c8b9ca25933b716e8ac0aa40cd)
2008-07-20Allocate rpc_cli->dc in rpccli_netlogon_setup_creds()Volker Lendecke2-26/+15
The general cli_pipe routines should not have to know about this NETLOGON speciality. (This used to be commit d30237598d0c55b73e202c1de3a020194b67a7e6)