summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* Make rpc_read look like a real read callVolker Lendecke2009-01-141-18/+11
* Make rpc_read() match the control flow normally used in SambaVolker Lendecke2009-01-141-12/+19
* Simplify rpc_read a bitVolker Lendecke2009-01-141-16/+11
* Remove an unnecessary size checkVolker Lendecke2009-01-141-10/+4
* 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
* s3-svcctl: remove old marshalling of svcctl_EnumServicesStatusW.Günther Deschner2009-01-091-67/+0
* s3-lsa: remove all init_lsa* functions.Günther Deschner2009-01-061-70/+0
* s3-lsa: avoid all init_lsa* functions.Günther Deschner2009-01-061-32/+20
* s3-srvsvc: remove all init_srvsvc* functions.Günther Deschner2009-01-061-402/+0
* s3-samr: remove all init_samr_alias* functions.Günther Deschner2009-01-061-28/+0
* s3-samr: remove all init_samr_group* functions.Günther Deschner2009-01-061-70/+0
* s3-samr: remove all init_samr_dom* functions.Günther Deschner2009-01-061-135/+0
* s3-samr: remove init_samr_user* functions.Günther Deschner2009-01-061-343/+0
* 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
* s3-samr: fix samr callers of samr_UserInfo18.Günther Deschner2008-12-051-1/+3
* s3-samr: fix init_samr_user_info2{1,3,5} callers.Günther Deschner2008-12-051-6/+6
* s3-samr: use samr_DomainServerState in client tools.Günther Deschner2008-12-021-4/+5
* s3-samr: add init_samr_user_info25 and init_samr_user_info26.Günther Deschner2008-11-281-0/+85
* s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner2008-11-281-7/+6
* s3-samr: add init_samr_user_info5.Günther Deschner2008-11-271-0/+47
* s3-rpcclient; Really fix compile warning.Kai Blin2008-11-231-1/+1
* 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
* s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_keyStefan Metzmacher2008-11-061-3/+15
* errors: share dcerpc error function.Günther Deschner2008-10-311-1/+1
* 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
* Don't use debug level 1 to log a trivial message.Jeremy Allison2008-10-151-1/+1
* s3: fix various samr callers.Günther Deschner2008-10-151-16/+16
* s3: fix samlogon client and server calls.Günther Deschner2008-10-151-10/+10
* 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
* netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner2008-09-211-0/+91
* netlogon: add init_netr_CryptPassword.Günther Deschner2008-09-211-0/+17
* Tiny logic simplification: remove an else branchVolker Lendecke2008-09-031-36/+33
* Fix some nonempty blank linesVolker Lendecke2008-09-011-1/+1
* fix another build warning.Günther Deschner2008-08-201-2/+2
* rpc_client: Bug 5616 - fix session keys also in rpccli_netr_LogonSamLogonEx w...Günther Deschner2008-07-301-9/+6
* rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword.Günther Deschner2008-07-301-0/+46
* Attempt to fix bug 5616Volker Lendecke2008-07-281-9/+6
* Make idl: cli_do_rpc_ndr does not use pipe_idx anymoreVolker Lendecke2008-07-211-1/+1
* Remove unused function rpccli_is_pipe_idxVolker Lendecke2008-07-211-6/+0
* Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idxVolker Lendecke2008-07-213-61/+64
* Remove a reference to pipe_idxVolker Lendecke2008-07-211-1/+2