summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/schannel.c
Commit message (Expand)AuthorAgeFilesLines
* s4-auth: Make sure we use the correct credential state.Andreas Schneider2012-07-171-1/+6
* s4:auth/gensec/schannel: initialize struct schannel_state to zeroStefan Metzmacher2012-03-021-2/+1
* s4:auth/gensec/schannel: make a copy of netlogon_creds_CredentialState in the...Stefan Metzmacher2012-03-021-1/+8
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-1/+2
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-131-1/+1
* auth: move gensec_start.c to the top levelAndrew Bartlett2011-10-111-0/+1
* s4:auth - remove unused variablesMatthias Dieter Wallnöfer2011-09-191-1/+0
* s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmsspAndrew Bartlett2011-08-031-0/+1
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-3/+5
* gensec: Remove mem_ctx from calls that do not return memoryAndrew Bartlett2011-08-031-4/+2
* source4/auth/gensec: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+2
* s4:gensec/schannel: use netsec_outgoing_sig_size() to get the signature sizeStefan Metzmacher2011-01-031-1/+6
* s4:schannel: handle move flag combinations in the serverStefan Metzmacher2010-09-261-13/+23
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-8/+3
* s4:auth Remove event context from anonymous_session()Andrew Bartlett2010-04-111-1/+1
* s4:schannel merge code with s3Simo Sorce2010-02-231-11/+4
* s4:gensec/schannel: remove unused talloc_reference() in schannel_update()Stefan Metzmacher2009-10-241-1/+1
* s4-ldbwrap: added re-use of ldb contexts in ldb_wrap_connect()Andrew Tridgell2009-10-231-1/+1
* s4: ran minimal_includes.pl on source4/auth/gensecAndrew Tridgell2009-10-201-1/+0
* s4:auth/gensec/schannel - fix a const warningMatthias Dieter Wallnöfer2009-09-251-1/+2
* s4:schannel: fix some compiler warningsStefan Metzmacher2009-09-251-2/+4
* libcli/auth: rewrite schannel sign/seal code to be more genericStefan Metzmacher2009-09-161-33/+56
* schannel: move schannel_sign to main directory.Günther Deschner2009-09-161-1/+2
* s4-schannel: first step of decoupling schannel from gensec.Günther Deschner2009-09-161-4/+47
* s4-schannel: use NL_AUTH_MESSAGE for schannel.Günther Deschner2009-09-131-23/+35
* s4-schannel: strip trailing whitespace.Günther Deschner2009-09-131-26/+26
* s4-schannel: add ldb suffix to schannel functions.Günther Deschner2009-08-271-2/+2
* Rework to use new API for common netlogon credential chainingAndrew Bartlett2009-04-141-1/+1
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-9/+20
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-5/+5
* Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-171-2/+3
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-0/+2
* Make more module init functions public, since they are compiled with -fvisibi...Jelmer Vernooij2008-02-201-1/+1
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...Jelmer Vernooij2008-01-011-2/+4
* r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...Jelmer Vernooij2008-01-011-2/+4
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-4/+3
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-211-1/+2
* r26250: Avoid global_loadparm in a couple more places.Jelmer Vernooij2007-12-211-1/+1
* r26234: More global_loadparm fixes.Jelmer Vernooij2007-12-211-1/+2
* r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher2007-12-211-9/+13
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-8/+8
* r25000: Fix some more C++ compatibility warnings.Jelmer Vernooij2007-10-101-3/+3
* r24504: Try to return more useful error information on why a bind failed.Andrew Bartlett2007-10-101-0/+5
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+2
* r18257: Order the GENSEC modules, with unknown modules last.Andrew Bartlett2007-10-101-1/+1
* r18250: Add an ordering of GENSEC modules, so we do preferred modules first.Andrew Bartlett2007-10-101-1/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-0/+1
* r14071: fix the buildStefan Metzmacher2007-10-101-1/+2