summaryrefslogtreecommitdiffstats
path: root/source4/param/pyparam.c
Commit message (Expand)AuthorAgeFilesLines
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-24/+24
* testparm: Check netbios name and workgroup characters and length.Jelmer Vernooij2010-06-201-2/+2
* pyparam: Support Loadparm.get(p, "global")Jelmer Vernooij2010-06-201-52/+52
* pyparam: Allow specifying None as section name to LoadparmContext.get()Jelmer Vernooij2010-06-201-1/+1
* s4-python: Add LoadparmService.dump()Jelmer Vernooij2010-06-201-0/+40
* s4-python: Implement LoadParm.dump().Jelmer Vernooij2010-06-201-0/+23
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* Fix initialisation of TypeObject samba.param.LoadparmService.Jelmer Vernooij2009-12-211-0/+3
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-4/+1
* param/pyparam: Cope with string list parameters being empty.Ricardo Jorge2009-08-041-1/+7
* python/loadparm: Get shares listing working.Ricardo Jorge2009-08-041-5/+6
* use py_talloc_reference instead of py_talloc_importAndrew Tridgell2009-07-011-1/+1
* 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
* s4:pyparam: fix compiler warningsStefan Metzmacher2009-02-051-15/+15
* s4:loadparm: s/class/pclassStefan Metzmacher2009-02-021-1/+1
* Find default smb.conf path correctly, when it was not specified on theJelmer Vernooij2009-01-161-1/+12
* 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
* 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
* 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