python: samba.gensec: Port module to Python 3 compatible form
[nivanova/samba-autobuild/.git] / source4 / auth / gensec / pygensec.c
2017-03-10 Lumir Balharpython: samba.gensec: Port module to Python 3 compatibl...
2017-03-10 Lumir Balharpython: samba.gensec: Fix error handling in set_credent...
2016-03-10 Stefan Metzmachers4:pygensec: make sig_size() and sign/check_packet...
2016-03-08 Andrew Bartlettpygensec: Use pytalloc_BaseObject_PyType_Ready()
2016-03-08 Andrew Bartlettpygensec: Use pytalloc_steal() in gensec_start_{client...
2015-03-16 Andrew Bartlettpygensec: Add bindings for gensec_set_target_service...
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2014-03-26 Stefan Metzmachers4:pygensec: don't pass an explicit tevent_context...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-10 Stefan Metzmacherauth/gensec: introduce gensec_internal.h
2013-03-02 Jelmer VernooijMove python modules from source4/scripting/python/...
2013-02-28 Stefan Metzmachers4:pygensec: make use of samba_tevent_context_init()
2012-05-18 Jelmer Vernooijpygensec: Fix init of variable if not specified.
2012-02-18 Jelmer Vernooijpygensec: Fix whitespace.
2012-01-12 Stefan Metzmachers4:pygensec: add set_max_update_size() and max_update_s...
2012-01-04 Stefan Metzmachers4:pygensec: add session_key() method
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... 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.