summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* s3:rpc_client: remove references to auth_ntlmssp_stateStefan Metzmacher2011-10-271-13/+14
* s3-ntlmssp Remove auth_ntlmssp_session_key()Andrew Bartlett2011-10-211-1/+5
* s3-ntlmssp Remove auth_ntlmssp_want_feature()Andrew Bartlett2011-10-211-2/+2
* s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett2011-10-211-3/+4
* s3-ntlmssp split auth_ntlmssp_client_start() into two partsAndrew Bartlett2011-10-181-5/+7
* s3-rpc_client remove cli_auth_ntlmssp_data_destructorAndrew Bartlett2011-10-181-9/+1
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3:utils change data_blob_dup_talloc() to take a DATA_BLOB by valueGregor Beck2011-10-121-1/+1
* s3:rpc_client: return NT_STATUS_CONNECTION_DISCONNECTEDStefan Metzmacher2011-09-141-2/+2
* s3-ntlmssp Remove auth_ntlmssp_and_flags()Andrew Bartlett2011-08-031-6/+0
* s3-ntlmssp Remove rpccli_get_pwd_hash and auth_ntlmssp_get_nt_hashAndrew Bartlett2011-08-031-41/+0
* s3-ntlmssp Remove auth_ntlmssp_or_flagsAndrew Bartlett2011-08-031-3/+2
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett2011-08-031-3/+4
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_get_session_key()Andrew Bartlett2011-08-031-2/+2
* s3:cli_pipe: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-4/+4
* s3:cli_pipe: use result->desthost instead of cli->desthostStefan Metzmacher2011-07-221-3/+3
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-2/+2
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-5/+5
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-091-2/+2
* s3-includes: finally only include client.h when libsmb is used.Günther Deschner2011-05-061-0/+1
* Fix many const compiler warnings.Jeremy Allison2011-05-051-1/+1
* s3-rpc_client: run minimal_includes.pl.Günther Deschner2011-05-051-1/+0
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-021-1/+0
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher2011-04-241-5/+1
* s3: Fix Coverity ID 986, BUFFER_SIZE_WARNINGVolker Lendecke2011-04-221-1/+1
* s3-cli_pipe: fix timeout in rpc_pipe_open_tcp_port().Günther Deschner2011-04-131-1/+1
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-epmapper: Use DCERPC_AUTH_LEVEL_CONNECT for ep ncalrpc.Andreas Schneider2011-03-231-1/+1
* s3: Fix Coverity ID 2232, REVERSE_INULLVolker Lendecke2011-03-161-2/+4
* s3-rpc_client: Don't ask endpoint mapper for its own port.Andreas Schneider2011-03-091-0/+6
* s3-rpc_client: Added DCERPC_AUTH_TYPE_NCALRPC bind.Andreas Schneider2011-03-081-0/+33
* s3-rpc_client: Move client pipe functions to own header.Andreas Schneider2011-02-281-0/+1
* s3:rpc_client: make rpccli_bh_create() non-static for nowStefan Metzmacher2011-02-091-1/+1
* s3-rpc_client: remove some more obsolete cli_X.h header files.Günther Deschner2011-01-281-1/+1
* s3-rpc_client: fix uninitialized variable found by -O3.Günther Deschner2011-01-211-1/+1
* s3:rpc_client: use dcerpc_epm_Map() and don't ignore 'result' anymore.Stefan Metzmacher2011-01-041-2/+11
* s3-dcerpc: make auth context opaqueSimo Sorce2010-09-231-49/+84
* s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_dataSimo Sorce2010-09-231-9/+3
* s3-dcerpc: move client spnego stuff in /librpc/cryptoSimo Sorce2010-09-231-1/+1
* spnego: avoid explicit dependency on dcerpc specific structuresSimo Sorce2010-09-231-5/+14
* gssapi: avoid explicit dependency on dcerpc specific structuresSimo Sorce2010-09-231-1/+3
* s3-dcerpc: move crypto stuff in /librpc/cryptoSimo Sorce2010-09-231-1/+1
* s3:rpc_client: remove unused rpc_pipe_set_hnd_state()Stefan Metzmacher2010-09-171-47/+0
* s3:rpc_client: use rpc_api_pipe_send() for auth3Stefan Metzmacher2010-09-171-20/+11
* s3:rpc_client: rpc_pipe_bind_step_one_done() doesn't need reply_pduStefan Metzmacher2010-09-171-2/+1
* s3:rpc_client: allow DCERPC_PKT_AUTH3 via rpc_api_pipe_send/recvStefan Metzmacher2010-09-171-0/+28
* s3:rpc_client: implement rpccli_bh_set_timeout()Stefan Metzmacher2010-09-041-0/+10
* s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner2010-08-261-0/+1
* s3: separate out cli schannel functions that depend on cli_netlogon.Günther Deschner2010-08-261-200/+0