summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/samba3.py
AgeCommit message (Collapse)AuthorFilesLines
2011-08-13py-samba3: Create samba3 python package to hold other modulesAmitay Isaacs1-793/+0
This will include passdb and param.
2011-06-20tdb2: create tdb2 versions of various testing TDBs.Rusty Russell1-2/+5
Soon, TDB2 will handle tdb1 files, but until then, we substitute. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2010-11-28s4-python: Some reformatting for the purpose of pydoctor.Jelmer Vernooij1-7/+5
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2009-11-28s4:samba3.py/upgrade.py: RevertMatthias Dieter Wallnöfer1-6/+5
This reverts commit 2175c0ed0649d545ea833d50e8d33fbee9051c35. This reverts commit 6c3e2417a0639cd7c367de93615c422cf5217456. This reverts commit dbb8989e05ac3189a5eca11fa40d572388ea02fc. This reverts commit 82adfa39b75aa628c88f828278c6ac09335d1a49. This reverts commit f299efa8f05c6a5b739222bdf75690a4591d3650. After a small discussion with Jelmer we agreed that this isn't the right way to fix the problem. We should wait for a real patch rather to rely on temporal hacks.
2009-11-27s4:samba3.py - deactivate also the assertion on line 599Matthias Dieter Wallnöfer1-1/+1
2009-11-27s4:samba3.py (and test) - deactivate the tests until those parameters are fixedMatthias Dieter Wallnöfer1-1/+1
2009-11-27s4:samba3.py - ignore comments in "smb.conf" filesMatthias Dieter Wallnöfer1-1/+1
2009-11-27s4:samba3.py - don't read those informations out from the TDBMatthias Dieter Wallnöfer1-3/+4
At the moment those three calls are broken
2009-11-27s4:samba3.py - support the TDB version 3Matthias Dieter Wallnöfer1-1/+1
2009-07-19Remove unnecessary imports.Jelmer Vernooij1-2/+2
2008-12-21Fix more tests, improve repr() functions for various Python types.Jelmer Vernooij1-5/+10
2008-12-21Move tests for ParamFile.Jelmer Vernooij1-0/+12
2008-12-21Provide simple Python replacement for ParamFile, which currently existsJelmer Vernooij1-2/+51
with a lot of overhead.
2008-12-18Cope with slight changes in tdb API.Jelmer Vernooij1-31/+46
2008-08-01Use new style python classes.Jelmer Vernooij1-6/+8
(This used to be commit 2a39aae0cef310a79427feb1b85f6794ea36849a)
2008-05-23Add docstrings to samba3 and getopt modules.Jelmer Vernooij1-0/+3
(This used to be commit bdf1c039db6c184a9f275a6e4bf3786570cc924a)
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij1-0/+2
(This used to be commit 0cc58decd74d20f3d7dff93ddef1c8bce4d49ad0)
2007-12-29r26629: python: Improve documentation in various places.Jelmer Vernooij1-8/+35
(This used to be commit ee71a27bca66426d34cb1d686a83ac6a342329d3)
2007-12-29r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij1-33/+67
(This used to be commit 3c329ee73d9979236313c37e51750ec06b8dd69e)
2007-12-27r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij1-59/+80
(This used to be commit 2f33e0451d6699fed8bc9abfa2f331317502b358)
2007-12-26r26608: More improvements to the upgrade code.Jelmer Vernooij1-19/+146
(This used to be commit 7ea06d91f602f770f55a1171174f11b922fed8e7)
2007-12-26r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij1-4/+24
(This used to be commit e3d7454ef70d6fe9a1ce34eaf57268bd5b713ccf)
2007-12-26r26593: - More work on the python versions of samba3dump and the samba3sam ↵Jelmer Vernooij1-1/+1
tests. - Initial work converting the upgrade code to Python. - Removed the old EJS upgrade code because it has been broken for a long time. (This used to be commit 150cf39fbd4fe088546870fb0d8f20c0d9eb4aca)
2007-12-26r26592: Finish fixing the samba3dump script.Jelmer Vernooij1-10/+53
(This used to be commit 85679f3fc98238f90280f9f10d42550d71eeb918)
2007-12-26r26591: Get the first bits of samba3dump to work again.Jelmer Vernooij1-11/+31
(This used to be commit 3511027515f8ea860fbe46639d9169999646a297)
2007-12-26r26590: Parsing routines for the smbpasswd file and idmap database.Jelmer Vernooij1-5/+91
(This used to be commit 0c14e16a2bc965d3319ca990089566bff98a47fe)
2007-12-26r26587: Fix reading Samba 3 WINS database and initial work on group db, ↵Jelmer Vernooij1-31/+129
aliases and secrets. (This used to be commit c7c4cf258ac7975b409d26c9386838d4780c756f)
2007-12-26r26585: Fix samba3.python tests.Jelmer Vernooij1-19/+23
(This used to be commit 231ec0777b7d1fb1297e3a974871b8735a386cfa)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-0/+224
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)