summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/samba3.py
AgeCommit message (Collapse)AuthorFilesLines
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)