summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-31errors: share dcerpc error function.Günther Deschner1-1/+1
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-10-15Don't use debug level 1 to log a trivial message.Jeremy Allison1-1/+1
2008-09-03Tiny logic simplification: remove an else branchVolker Lendecke1-36/+33
2008-08-20fix another build warning.Günther Deschner1-2/+2
2008-07-21Remove unused function rpccli_is_pipe_idxVolker Lendecke1-6/+0
2008-07-21Remove now unused cli_get_pipe_nameVolker Lendecke1-7/+2
2008-07-21Remove now unused cli_get_pipe_idxVolker Lendecke1-15/+0
2008-07-21Remove now unused cli_get_ifaceVolker Lendecke1-9/+0
2008-07-21Refactoring: libnetapi_open_pipe takes an interface instead of pipe_idxVolker Lendecke1-3/+3
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_krb5Volker Lendecke1-23/+24
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke1-13/+18
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp_auth_sc...Volker Lendecke1-14/+18
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_keyVolker Lendecke1-28/+30
2008-07-20Refactoring: Make get_schannel_session_key_auth_ntlmssp return NTSTATUSVolker Lendecke1-21/+21
2008-07-20Refactoring: Make get_schannel_session_key return NTSTATUSVolker Lendecke1-15/+18
2008-07-20Refactoring: Make get_schannel_session_key_common return NTSTATUSVolker Lendecke1-22/+22
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-41/+45
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-29/+36
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_openVolker Lendecke1-35/+23
2008-07-20Refactoring: Change calling conventions for rpc_pipe_open_npVolker Lendecke1-21/+41
2008-07-20Allocate rpc_cli->dc in rpccli_netlogon_setup_creds()Volker Lendecke1-20/+10
2008-07-20Store copies of the syntax ids in rpc_pipe_clientVolker Lendecke1-11/+12
2008-07-20Simplify pipe_names: we only do ndr_transfer_syntax anywayVolker Lendecke1-35/+24
2008-07-19The PIPE_ pipename macros are only used in cli_pipe.cVolker Lendecke1-0/+19
2008-07-19Make the pipe_names[] array static to cli_pipe.cVolker Lendecke1-1/+78
2008-06-26Fix the non-LDAP, non-krb5 build, fix gcc -O3 warnings.Jeremy Allison1-2/+2
2008-06-25rpc_client: let cli_get_session_key() return talloced session key.Günther Deschner1-4/+10
2008-06-24rpc_client: add cli_get_session_key().Günther Deschner1-0/+31
2008-06-24rpc_client: Avoid warning in builds without krb5 headers.Karolin Seeger1-0/+2
2008-06-11rpc_client: fix some valgrind warnings.Günther Deschner1-2/+4
2008-05-25Fix a const warningVolker Lendecke1-1/+2
2008-05-24drsuapi: always use tcp for drsuapi.Günther Deschner1-2/+36
2008-05-23Fix a (bogus) uninitialized variable warningVolker Lendecke1-1/+1
2008-05-22rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.Michael Adam1-7/+7
2008-05-22rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam1-7/+160
2008-05-21rpc_client: add a destructor to close the socket for pipes over tcp.Volker Lendecke1-0/+10
2008-05-21Add client support for NCACN_UNIX_STREAMVolker Lendecke1-4/+86
2008-05-21rpccli_schannel_bind_data only needs the schannel keyVolker Lendecke1-3/+4
2008-05-21Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke1-7/+7
2008-05-21Fix a commentVolker Lendecke1-1/+1
2008-05-05Fix two uninitialized variable warningsVolker Lendecke1-3/+4
2008-04-25Attempt to fix the non-krb buildVolker Lendecke1-0/+4
2008-04-25Add basic ncacn_ip_tcp client infrastructureVolker Lendecke1-71/+241
2008-04-25Introduce a redirection for ncacn_np and ncacn_ip_tcp in rpc_pipe_clientVolker Lendecke1-52/+71
2008-04-25Introduce rpccli_pipe_txt(), describing a pipe for debug messagesVolker Lendecke1-93/+62
2008-04-25cli_rpc_pipe_open_noauth must take the user/domain from the smb sessionVolker Lendecke1-0/+18
2008-04-25Make use of rpccli_xxx_bind_dataVolker Lendecke1-168/+62
2008-04-25Create rpccli_xxx_bind_data functionsVolker Lendecke1-0/+198
2008-04-25Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke1-16/+18