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