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