summaryrefslogtreecommitdiff
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
* werror: replace WERR_GENERAL_FAILURE with WERR_GEN_FAILURE in source3/rpc_cli...Günther Deschner2016-09-281-2/+2
* werror: removed WERR_NOMEMGünther Deschner2016-09-281-2/+2
* werror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY in source3/rpc_client/Günther Deschner2016-09-284-77/+77
* werror: replace WERR_BADFILE with WERR_FILE_NOT_FOUND in source3/rpc_client/Günther Deschner2016-09-281-8/+8
* s3-rpc_client: use spoolss_driver_version_to_qword in winreg_printer_ver_to_q...Günther Deschner2016-09-271-7/+3
* s3-rpc_client: use spoolss_timestr_to_NTTIME in winreg_printer_date_to_NTTIMEGünther Deschner2016-09-261-17/+3
* s3-rpc_client: add spoolss_driver_version_to_qword()Günther Deschner2016-09-262-0/+22
* s3-rpc_client: add spoolss_timestr_to_NTTIME()Günther Deschner2016-09-262-0/+32
* s3-rpc_client: add winreg_set_printserver_secdesc.Günther Deschner2016-09-222-16/+59
* s3-rpc_client: add winreg_get_printserver_secdesc.Günther Deschner2016-09-222-13/+56
* spoolss: rename spoolss_EnumPrintProcDataTypes to spoolss_EnumPrintProcessorD...Günther Deschner2016-09-221-21/+21
* s3-spoolss: fix winreg_printer_ver_to_qwordGünther Deschner2016-09-151-3/+4
* s3-rpc_client: make it more clear printer driver version is a QWORD not a DWORD.Günther Deschner2016-09-111-3/+3
* s3:rpc_client: remove unused rpc_pipe_client->max_recv_fragStefan Metzmacher2016-06-242-5/+0
* CVE-2015-5370: s3:rpc_client: disconnect connection on protocol errorsStefan Metzmacher2016-04-121-3/+64
* CVE-2015-5370: s3:rpc_client: verify auth_context_id in rpc_pipe_bind_step_on...Stefan Metzmacher2016-04-121-0/+8
* CVE-2015-5370: s3:rpc_client: make use of pipe_auth_data->auth_context_idStefan Metzmacher2016-04-121-3/+6
* CVE-2015-5370: s3:rpc_client: pass struct pipe_auth_data to create_rpc_{bind_...Stefan Metzmacher2016-04-121-14/+8
* CVE-2015-5370: s3:rpc_client: verify auth_{type,level} in rpc_pipe_bind_step_...Stefan Metzmacher2016-04-121-0/+15
* CVE-2015-5370: s3:rpc_client: protect rpc_api_pipe_got_pdu() against too larg...Stefan Metzmacher2016-04-121-0/+5
* CVE-2015-5370: s3:rpc_client: make use of dcerpc_verify_ncacn_packet_header()...Stefan Metzmacher2016-04-121-15/+96
* CVE-2015-5370: s3:rpc_client: make use of dcerpc_pull_auth_trailer()Stefan Metzmacher2016-04-121-8/+6
* CVE-2015-5370: s3:librpc/rpc: remove auth trailer and possible padding within...Stefan Metzmacher2016-04-121-23/+10
* CVE-2015-5370: s3:rpc_client: remove useless frag_length check in rpc_api_pip...Stefan Metzmacher2016-04-121-8/+0
* CVE-2015-5370: s3:rpc_client: move AS/U hack to the top of cli_pipe_validate_...Stefan Metzmacher2016-04-121-11/+13
* source3/rpc_client: Fix CID 1273041 Condition is redundantAnoop C S2015-08-071-1/+2
* s3:librpc/rpc: fix padding calculation in dcerpc_guess_sizes()Stefan Metzmacher2015-06-231-1/+0
* Use tevent_req_poll_ntstatusVolker Lendecke2015-05-182-4/+2
* Convert all uses of uint32/16/8 to _t in source3/rpc_client.Richard Sharpe2015-05-126-16/+16
* s3:rpc_client: remove unused cli_rpc_pipe_open_schannel_with_key()Stefan Metzmacher2015-03-122-103/+0
* s3:rpc_client: handle !NETLOGON_NEG_AUTHENTICATED_RPC in cli_rpc_pipe_open_sc...Stefan Metzmacher2015-03-121-8/+32
* s3:rpc_client: use cli_credentials based functions in cli_rpc_pipe_open_schan...Stefan Metzmacher2015-03-121-53/+15
* s3:rpc_client: remove unused auth_level paramter of cli_rpc_pipe_open_schannel()Stefan Metzmacher2015-03-122-2/+0
* s3:cli_netlogon: cli_credentials_get_old_nt_hash() in rpccli_setup_netlogon_c...Stefan Metzmacher2015-03-121-0/+3
* s3:rpc_client: add cli_rpc_pipe_open_schannel_with_creds() helper functionStefan Metzmacher2014-12-192-0/+93
* s3:cli_netlogon: add rpccli_{create,setup}_netlogon_creds_with_creds() helper...Stefan Metzmacher2014-12-192-0/+65
* s3-librpc: Add cli_rpc_pipe_open_with_creds()Andrew Bartlett2014-10-172-0/+131
* s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett2014-10-083-4/+8
* s3-rpc_client: Migrate to cli_rpc_pipe_open_generic_auth and remove cli_rpc_p...Andrew Bartlett2014-10-082-65/+0
* s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett2014-10-082-0/+2
* s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero...Andrew Bartlett2014-10-082-11/+3
* librpc: gensec is our security provider abstraction, remove a void *Andrew Bartlett2014-09-271-6/+3
* librpc: Remove user/domain from struct pipe_auth_dataAndrew Bartlett2014-09-272-26/+38
* s3-rpc_client: Do not give NT_STATUS_NO_MEMORY when the source string was NULLAndrew Bartlett2014-09-011-5/+6
* s3-rpc_client: return info3 in rpccli_netlogon_password_logon().Günther Deschner2014-07-152-47/+60
* s3:rpc_client: Use gensec for NCALRPC_AS_SYSTEM.Stefan Metzmacher2014-04-241-33/+16
* s3:rpc_client: pass everything to gensec by defaultStefan Metzmacher2014-04-241-47/+19
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-2/+2
* rpc_client: retry open on STATUS_PIPE_NOT_AVAILABLEDavid Disseldorp2014-03-041-17/+68
* s3:rpc_client: avoid using dcerpc_binding internals in rpc_pipe_get_tcp_port()Stefan Metzmacher2014-02-131-10/+21