summaryrefslogtreecommitdiffstats
path: root/source4/param/param.i
Commit message (Expand)AuthorAgeFilesLines
* Add utility function for getting the default loadparm context from a python m...Jelmer Vernooij2008-11-021-0/+9
* Remove access to global_loadparm from python module.Jelmer Vernooij2008-10-241-3/+0
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-241-1/+1
* Add docstrings to param python module.Jelmer Vernooij2008-05-231-0/+26
* Load default smb.conf file if none was specified explicitly.Jelmer Vernooij2008-04-211-0/+9
* Remove sDefault as static variable.Jelmer Vernooij2008-02-281-3/+4
* Add bindings for lp_load_default().Jelmer Vernooij2008-01-231-0/+1
* python: Accept loadparm filename rather than loadparm object, too.Jelmer Vernooij2008-01-141-1/+10
* pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij2008-01-141-0/+12
* r26596: Fixed upgrade.py.Jelmer Vernooij2007-12-261-0/+2
* r26592: Finish fixing the samba3dump script.Jelmer Vernooij2007-12-261-0/+59
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-241-7/+7
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-241-1/+1
* r26517: Add functions for setting and getting parameters on a LoadParm.Jelmer Vernooij2007-12-211-0/+99
* r26503: Change order of arguments in param interface so it's easier to make theJelmer Vernooij2007-12-211-5/+28
* r26456: Provide default config object, fix typo.Jelmer Vernooij2007-12-211-1/+1
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-211-4/+3
* r26448: Add basic tests for param python module.Jelmer Vernooij2007-12-211-5/+18
* r26447: Forgot to add param.i file.Jelmer Vernooij2007-12-211-0/+97