summaryrefslogtreecommitdiffstats
path: root/source4/auth/gensec/pygensec.c
Commit message (Expand)AuthorAgeFilesLines
* pytalloc: Use consistent prefix for functions, add ABI file.Jelmer Vernooij2011-08-101-20/+20
* gensec: clarify memory ownership for gensec_session_info() and gensec_session...Andrew Bartlett2011-08-031-1/+5
* s4auth: Fix the object name for Py_SecurityAmitay Isaacs2011-07-281-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
* auth: Move auth_session_info into IDLAndrew Bartlett2011-04-051-1/+1
* s4:python bindings - handle NULL returns from "loadparm_init_global"Matthias Dieter Wallnöfer2011-03-221-0/+10
* pygensec: remove special case handling for None for buffersAndrew Tridgell2011-01-191-35/+28
* s4-gensec Extend python bindings for GENSEC and the associated testAndrew Bartlett2011-01-181-21/+223
* s4-pygensec Fix indentation of py_gensec_start_mech_by_name()Andrew Bartlett2011-01-181-11/+11
* s4-pygensec Add bindings for server_start() and update()Andrew Bartlett2011-01-181-4/+96
* s4-pyauth Use py_talloc_get_type() for greater talloc binding safetyAndrew Bartlett2011-01-181-6/+9
* pygensec: Fix initialization.Jelmer Vernooij2010-12-011-1/+1
* pygensec: Use talloc.Object.Jelmer Vernooij2010-12-011-1/+4
* s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij2010-09-221-0/+18
* pygensec: Implement start_mech_by_name().Jelmer Vernooij2010-09-221-5/+28
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-181-1/+0
* pynet: Create a net class.Jelmer Vernooij2010-04-081-1/+1
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* s4:python Add bindings to set GENSEC flags on credentials in pythonAndrew Bartlett2010-02-261-0/+9
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* s4: ran minimal_includes.pl on source4/auth/gensecAndrew Tridgell2009-10-201-1/+0
* s4-pygensec: a bit closer to workingAndrew Tridgell2009-10-021-7/+50
* pygensec: Add initial work on a gensec Python module.Jelmer Vernooij2009-09-261-0/+144