Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-22 | s4:python bindings - handle NULL returns from "loadparm_init_global" | Matthias Dieter Wallnöfer | 1 | -0/+10 | |
Reviewed-by: Jelmer Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Mar 22 19:52:57 CET 2011 on sn-devel-104 | |||||
2011-01-19 | pygensec: remove special case handling for None for buffers | Andrew Tridgell | 1 | -35/+28 | |
always returning a buffer makes life easier for callers Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-01-18 | s4-gensec Extend python bindings for GENSEC and the associated test | Andrew Bartlett | 1 | -21/+223 | |
This now tests a real GENSEC exchange, including wrap and unwrap, using GSSAPI. Therefore, it now needs to access a KDC. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 18 11:41:26 CET 2011 on sn-devel-104 | |||||
2011-01-18 | s4-pygensec Fix indentation of py_gensec_start_mech_by_name() | Andrew Bartlett | 1 | -11/+11 | |
2011-01-18 | s4-pygensec Add bindings for server_start() and update() | Andrew Bartlett | 1 | -4/+96 | |
2011-01-18 | s4-pyauth Use py_talloc_get_type() for greater talloc binding safety | Andrew Bartlett | 1 | -6/+9 | |
This does a talloc check of the returned pointer before casting it. Andrew Bartlett | |||||
2010-12-01 | pygensec: Fix initialization. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 1 02:33:06 CET 2010 on sn-devel-104 | |||||
2010-12-01 | pygensec: Use talloc.Object. | Jelmer Vernooij | 1 | -1/+4 | |
2010-09-22 | s4-param: Check type when converting python object to lp_ctx, fix some | Jelmer Vernooij | 1 | -0/+18 | |
memory leaks. | |||||
2010-09-22 | pygensec: Implement start_mech_by_name(). | Jelmer Vernooij | 1 | -5/+28 | |
2010-07-16 | s4-loadparm: 2nd half of lp_ to lpcfg_ conversion | Andrew Tridgell | 1 | -1/+1 | |
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-05-18 | Finish removal of iconv_convenience in public API's. | Jelmer Vernooij | 1 | -1/+0 | |
2010-04-08 | pynet: Create a net class. | Jelmer Vernooij | 1 | -1/+1 | |
2010-03-29 | pytalloc: allow for using a system libtalloc-dev with pytalloc | Andrew Tridgell | 1 | -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-26 | s4:python Add bindings to set GENSEC flags on credentials in python | Andrew Bartlett | 1 | -0/+9 | |
This should allow these to be manipulated by python scripts that need encrypted connections. Andrew Bartlett | |||||
2010-02-09 | s4:Remove "Py_RETURN_NONE" compatibility code | Matthias Dieter Wallnöfer | 1 | -4/+0 | |
This was needed only by Python 2.3 which we no longer support. | |||||
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 1 | -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-20 | s4: ran minimal_includes.pl on source4/auth/gensec | Andrew Tridgell | 1 | -1/+0 | |
2009-10-02 | s4-pygensec: a bit closer to working | Andrew Tridgell | 1 | -7/+50 | |
I'll need help from Andrew on how to get gensec to initialise it's ops element | |||||
2009-09-26 | pygensec: Add initial work on a gensec Python module. | Jelmer Vernooij | 1 | -0/+144 | |