summaryrefslogtreecommitdiffstats
path: root/source4/param/pyparam.c
Commit message (Collapse)AuthorAgeFilesLines
* param/pyparam: Cope with string list parameters being empty.Ricardo Jorge2009-08-041-1/+7
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* python/loadparm: Get shares listing working.Ricardo Jorge2009-08-041-5/+6
| | | | Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
* use py_talloc_reference instead of py_talloc_importAndrew Tridgell2009-07-011-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 Vernooij2009-06-171-1/+12
|
* python: Provide way to iterate over available shares.Jelmer Vernooij2009-06-161-0/+16
|
* Fix unresolved symbol in python messaging module.Jelmer Vernooij2009-06-021-9/+0
|
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-021-24/+0
| | | | than linking against the python module.
* s4:pyparam: fix compiler warningsStefan Metzmacher2009-02-051-15/+15
| | | | metze
* s4:loadparm: s/class/pclassStefan Metzmacher2009-02-021-1/+1
| | | | metze
* Find default smb.conf path correctly, when it was not specified on theJelmer Vernooij2009-01-161-1/+12
| | | | command-line.
* python/param: Cope with lp configfile being NULL.Jelmer Vernooij2009-01-151-1/+5
|
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-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.4Tim Prouty2009-01-071-0/+1
|
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-4/+4
|
* python: Define Py_ssize_t if the Python library doesn't.Jelmer Vernooij2008-12-231-0/+6
|
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
|
* Raise proper exceptions when lp file can't be found, be aJelmer Vernooij2008-12-221-4/+4
| | | | bit less strict when no file was specified.
* Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij2008-12-211-3/+2
|
* Convert param Python module to "manual" C.Jelmer Vernooij2008-12-211-151/+16
|
* Fix various Python-related bugs.Jelmer Vernooij2008-12-211-0/+495