Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert param Python module to "manual" C. | Jelmer Vernooij | 2008-12-21 | 1 | -360/+0 |
| | |||||
* | py: Fix initialisation of subtypes, fix segfaults. | Jelmer Vernooij | 2008-12-21 | 1 | -3/+4 |
| | |||||
* | Use plain C implementation for misc Python module rather than SWIG. | Jelmer Vernooij | 2008-12-20 | 1 | -0/+3 |
| | |||||
* | Add utility function for getting the default loadparm context from a python ↵ | Jelmer Vernooij | 2008-11-02 | 1 | -0/+9 |
| | | | | module. | ||||
* | Remove access to global_loadparm from python module. | Jelmer Vernooij | 2008-10-24 | 1 | -3/+0 |
| | |||||
* | Add docstrings to a couple more python modules. | Jelmer Vernooij | 2008-05-24 | 1 | -1/+1 |
| | | | | (This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23) | ||||
* | Add docstrings to param python module. | Jelmer Vernooij | 2008-05-23 | 1 | -0/+26 |
| | | | | (This used to be commit 39d27088e51867705ceec356759e7c3609a102bf) | ||||
* | Load default smb.conf file if none was specified explicitly. | Jelmer Vernooij | 2008-04-21 | 1 | -0/+9 |
| | | | | (This used to be commit 8fa23fac516dbf4c8245c1d009e81f02a6341775) | ||||
* | Remove sDefault as static variable. | Jelmer Vernooij | 2008-02-28 | 1 | -3/+4 |
| | | | | (This used to be commit 16f36ce499e93860dd535034a584ec2b93e7a172) | ||||
* | Add bindings for lp_load_default(). | Jelmer Vernooij | 2008-01-23 | 1 | -0/+1 |
| | | | | (This used to be commit ffd793bbde636366855462f980f1f7d0e25afaab) | ||||
* | python: Accept loadparm filename rather than loadparm object, too. | Jelmer Vernooij | 2008-01-14 | 1 | -1/+10 |
| | | | | (This used to be commit 7e583a7ec4196982bd13cb679d741f37ef7decdb) | ||||
* | pidl/python: Pass credentials and loadparm context when connecting using ↵ | Jelmer Vernooij | 2008-01-14 | 1 | -0/+12 |
| | | | | | | DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b) | ||||
* | r26596: Fixed upgrade.py. | Jelmer Vernooij | 2007-12-26 | 1 | -0/+2 |
| | | | | | | Added blackbox tests for provision and upgrade Python scripts. Clean up temporary files created by the Python tests. (This used to be commit 2227fb6df62240cae64d27a1920d878316f819fc) | ||||
* | r26592: Finish fixing the samba3dump script. | Jelmer Vernooij | 2007-12-26 | 1 | -0/+59 |
| | | | | (This used to be commit 85679f3fc98238f90280f9f10d42550d71eeb918) | ||||
* | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 2007-12-24 | 1 | -1/+1 |
| | | | | | Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520) | ||||
* | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 2007-12-24 | 1 | -7/+7 |
| | | | | (This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28) | ||||
* | r26570: - Trim size of the swig-generated Python bindings by removing a ↵ | Jelmer Vernooij | 2007-12-24 | 1 | -1/+1 |
| | | | | | | | | bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852) | ||||
* | r26517: Add functions for setting and getting parameters on a LoadParm. | Jelmer Vernooij | 2007-12-21 | 1 | -0/+99 |
| | | | | | | Pass loadparm context along to Ldb contexts. Other minor Python improvements. (This used to be commit 7a15b486bae8fb774058b2d94cc12b7b01ee6ac0) | ||||
* | r26503: Change order of arguments in param interface so it's easier to make the | Jelmer Vernooij | 2007-12-21 | 1 | -5/+28 |
| | | | | | section name optional. Fix several smaller bits and pieces in the Python code. (This used to be commit 1b89311e5fa4fcde060df50e580dc221205cc8ca) | ||||
* | r26456: Provide default config object, fix typo. | Jelmer Vernooij | 2007-12-21 | 1 | -1/+1 |
| | | | | (This used to be commit 2b59df2af973044d9d3875c9202c17647f561d3b) | ||||
* | r26454: Add simple SWIG macro for wrapping talloced types. | Jelmer Vernooij | 2007-12-21 | 1 | -4/+3 |
| | | | | (This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75) | ||||
* | r26448: Add basic tests for param python module. | Jelmer Vernooij | 2007-12-21 | 1 | -5/+18 |
| | | | | (This used to be commit ccfab20dcc2d7059c402c03be244b759d59c4b81) | ||||
* | r26447: Forgot to add param.i file. | Jelmer Vernooij | 2007-12-21 | 1 | -0/+97 |
(This used to be commit 44098e6a40c7447867ea82c6c3f7148a49816577) |