s3-param: Add "server role" as global parameter
[samba.git] / auth / gensec /
2011-10-28 Andrew Bartlettlib/util Rename samba_modules_load -> samba_module_init...
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module_fns_run -> samba_modu...
2011-10-28 Andrew Bartlettlib/util Rename samba_init_module_fn -> samba_module_in...
2011-10-28 Andrew Bartlettlib/util Split samba-modules library into public and...
2011-10-28 Andrew Bartlettlib/util Rename load_samba_modules -> samba_modules_load
2011-10-28 Andrew Bartlettlib/util Rename run_init_functions -> samba_init_module...
2011-10-28 Andrew Bartlettlib/util Rename init_module_fn to samba_init_module_fn
2011-10-24 Stefan Metzmacherauth/gensec: fix missleading comment
2011-10-22 Stefan Metzmacherauth/gensec: replace #if _SAMBA_BUILD_ == 4 by a featur...
2011-10-18 Andrew Bartlettgensec: move event context from gensec_*_init() to...
2011-10-18 Andrew Bartlettgensec: Refuse to seal if we did not negotiate to sign
2011-10-18 Andrew Bartlettgensec: Assert that we have not been subject to a downg...
2011-10-18 Andrew Bartlettgensec: an event context is no longer mandetory
2011-10-11 Andrew Bartlettgensec: trim header includes back to what is actually...
2011-10-11 Andrew Bartlettauth: move gensec_start.c to the top level
2011-08-08 Andrew Bartlettbuild: provide tevent-util as a public library
2011-08-03 Andrew Bartlettgensec: clarify memory ownership for gensec_session_inf...
2011-08-03 Andrew Bartlettgensec: Remove mem_ctx from calls that do not return...
2011-08-03 Andrew Bartlettgensec: split GENSEC into mechanism-dependent and runti...