summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/gensec.c
Commit message (Expand)AuthorAgeFilesLines
* s4-auth: quiet down the krb5 warnings when kerberos is not set to 'MUST'Andrew Tridgell2011-06-171-1/+1
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-061-2/+2
* s4-auth Rename auth -> auth4 to avoid conflict with s3 authAndrew Bartlett2011-05-081-2/+2
* source4/auth/gensec: Fix prototypes for all functions.Jelmer Vernooij2011-03-191-0/+1
* s4-auth Rework auth subsystem to remove struct auth_serversupplied_infoAndrew Bartlett2011-02-091-4/+4
* s4-gensec Don't steal the auth_context, reference it.Andrew Bartlett2011-01-181-2/+6
* s4-auth Remove duplicate copies of session_info creation codeAndrew Bartlett2010-12-211-6/+10
* s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell2010-11-011-11/+2
* gensec: Support building without any linked-in modules.Jelmer Vernooij2010-10-101-0/+4
* s4-gensec: fixed a valgrind error in gensecAndrew Tridgell2010-09-261-12/+2
* pygensec: Implement start_mech_by_name().Jelmer Vernooij2010-09-221-3/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* s4:auth Change auth_generate_session_info to take flagsAndrew Bartlett2010-05-201-1/+7
* s4:gensec expose gensec_set_target_principal for use outside GENSECAndrew Bartlett2010-05-141-1/+1
* s4:auth Change auth_generate_session_info to take an auth contextAndrew Bartlett2010-04-141-1/+20
* s4-auth: use TYPESAFE_QSORT() in gensecAndrew Tridgell2010-02-131-1/+2
* s4:gensec: change gensec_update_send/recv to tevent_reqStefan Metzmacher2009-12-241-41/+76
* s4:gensec: allow clearing local and remote address by passing NULLStefan Metzmacher2009-12-161-0/+10
* s4-gensec: Remove obsolete socket_address vars and fns.Andreas Schneider2009-12-161-34/+0
* s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.Andreas Schneider2009-12-161-13/+0
* s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn.Andreas Schneider2009-12-161-9/+0
* s4-gensec: Replace gensec_get_my_addr with new tsocket based fn.Andreas Schneider2009-12-161-11/+0
* s4-gensec: Replace gensec_set_my_addr() with new tsocket based fn.Andreas Schneider2009-12-161-9/+0
* s4-gensec: Added remote and local setter/getter using tsocket.Andreas Schneider2009-12-161-3/+116
* s4: ran minimal_includes.pl on source4/auth/gensecAndrew Tridgell2009-10-201-2/+0
* gensec: Avoid exposing lp_ctx on the API level.Jelmer Vernooij2009-09-261-12/+10
* gensec_start now steals the auth_contextAndrew Tridgell2009-07-011-1/+3
* Remove auth/ntlm as a dependency of GENSEC by means of function pointers.Andrew Bartlett2009-02-131-13/+9
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-5/+5
* Fix the build.Jelmer Vernooij2008-11-021-14/+37
* Remove use of global_loadparm for disabled gensec backends.Jelmer Vernooij2008-11-021-4/+20
* Fix the build.Jelmer Vernooij2008-11-021-2/+2
* Add gensec_settings structure. This wraps loadparm_context for now, butJelmer Vernooij2008-11-021-10/+19
* s4:gensec: pass down want_features to the spnego backend mechStefan Metzmacher2008-10-061-1/+7
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-251-17/+5
|\
| * Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-17/+5
| * Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-141-0/+6
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-23/+24
|\|
| * Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-23/+24
* | Fix the build (again).Jelmer Vernooij2008-02-261-0/+6
* | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-161-1/+0
|/
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-1/+1
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26260: Store loadparm context in gensec context.Jelmer Vernooij2007-12-211-5/+10
* r26258: Use loadparm context in client_start function of gensec.Jelmer Vernooij2007-12-211-1/+1
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r26226: Avoid more uses of global_loadparm.Jelmer Vernooij2007-12-211-2/+2
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-8/+8
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-2/+2