s3:cli_pipe: improve debug messages in cli_rpc_pipe_open_with_creds()
[bbaumbach/samba-autobuild/.git] / source3 / rpc_client / cli_pipe.c
2020-05-28 Stefan Metzmachers3:cli_pipe: improve debug messages in cli_rpc_pipe_ope...
2020-05-28 Stefan Metzmachers3:cli_pipe: remove unused 'use_kerberos' from cli_rpc_...
2019-10-02 Volker Lendeckerpc_client: Don't pass a NULL string to talloc_asprintf
2019-09-26 Noel Powers3/rpc_client: clang: Fix 'Value stored during initiali...
2018-04-10 Volker Lendeckelibsmb: Give namequery.c its own header
2017-09-25 Volker Lendeckenetlogon_creds_cli: Pass "capabilities" up from creds_c...
2017-09-25 Volker Lendeckerpcclient3: Factor out cli_rpc_pipe_open_bind_schannel()
2017-09-25 Volker Lendeckenetlogon_creds_cli: Protect netlogon_creds_cli_check...
2017-09-25 Volker Lendeckerpc_client3: Avoid "cli_credentials" in cli_rpc_pipe_op...
2017-09-25 Volker Lendeckenetlogon_creds_cli: Simplify netlogon_creds_cli_delete
2017-09-16 Volker Lendeckerpc_client3: Fix a debug message
2017-05-21 Stefan Metzmachers3:cli_pipe: ask for GENSEC_FEATURE_SIGN_PKT_HEADER...
2016-12-20 Andreas Schneiders3-rpc_client: Pass NULL as no password
2016-11-24 Günther Deschners3-rpc_cli: Support the use of the object_uuid in rpc_c...
2016-10-26 Günther Deschners3:cli_pipe: add support for DCERPC_AUTH_LEVEL_PACKET
2016-10-26 Stefan Metzmachers3:librpc: move NDR_PRINT_DEBUG() into the caller of...
2016-10-26 Stefan Metzmachers3:librpc: remove bigendian argument from dcerpc_pull_n...
2016-06-24 Stefan Metzmachers3:rpc_client: remove unused rpc_pipe_client->max_recv_frag
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: disconnect connection...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: verify auth_context_id...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: make use of pipe_auth_dat...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: pass struct pipe_auth_dat...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: verify auth_{type,level...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: protect rpc_api_pipe_got_...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: make use of dcerpc_verify...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: make use of dcerpc_pull_a...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:librpc/rpc: remove auth trailer and...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: remove useless frag_lengt...
2016-04-12 Stefan MetzmacherCVE-2015-5370: s3:rpc_client: move AS/U hack to the...
2015-06-23 Stefan Metzmachers3:librpc/rpc: fix padding calculation in dcerpc_guess_...
2015-05-18 Volker LendeckeUse tevent_req_poll_ntstatus
2015-05-11 Richard SharpeConvert all uses of uint32/16/8 to _t in source3/rpc_cl...
2015-03-12 Stefan Metzmachers3:rpc_client: remove unused cli_rpc_pipe_open_schannel...
2014-12-19 Stefan Metzmachers3:rpc_client: add cli_rpc_pipe_open_schannel_with_cred...
2014-10-17 Andrew Bartletts3-librpc: Add cli_rpc_pipe_open_with_creds()
2014-10-08 Andrew Bartletts3-rpc_client: Migrate to cli_rpc_pipe_open_generic_aut...
2014-10-07 Andrew Bartletts3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth...
2014-10-07 Andrew Bartletts3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use...
2014-09-26 Andrew Bartlettlibrpc: gensec is our security provider abstraction...
2014-09-26 Andrew Bartlettlibrpc: Remove user/domain from struct pipe_auth_data
2014-08-31 Andrew Bartletts3-rpc_client: Do not give NT_STATUS_NO_MEMORY when...
2014-04-24 Stefan Metzmachers3:rpc_client: Use gensec for NCALRPC_AS_SYSTEM.
2014-04-24 Stefan Metzmachers3:rpc_client: pass everything to gensec by default
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2014-02-13 Stefan Metzmachers3:rpc_client: avoid using dcerpc_binding internals...
2014-02-11 Stefan Metzmachers3:rpc_client: use address "0.0.0.0" and port "135...
2014-02-11 Stefan Metzmachers3:librpc/rpc: only propose header signing if we use...
2014-01-16 Stefan Metzmacherdcerpc.idl: make use of union dcerpc_bind_ack_reason...
2014-01-07 Stefan Metzmachers3:rpc_client: finally remove unused rpc_pipe_client...
2014-01-07 Stefan Metzmachers3:rpc_client: use netlogon_creds_cli_auth_level()...
2014-01-07 Stefan Metzmachers3:rpc_client: make use of the new netlogon_creds_cli_c...
2014-01-07 Stefan Metzmachers3:rpc_client: send a dcerpc_sec_verification_trailer...
2014-01-06 Stefan Metzmachers3:rpc_client: fill alloc_hint with the remaining data...
2014-01-06 Stefan Metzmachers3:rpc_client: implement DCERPC_PFC_FLAG_SUPPORT_HEADER...
2014-01-06 Stefan Metzmachers3:rpc_client: handle DCERPC_AUTH_TYPE_SCHANNEL as...
2014-01-06 Stefan Metzmachers3:rpc_client: add some const to rpc_api_pipe_req_send()
2014-01-06 Stefan Metzmachers3:rpc_client: make rpc_api_pipe_req_send/recv static
2014-01-06 Stefan Metzmachers3:rpc_client: talloc_zero pipe_auth_data
2013-12-09 Jeremy AllisonCVE-2013-4408:s3:Ensure we always check call_id when...
2013-12-09 Stefan MetzmacherCVE-2013-4408:s3:rpc_client: verify frag_len at least...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-04 Gregor Becks3:rpc_client: fix a leaked talloc_stackframe
2013-10-16 Stefan Metzmachers3:rpc_client: pass object and table to rpccli_bh_create()
2013-10-16 Stefan Metzmachers3:rpc_client: implement dcerpc_binding_handle_auth_info()
2013-09-20 Günther Deschners3-rpc: use table->name directly in DEBUG contexts.
2013-09-19 Günther Deschners3-rpc_cli: remove unused schannel calls from cli_pipe.c
2013-09-19 Günther Deschners3-rpc_cli: use gensec for schannel bind.
2013-09-19 Günther Deschners3-rpc_cli: allow to pass down a netlogon CredentialSta...
2013-08-10 Stefan Metzmachers3:cli_pipe.c: return NO_USER_SESSION_KEY in cli_get_se...
2013-08-10 Stefan Metzmachers3:cli_pipe: pass down creds->computer_name to NL_AUTH_...
2013-08-10 Stefan Metzmachers3:cli_pipe: make use of netsec_create_state()
2013-08-10 Stefan Metzmachers3:rpc_client: remove netr_LogonGetCapabilities check...
2013-08-10 Stefan Metzmachers3:rpc_client: add netr_LogonGetCapabilities to cli_rpc...
2013-08-10 Stefan Metzmachers3:rpc_client: use netlogon_creds_copy before rpc_pipe_bind
2013-08-10 Stefan Metzmachers3:rpc_client: fix/add AES downgrade detection to rpc_p...
2013-08-05 Stefan Metzmachers3:rpc_client: rename same variables in cli_rpc_pipe_op...
2013-08-05 Stefan Metzmachers3:rpc_client: use the correct context for netlogon_cre...
2013-08-05 Stefan Metzmachers3:rpc_client: make rpccli_schannel_bind_data() static
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_transp...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_g...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to cli_rpc_pi...
2013-08-05 Günther Deschners3-rpc_cli: pass down ndr_interface_table to rpc_pipe_o...
2013-07-08 Volker Lendeckerpc_cli: Remove some unnecessary initializations
2013-02-20 Christian Ambachs3:rpc_client fix a crash
2013-02-19 Stefan Metzmachers3:rpc_client: s/struct event_context/struct tevent_context
2013-02-19 Stefan Metzmachers3:rpc_client: make use of samba_tevent_context_init()
2012-11-26 Günther Deschners3-rpc_client: try to use socket_addr if available...
2012-11-23 Günther Deschners3-rpc_client: lookup nametype 0x20 in rpc_pipe_open_tc...
2012-08-01 Stefan Metzmachers3:rpc_client: rename pipe_auth_data->user_session_key...
2012-08-01 Stefan Metzmachers3:rpc_client: make use of smbXcli_session_application_...
2012-07-17 Andreas Schneiders3-rpc_client: Fix updating netlogon credentials.
2012-07-17 Andreas Schneiders3-rpc_client: Add capabilities check for AES encrypted...
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_remote_name
2012-03-24 Jelmer Vernooijcli_pipe: Avoid sys_connect.
next