s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
[nivanova/samba-autobuild/.git] / source4 / param / pyparam.c
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-06-20 Jelmer Vernooijtestparm: Check netbios name and workgroup characters...
2010-06-20 Jelmer Vernooijpyparam: Support Loadparm.get(p, "global")
2010-06-20 Jelmer Vernooijpyparam: Allow specifying None as section name to Loadp...
2010-06-20 Jelmer Vernooijs4-python: Add LoadparmService.dump()
2010-06-20 Jelmer Vernooijs4-python: Implement LoadParm.dump().
2010-03-29 Andrew Tridgellpytalloc: allow for using a system libtalloc-dev with...
2010-02-09 Matthias Dieter... s4:Remove "Py_RETURN_NONE" compatibility code
2010-01-04 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2009-12-21 Jelmer VernooijFix initialisation of TypeObject samba.param.LoadparmSe...
2009-10-23 Andrew Tridgells4-python: we need to include Python.h first
2009-08-03 Ricardo Jorgeparam/pyparam: Cope with string list parameters being...
2009-08-03 Ricardo Jorgepython/loadparm: Get shares listing working.
2009-07-01 Andrew Tridgelluse py_talloc_reference instead of py_talloc_import
2009-06-17 Jelmer Vernooijparam/python: Fix memory leak of LoadParm objects.
2009-06-16 Jelmer Vernooijpython: Provide way to iterate over available shares.
2009-06-02 Jelmer VernooijFix unresolved symbol in python messaging module.
2009-06-02 Jelmer Vernooijpython: Move helper functions for using param into...
2009-02-09 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Stefan Metzmachers4:pyparam: fix compiler warnings
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-02 Stefan Metzmachers4:loadparm: s/class/pclass
2009-01-16 Jelmer VernooijFind default smb.conf path correctly, when it was not...
2009-01-15 Jelmer Vernooijpython/param: Cope with lp configfile being NULL.
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Jelmer VernooijAvoid using a utility header for Python replacements...
2009-01-07 Tim Proutys3/s4 build: Fix Py_RETURN_NONE to work with python...
2009-01-06 Jelmer Vernooijpy: Properly increase the reference counter of Py_None.
2008-12-23 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-23 Jelmer Vernooijpython: Define Py_ssize_t if the Python library doesn't.
2008-12-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-22 Jelmer VernooijFix missing symbols issues when building with shared...
2008-12-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-22 Jelmer VernooijRaise proper exceptions when lp file can't be found...
2008-12-21 Jelmer VernooijFix more tests, improve repr() functions for various...
2008-12-21 Jelmer VernooijConvert param Python module to "manual" C.
2008-12-21 Jelmer VernooijFix various Python-related bugs.