summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_auth.c
Commit message (Expand)AuthorAgeFilesLines
* s4:librpc: restore inhibit_timeout_processing = true during gensec_update_sen...Stefan Metzmacher2017-05-301-0/+10
* s4:librpc: make use of gensec_update_send() in bind_auth_next_step()Stefan Metzmacher2017-05-211-12/+23
* s4:librpc: use gensec_update_send() in dcerpc_bind_auth_send()Stefan Metzmacher2017-05-211-19/+34
* s4:librpc: ask for GENSEC_FEATURE_SIGN_PKT_HEADER after the gensec_update() d...Stefan Metzmacher2017-05-211-4/+7
* s4:librpc/rpc: pass the object guid to the binding handle if requiredStefan Metzmacher2016-10-261-5/+17
* s4:librpc/rpc: add support for DCERPC_AUTH_LEVEL_PACKETGünther Deschner2016-10-261-1/+1
* CVE-2015-5370: s4:librpc/rpc: finally verify the server uses the expected aut...Stefan Metzmacher2016-04-121-0/+15
* CVE-2015-5370: s4:librpc/rpc: avoid using dcecli_security->auth_info and use ...Stefan Metzmacher2016-04-121-30/+41
* CVE-2015-5370: s4:librpc/rpc: use auth_context_id = 1Stefan Metzmacher2016-04-121-1/+6
* CVE-2015-5370: s4:librpc/rpc: maintain dcecli_security->auth_{type,level,cont...Stefan Metzmacher2016-04-121-3/+7
* s4:librpc: make use of gensec_update_ev()Stefan Metzmacher2014-03-271-2/+2
* s4:librpc/rpc: use dcerpc_binding_get_string_option("target_principal")Stefan Metzmacher2014-02-131-4/+8
* s4:librpc/rpc: only propose header signing if we use sign or sealStefan Metzmacher2014-02-111-1/+3
* s4:librpc: remove server_name from transportGregor Beck2014-01-071-1/+1
* s4:librpc: always try to negotiate DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2014-01-071-4/+10
* s4-librpc: Ensure we do not call call the decrpc timeout handler during gense...Andrew Bartlett2012-07-181-0/+17
* libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij2012-03-201-2/+2
* s4:librpc/rpc: convert dcerpc_alter_context_send/recv to tevent_reqStefan Metzmacher2012-03-151-12/+14
* s4:librpc/rpc: convert dcerpc_bind_send/recv to tevent_reqStefan Metzmacher2012-03-151-12/+36
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-1/+2
* s4:librpc/rpc: s/dcerpc_security/dcecli_securityStefan Metzmacher2011-03-131-2/+2
* s4-rpc: added target_principal binding handle optionAndrew Tridgell2010-10-011-0/+11
* s4-rpc: added NDR64 supportAndrew Tridgell2009-09-171-5/+10
* Fix the build.Jelmer Vernooij2008-11-021-1/+1
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-4/+4
* client free credentials when not needed anymoreStefan Metzmacher2008-09-131-0/+7
* librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-071-0/+4
* librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()Stefan Metzmacher2008-08-071-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-2/+3
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-2/+4
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-1/+3
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij2007-10-101-3/+3
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-101-5/+5
* r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher2007-10-101-5/+5
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19479: Remove more unused functions. These are handled via authenticationAndrew Bartlett2007-10-101-0/+15
* r17324: make better usage of the composite apiStefan Metzmacher2007-10-101-20/+19
* r15021: Couple more comments and fixes in spirit of utility functionsRafal Szczesniak2007-10-101-32/+49
* r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett2007-10-101-1/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r13334: Add comments describing what these functions do.Andrew Bartlett2007-10-101-2/+21
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-6/+5
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-9/+8
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-101-3/+3
* r11835: Restore commentsVolker Lendecke2007-10-101-1/+28
* r11817: fixed the problem with the RPC join tests. The problem was thatAndrew Tridgell2007-10-101-0/+10
* r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke2007-10-101-7/+7
* r11809: Make dcerpc_bind_auth async.Volker Lendecke2007-10-101-139/+193