summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_schannel.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-17s4:librpc: let dcerpc_schannel_key_recv() return netlogon_creds_CredentialStateStefan Metzmacher1-9/+15
2013-10-17s4:librpc: make dcerpc_schannel_key_send/recv staticStefan Metzmacher1-2/+2
2013-08-05s4:librpc: fix netlogon connections against servers without AES supportStefan Metzmacher1-2/+6
2013-08-05libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner1-0/+1
2012-07-17s4-librpc: Add capabilities check for AES encrypted connections.Andreas Schneider1-1/+110
2012-07-17s4:librpc/rpc: add DCERPC_SCHANNEL_AES supportStefan Metzmacher1-2/+15
2012-07-17s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodcStefan Metzmacher1-4/+5
2012-07-17s4:librpc/rpc/dcerpc_schannel: rework downgrade logicStefan Metzmacher1-5/+38
2011-12-22s4-librpc: Fix netlogon schannel client connect.Andreas Schneider1-0/+2
2011-12-14s4-librpc: Fix NETLOGON credential chain with Windows 2008.Andreas Schneider1-9/+40
2010-10-01s4-rpc: added target_principal binding handle optionAndrew Tridgell1-1/+1
2010-09-15s4-auth: set the RODC bit for RODC schannelAndrew Tridgell1-1/+4
2010-09-15s4-schannel: fixed reference to context after freeAndrew Tridgell1-2/+3
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-03-12s4:librpc/rpc/dcerpc_schannel.c: make use of use tevent_req based dcerpc_bind...Stefan Metzmacher1-16/+22
2010-03-05s4-rpc: don't use s->credentials after it is freedAndrew Tridgell1-2/+1
2010-03-01s4:librpc/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher1-2/+2
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett1-8/+10
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-1/+2
2008-10-29s4-netlogon: merge netr_ServerReqChallenge from s3 idl.Günther Deschner1-1/+1
2008-10-29s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl.Günther Deschner1-2/+2
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+2
2007-12-21r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij1-3/+5
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-1/+6
2007-10-10r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher1-1/+1
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-2/+2
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher1-3/+3
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22944: fix bug #4618:Stefan Metzmacher1-2/+2
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-1/+1
2007-10-10r17326: make better usage of the composite apiStefan Metzmacher1-9/+3
2007-10-10r17320: - print the debug message before the composite context get received b...Stefan Metzmacher1-7/+6
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-0/+1
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r14380: Reduce the size of structs.hJelmer Vernooij1-1/+1
2007-10-10r14175: More comments and my copyright.Rafal Szczesniak1-11/+74
2007-10-10r14137: move **p2 to the _recv function for setup the second pipeStefan Metzmacher1-2/+2
2007-10-10r14123: Huge lump of code making all of our dcerpc connect codeRafal Szczesniak1-101/+284
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r12865: Upgrade the librpc and libnet code.Andrew Bartlett1-8/+9
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-1/+0
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-6/+4
2007-10-10r11809: Make dcerpc_bind_auth async.Volker Lendecke1-3/+3
2007-10-10r10402: Make the RPC-SAMLOGON test pass against Win2k3 SP0 again.Andrew Bartlett1-2/+2
2007-10-10r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett1-2/+2
2007-10-10r7690: Move the NT hash generation into the credentials system, rather thanAndrew Bartlett1-3/+4
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-1/+3
2007-10-10r6565: Cludge, cludge, cludge...Andrew Bartlett1-14/+4
2007-10-10r6229: Back out these changes ...Richard Sharpe1-15/+1
2007-10-10r6219: This change allows us to fall back to authenticating withoutRichard Sharpe1-1/+15