summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_auth.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-20libndr: Rename ndr64_transfer_syntax and null_ndr_syntax_id so they have a nd...Jelmer Vernooij1-2/+2
2012-03-15s4:librpc/rpc: convert dcerpc_alter_context_send/recv to tevent_reqStefan Metzmacher1-12/+14
2012-03-15s4:librpc/rpc: convert dcerpc_bind_send/recv to tevent_reqStefan Metzmacher1-12/+36
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-1/+2
2011-03-13s4:librpc/rpc: s/dcerpc_security/dcecli_securityStefan Metzmacher1-2/+2
2010-10-01s4-rpc: added target_principal binding handle optionAndrew Tridgell1-0/+11
2009-09-17s4-rpc: added NDR64 supportAndrew Tridgell1-5/+10
2008-11-02Fix the build.Jelmer Vernooij1-1/+1
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-4/+4
2008-09-13client free credentials when not needed anymoreStefan Metzmacher1-0/+7
2008-08-07librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher1-0/+4
2008-08-07librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()Stefan Metzmacher1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-2/+3
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-2/+4
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-1/+3
2007-12-21r26231: Spell check: credentails -> credentials.Jelmer Vernooij1-1/+1
2007-10-10r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij1-3/+3
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher1-5/+5
2007-10-10r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher1-5/+5
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r19479: Remove more unused functions. These are handled via authenticationAndrew Bartlett1-0/+15
2007-10-10r17324: make better usage of the composite apiStefan Metzmacher1-20/+19
2007-10-10r15021: Couple more comments and fixes in spirit of utility functionsRafal Szczesniak1-32/+49
2007-10-10r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett1-1/+1
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+1
2007-10-10r13334: Add comments describing what these functions do.Andrew Bartlett1-2/+21
2007-10-10r12865: Upgrade the librpc and libnet code.Andrew Bartlett1-6/+5
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+1
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-9/+8
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell1-3/+3
2007-10-10r11835: Restore commentsVolker Lendecke1-1/+28
2007-10-10r11817: fixed the problem with the RPC join tests. The problem was thatAndrew Tridgell1-0/+10
2007-10-10r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke1-7/+7
2007-10-10r11809: Make dcerpc_bind_auth async.Volker Lendecke1-139/+193
2007-10-10r11806: Minor cleanupVolker Lendecke1-5/+2
2007-10-10r11805: dcerpc_bind_auth is only used in dcerpc_bind_auth_passwordVolker Lendecke1-2/+2
2007-10-10r11804: Asyncify the anonymous bind, convert the calls in xplogin.c.Volker Lendecke1-7/+41
2007-10-10r9505: Work on GENSEC and the code that calls it, for tighter interfaceAndrew Bartlett1-28/+31
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-2/+4
2007-10-10r6028: A MAJOR update to intergrate the new credentails system fully withAndrew Bartlett1-28/+4
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij1-11/+12
2007-10-10r5902: A rather large change...Andrew Bartlett1-0/+8
2007-10-10r5603: add "authservice()" property to the interface property listStefan Metzmacher1-1/+11
2007-10-10r4691: Make the DCE-RPC bind code compleatly generic to the number of passesAndrew Bartlett1-6/+14
2007-10-10r4636: Per tridge's wish (and probably correct behaviour), don't key off aAndrew Bartlett1-1/+3
2007-10-10r4635: Fix NTLMSSP to return NT_STATUS_OK when it has constructed the authAndrew Bartlett1-14/+91
2007-10-10r4627: - simplified the dcerpc auth code using a common functionAndrew Tridgell1-31/+30
2007-10-10r4618: - tidied up the alter_context client code a bitAndrew Tridgell1-89/+0
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell1-40/+44
2007-10-10r4360: destroy the gensec contextStefan Metzmacher1-0/+1