summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/pygensec.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-18pygensec: Fix whitespace.Jelmer Vernooij1-8/+8
2012-01-12s4:pygensec: add set_max_update_size() and max_update_size() functionsStefan Metzmacher1-0/+25
2012-01-04s4:pygensec: add session_key() methodStefan Metzmacher1-0/+29
2011-10-18gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett1-19/+11
2011-08-14Use public pytalloc header file.Jelmer Vernooij1-1/+1
2011-08-10pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij1-20/+20
2011-08-03gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett1-1/+5
2011-07-28s4auth: Fix the object name for Py_SecurityAmitay Isaacs1-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-04-05auth: Move auth_session_info into IDLAndrew Bartlett1-1/+1
2011-03-22s4:python bindings - handle NULL returns from "loadparm_init_global"Matthias Dieter Wallnöfer1-0/+10
2011-01-19pygensec: remove special case handling for None for buffersAndrew Tridgell1-35/+28
2011-01-18s4-gensec Extend python bindings for GENSEC and the associated testAndrew Bartlett1-21/+223
2011-01-18s4-pygensec Fix indentation of py_gensec_start_mech_by_name()Andrew Bartlett1-11/+11
2011-01-18s4-pygensec Add bindings for server_start() and update()Andrew Bartlett1-4/+96
2011-01-18s4-pyauth Use py_talloc_get_type() for greater talloc binding safetyAndrew Bartlett1-6/+9
2010-12-01pygensec: Fix initialization.Jelmer Vernooij1-1/+1
2010-12-01pygensec: Use talloc.Object.Jelmer Vernooij1-1/+4
2010-09-22s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij1-0/+18
2010-09-22pygensec: Implement start_mech_by_name().Jelmer Vernooij1-5/+28
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-1/+1
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-1/+0
2010-04-08pynet: Create a net class.Jelmer Vernooij1-1/+1
2010-03-29pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell1-1/+1
2010-02-26s4:python Add bindings to set GENSEC flags on credentials in pythonAndrew Bartlett1-0/+9
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-10-20s4: ran minimal_includes.pl on source4/auth/gensecAndrew Tridgell1-1/+0
2009-10-02s4-pygensec: a bit closer to workingAndrew Tridgell1-7/+50
2009-09-26pygensec: Add initial work on a gensec Python module.Jelmer Vernooij1-0/+144