summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/pygensec.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell1-1/+1
When we have a system talloc library, we still need to grab pytalloc.h from lib/talloc. We don't want to just use -Ilib/talloc, as otherwise we'll get the in-tree talloc.h which may not be compatible with the system talloc.h So we need to give the path to pytalloc.h
2010-02-26s4:python Add bindings to set GENSEC flags on credentials in pythonAndrew Bartlett1-0/+9
This should allow these to be manipulated by python scripts that need encrypted connections. Andrew Bartlett
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
This was needed only by Python 2.3 which we no longer support.
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
If we don't include Python.h first then we get a pile of warnings due to broken redefines of XOPEN_SOURCE in the Python includes.
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
I'll need help from Andrew on how to get gensec to initialise it's ops element
2009-09-26pygensec: Add initial work on a gensec Python module.Jelmer Vernooij1-0/+144