summaryrefslogtreecommitdiff
path: root/source/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some unused codeVolker Lendecke2008-07-211-91/+0
* Remove one reference to PI_NETLOGONVolker Lendecke2008-07-211-1/+2
* Remove some fully outdated sample codeVolker Lendecke2008-07-211-102/+0
* Remove now unused cli_get_pipe_nameVolker Lendecke2008-07-211-7/+2
* Remove now unused cli_get_pipe_idxVolker Lendecke2008-07-211-15/+0
* Remove now unused cli_get_ifaceVolker Lendecke2008-07-211-9/+0
* Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke2008-07-211-3/+3
* Refactoring: Change calling conventions for cli_rpc_pipe_open_krb5Volker Lendecke2008-07-201-23/+24
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke2008-07-201-13/+18
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp_auth_sc...Volker Lendecke2008-07-201-14/+18
* Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke2008-07-201-28/+30
* Refactoring: Make get_schannel_session_key_auth_ntlmssp return NTSTATUSVolker Lendecke2008-07-201-21/+21
* Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke2008-07-201-15/+18
* Refactoring: Make get_schannel_session_key_common return NTSTATUSVolker Lendecke2008-07-201-22/+22
* Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke2008-07-201-41/+45
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-29/+36
* Refactoring: Change calling conventions for cli_rpc_pipe_openVolker Lendecke2008-07-201-35/+23
* Refactoring: Change calling conventions for rpc_pipe_open_npVolker Lendecke2008-07-201-21/+41
* Allocate rpc_cli->dc in rpccli_netlogon_setup_creds()Volker Lendecke2008-07-202-26/+15
* Store copies of the syntax ids in rpc_pipe_clientVolker Lendecke2008-07-201-11/+12
* Simplify pipe_names: we only do ndr_transfer_syntax anywayVolker Lendecke2008-07-201-35/+24
* The PIPE_ pipename macros are only used in cli_pipe.cVolker Lendecke2008-07-191-0/+19
* Make the pipe_names[] array static to cli_pipe.cVolker Lendecke2008-07-191-1/+78
* Fix some uninitialized variable references via ndr_printVolker Lendecke2008-07-101-0/+2
* Fix bug #5568 net rpc trustdom add broken !Jeremy Allison2008-06-271-0/+1
* Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.Jeremy Allison2008-06-261-2/+2
* rpc_client: add rpccli_samr_chgpasswd_user() call.Günther Deschner2008-06-251-0/+53
* rename rpccli_samr_chgpasswd3 to rpccli_samr_chgpasswd_user3.Günther Deschner2008-06-251-8/+8
* rename rpccli_samr_chgpasswd_user to rpccli_samr_chgpasswd_user2.Günther Deschner2008-06-251-7/+7
* rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner2008-06-251-4/+10
* rpc_client: add cli_get_session_key().Günther Deschner2008-06-241-0/+31
* rpc_client: Avoid warning in builds without krb5 headers.Karolin Seeger2008-06-241-0/+2
* rpc_client: fix some valgrind warnings.Günther Deschner2008-06-111-2/+4
* Fix a const warningVolker Lendecke2008-05-251-1/+2
* drsuapi: always use tcp for drsuapi.Günther Deschner2008-05-241-2/+36
* Fix a (bogus) uninitialized variable warningVolker Lendecke2008-05-231-1/+1
* rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.Michael Adam2008-05-221-7/+7
* rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam2008-05-221-7/+160
* rpc_client: add a destructor to close the socket for pipes over tcp.Volker Lendecke2008-05-211-0/+10
* Add client support for NCACN_UNIX_STREAMVolker Lendecke2008-05-211-4/+86