summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/gensec.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-03gensec: split GENSEC into mechanism-dependent and runtime functionsAndrew Bartlett1-1437/+0
2011-07-29gensec: Add a way to request a unix token from GENSECAndrew Bartlett1-5/+12
2011-06-17s4-auth: quiet down the krb5 warnings when kerberos is not set to 'MUST'Andrew Tridgell1-1/+1
2011-06-06s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett1-2/+2
2011-05-08s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett1-2/+2
2011-03-19source4/auth/gensec: Fix prototypes for all functions.Jelmer Vernooij1-0/+1
2011-02-09s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett1-4/+4
2011-01-18s4-gensec Don't steal the auth_context, reference it.Andrew Bartlett1-2/+6
2010-12-21s4-auth Remove duplicate copies of session_info creation codeAndrew Bartlett1-6/+10
2010-11-01s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell1-11/+2
2010-10-10gensec: Support building without any linked-in modules.Jelmer Vernooij1-0/+4
2010-09-26s4-gensec: fixed a valgrind error in gensecAndrew Tridgell1-12/+2
2010-09-22pygensec: Implement start_mech_by_name().Jelmer Vernooij1-3/+2
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
2010-05-20s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett1-1/+7
2010-05-14s4:gensec expose gensec_set_target_principal for use outside GENSECAndrew Bartlett1-1/+1
2010-04-14s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett1-1/+20
2010-02-13s4-auth: use TYPESAFE_QSORT() in gensecAndrew Tridgell1-1/+2
2009-12-24s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher1-41/+76
2009-12-16s4:gensec: allow clearing local and remote address by passing NULLStefan Metzmacher1-0/+10
2009-12-16s4-gensec: Remove obsolete socket_address vars and fns.Andreas Schneider1-34/+0
2009-12-16s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.Andreas Schneider1-13/+0
2009-12-16s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn.Andreas Schneider1-9/+0
2009-12-16s4-gensec: Replace gensec_get_my_addr with new tsocket based fn.Andreas Schneider1-11/+0
2009-12-16s4-gensec: Replace gensec_set_my_addr() with new tsocket based fn.Andreas Schneider1-9/+0
2009-12-16s4-gensec: Added remote and local setter/getter using tsocket.Andreas Schneider1-3/+116
2009-10-20s4: ran minimal_includes.pl on source4/auth/gensecAndrew Tridgell1-2/+0
2009-09-26gensec: Avoid exposing lp_ctx on the API level.Jelmer Vernooij1-12/+10
2009-07-01gensec_start now steals the auth_contextAndrew Tridgell1-1/+3
2009-02-13Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett1-13/+9
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-5/+5
2008-11-02Fix the build.Jelmer Vernooij1-14/+37
2008-11-02Remove use of global_loadparm for disabled gensec backends.Jelmer Vernooij1-4/+20
2008-11-02Fix the build.Jelmer Vernooij1-2/+2
2008-11-02Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij1-10/+19
2008-10-06s4:gensec: pass down want_features to the spnego backend mechStefan Metzmacher1-1/+7
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-17/+5
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-17/+5
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij1-0/+6
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-23/+24
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-23/+24
2008-02-26Fix the build (again).Jelmer Vernooij1-0/+6
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij1-1/+0
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-1/+1
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-21r26260: Store loadparm context in gensec context.Jelmer Vernooij1-5/+10
2007-12-21r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij1-1/+1
2007-12-21r26231: Spell check: credentails -> credentials.Jelmer Vernooij1-1/+1
2007-12-21r26226: Avoid more uses of global_loadparm.Jelmer Vernooij1-2/+2
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij1-8/+8