summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/schannel.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-19gensec: move schannel module to toplevel.Günther Deschner1-330/+0
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher1-0/+1
2013-08-10s4:gensec/schannel: only require librpc/gen_ndr/dcerpc.hStefan Metzmacher1-1/+1
2013-08-10s4:gensec/schannel: there's no point in having schannel_session_key()Stefan Metzmacher1-8/+0
2013-08-10s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supportedStefan Metzmacher1-3/+0
2013-08-10s4:gensec/schannel: use the correct computer_name from netlogon_creds_Credent...Stefan Metzmacher1-3/+3
2013-08-10s4:gensec/schannel: simplify the code by using netsec_create_state()Stefan Metzmacher1-68/+30
2013-08-10s4:gensec/schannel: remove unused dcerpc_schannel_creds()Stefan Metzmacher1-23/+0
2012-07-17s4-auth: Make sure we use the correct credential state.Andreas Schneider1-1/+6
2012-03-02s4:auth/gensec/schannel: initialize struct schannel_state to zeroStefan Metzmacher1-2/+1
2012-03-02s4:auth/gensec/schannel: make a copy of netlogon_creds_CredentialState in the...Stefan Metzmacher1-1/+8
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-1/+2
2011-10-13libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett1-1/+1
2011-10-11auth: move gensec_start.c to the top levelAndrew Bartlett1-0/+1
2011-09-19s4:auth - remove unused variablesMatthias Dieter Wallnöfer1-1/+0
2011-08-03s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmsspAndrew Bartlett1-0/+1
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-3/+5
2011-08-03gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett1-4/+2
2011-03-19source4/auth/gensec: Fix prototypes for all functions.Jelmer Vernooij1-0/+2
2011-01-03s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature sizeStefan Metzmacher1-1/+6
2010-09-26s4:schannel: handle move flag combinations in the serverStefan Metzmacher1-13/+23
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-8/+3
2010-04-11s4:auth Remove event context from anonymous_session()Andrew Bartlett1-1/+1
2010-02-23s4:schannel merge code with s3Simo Sorce1-11/+4
2009-10-24s4:gensec/schannel: remove unused talloc_reference() in schannel_update()Stefan Metzmacher1-1/+1
2009-10-23s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell1-1/+1
2009-10-20s4: ran minimal_includes.pl on source4/auth/gensecAndrew Tridgell1-1/+0
2009-09-25s4:auth/gensec/schannel - fix a const warningMatthias Dieter Wallnöfer1-1/+2
2009-09-25s4:schannel: fix some compiler warningsStefan Metzmacher1-2/+4
2009-09-16libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher1-33/+56
2009-09-16schannel: move schannel_sign to main directory.Günther Deschner1-1/+2
2009-09-16s4-schannel: first step of decoupling schannel from gensec.Günther Deschner1-4/+47
2009-09-13s4-schannel: use NL_AUTH_MESSAGE for schannel.Günther Deschner1-23/+35
2009-09-13s4-schannel: strip trailing whitespace.Günther Deschner1-26/+26
2009-08-27s4-schannel: add ldb suffix to schannel functions.Günther Deschner1-2/+2
2009-04-14Rework to use new API for common netlogon credential chainingAndrew Bartlett1-1/+1
2009-04-14Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett1-9/+20
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-5/+5
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij1-2/+3
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-0/+2
2008-02-20Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij1-1/+1
2008-01-01r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij1-2/+4
2008-01-01r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij1-2/+4
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-4/+3
2007-12-21r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij1-1/+2
2007-12-21r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij1-1/+1
2007-12-21r26234: More global_loadparm fixes.Jelmer Vernooij1-1/+2
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-9/+13
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij1-8/+8