summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_schannel.c
Commit message (Expand)AuthorAgeFilesLines
* netlogon:schannel: Fix NULL pointer dereferenceJoseph Sutton2023-05-181-0/+3
* netlogon:schannel: Fix typoJoseph Sutton2023-05-161-1/+1
* netlogon:schannel: If weak crypto is disabled, do not announce RC4 support.Andreas Schneider2021-08-031-0/+5
* s4:librpc: Check return code of netlogon_creds_client_authenticator()Andreas Schneider2019-11-141-1/+7
* libnet: Remove unused source4/libnet/libnet_sam{dump,sync}:Andrew Bartlett2019-05-061-18/+0
* s4:librpc: use authenticated epmapping for ncacn_httpStefan Metzmacher2014-09-231-1/+6
* s4:librpc/rpc: use dcerpc_binding_dup() in dcerpc_schannel_key_send()Stefan Metzmacher2014-02-111-3/+1
* s4:librpc: let dcerpc_schannel_key_recv() return netlogon_creds_CredentialStateStefan Metzmacher2013-10-171-9/+15
* s4:librpc: make dcerpc_schannel_key_send/recv staticStefan Metzmacher2013-10-171-2/+2
* s4:librpc: fix netlogon connections against servers without AES supportStefan Metzmacher2013-08-051-2/+6
* libcli/auth: also set secure channel type in netlogon_creds_client_init().Günther Deschner2013-08-051-0/+1
* s4-librpc: Add capabilities check for AES encrypted connections.Andreas Schneider2012-07-171-1/+110
* s4:librpc/rpc: add DCERPC_SCHANNEL_AES supportStefan Metzmacher2012-07-171-2/+15
* s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodcStefan Metzmacher2012-07-171-4/+5
* s4:librpc/rpc/dcerpc_schannel: rework downgrade logicStefan Metzmacher2012-07-171-5/+38
* s4-librpc: Fix netlogon schannel client connect.Andreas Schneider2011-12-221-0/+2
* s4-librpc: Fix NETLOGON credential chain with Windows 2008.Andreas Schneider2011-12-141-9/+40
* s4-rpc: added target_principal binding handle optionAndrew Tridgell2010-10-011-1/+1
* s4-auth: set the RODC bit for RODC schannelAndrew Tridgell2010-09-151-1/+4
* s4-schannel: fixed reference to context after freeAndrew Tridgell2010-09-151-2/+3
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* s4:librpc/rpc/dcerpc_schannel.c: make use of use tevent_req based dcerpc_bind...Stefan Metzmacher2010-03-121-16/+22
* s4-rpc: don't use s->credentials after it is freedAndrew Tridgell2010-03-051-2/+1
* s4:librpc/rpc: make use of explicit dcerpc_*_recv functionsStefan Metzmacher2010-03-011-2/+2
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-8/+10
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-1/+2
* s4-netlogon: merge netr_ServerReqChallenge from s3 idl.Günther Deschner2008-10-291-1/+1
* s4-netlogon: merge netr_ServerAuthenticate{2,3} from s3 idl.Günther Deschner2008-10-291-2/+2
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+2
* r26329: Fix more loadparm_context references. Only about a 100 left now.Jelmer Vernooij2007-12-211-3/+5
* r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij2007-12-211-1/+6
* r24560: rename some DCERPC_ prefixes into NDR_Stefan Metzmacher2007-10-101-1/+1
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-101-2/+2
* r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher2007-10-101-3/+3
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r22944: fix bug #4618:Stefan Metzmacher2007-10-101-2/+2
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+1
* r17326: make better usage of the composite apiStefan Metzmacher2007-10-101-9/+3
* r17320: - print the debug message before the composite context get received b...Stefan Metzmacher2007-10-101-7/+6
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2007-10-101-0/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-1/+1
* r14175: More comments and my copyright.Rafal Szczesniak2007-10-101-11/+74
* r14137: move **p2 to the _recv function for setup the second pipeStefan Metzmacher2007-10-101-2/+2
* r14123: Huge lump of code making all of our dcerpc connect codeRafal Szczesniak2007-10-101-101/+284
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-101-8/+9
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-6/+4
* r11809: Make dcerpc_bind_auth async.Volker Lendecke2007-10-101-3/+3