Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-12-21 | Fix initialisation of TypeObject samba.param.LoadparmService. | Jelmer Vernooij | 1 | -0/+3 | |
Found by Ricardo Jorge <rvelhote@gmail.com>. | |||||
2009-10-23 | s4-python: we need to include Python.h first | Andrew Tridgell | 1 | -4/+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-08-04 | param/pyparam: Cope with string list parameters being empty. | Ricardo Jorge | 1 | -1/+7 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-08-04 | python/loadparm: Get shares listing working. | Ricardo Jorge | 1 | -5/+6 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-07-01 | use py_talloc_reference instead of py_talloc_import | Andrew Tridgell | 1 | -1/+1 | |
This is one of the few cases where we want the object to be owned by both the python object and C code | |||||
2009-06-17 | param/python: Fix memory leak of LoadParm objects. | Jelmer Vernooij | 1 | -1/+12 | |
2009-06-16 | python: Provide way to iterate over available shares. | Jelmer Vernooij | 1 | -0/+16 | |
2009-06-02 | Fix unresolved symbol in python messaging module. | Jelmer Vernooij | 1 | -9/+0 | |
2009-06-02 | python: Move helper functions for using param into a separate file rather | Jelmer Vernooij | 1 | -24/+0 | |
than linking against the python module. | |||||
2009-02-05 | s4:pyparam: fix compiler warnings | Stefan Metzmacher | 1 | -15/+15 | |
metze | |||||
2009-02-02 | s4:loadparm: s/class/pclass | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-01-16 | Find default smb.conf path correctly, when it was not specified on the | Jelmer Vernooij | 1 | -1/+12 | |
command-line. | |||||
2009-01-15 | python/param: Cope with lp configfile being NULL. | Jelmer Vernooij | 1 | -1/+5 | |
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 | |
since this will not be shipped with talloc/tdb/tevent/etc. | |||||
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -0/+1 | |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -4/+4 | |
2008-12-23 | python: Define Py_ssize_t if the Python library doesn't. | Jelmer Vernooij | 1 | -0/+6 | |
2008-12-22 | Fix missing symbols issues when building with shared libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-22 | Raise proper exceptions when lp file can't be found, be a | Jelmer Vernooij | 1 | -4/+4 | |
bit less strict when no file was specified. | |||||
2008-12-21 | Fix more tests, improve repr() functions for various Python types. | Jelmer Vernooij | 1 | -3/+2 | |
2008-12-21 | Convert param Python module to "manual" C. | Jelmer Vernooij | 1 | -151/+16 | |
2008-12-21 | Fix various Python-related bugs. | Jelmer Vernooij | 1 | -0/+495 | |