summaryrefslogtreecommitdiffstats
path: root/source4/param/pyparam.c
Commit message (Collapse)AuthorAgeFilesLines
* 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