gensec: move event context from gensec_*_init() to gensec_update()
[obnox/samba/samba-obnox.git] / source4 / auth / gensec / pygensec.c
2011-10-18 Andrew Bartlettgensec: move event context from gensec_*_init() to...
2011-08-14 Jelmer VernooijUse public pytalloc header file.
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-03 Andrew Bartlettgensec: clarify memory ownership for gensec_session_inf...
2011-07-28 Amitay Isaacss4auth: Fix the object name for Py_Security
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-06 Andrew Bartletts4-modules Remove lp_ctx from init functions that no...
2011-05-08 Andrew Bartletts4-auth Rename auth -> auth4 to avoid conflict with...
2011-04-05 Andrew Bartlettauth: Move auth_session_info into IDL
2011-03-22 Matthias Dieter... s4:python bindings - handle NULL returns from "loadparm...
2011-01-19 Andrew Tridgellpygensec: remove special case handling for None for...
2011-01-18 Andrew Bartletts4-gensec Extend python bindings for GENSEC and the...
2011-01-18 Andrew Bartletts4-pygensec Fix indentation of py_gensec_start_mech_by_...
2011-01-18 Andrew Bartletts4-pygensec Add bindings for server_start() and update()
2011-01-18 Andrew Bartletts4-pyauth Use py_talloc_get_type() for greater talloc...
2010-12-01 Jelmer Vernooijpygensec: Fix initialization.
2010-12-01 Jelmer Vernooijpygensec: Use talloc.Object.
2010-09-23 Jelmer Vernooijs4-param: Check type when converting python object...
2010-09-23 Jelmer Vernooijpygensec: Implement start_mech_by_name().
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-04-08 Jelmer Vernooijpynet: Create a net class.
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-02-26 Andrew Bartletts4:python Add bindings to set GENSEC flags on credentia...
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-10-20 Andrew Tridgells4: ran minimal_includes.pl on source4/auth/gensec
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-02 Andrew Tridgells4-pygensec: a bit closer to working
2009-09-26 Jelmer Vernooijpygensec: Add initial work on a gensec Python module.