summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/samba3dump
AgeCommit message (Collapse)AuthorFilesLines
2011-08-26samba3dump: Update the code using modified samba3 module with passdb apiAmitay Isaacs1-40/+53
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
this should be much more portable
2008-05-26Move some scripts to examples directory since they're not really generically ↵Jelmer Vernooij1-2/+2
useful. (This used to be commit 4026493e91f8096e5d602cd42f9a83d2d75042db)
2008-05-11Set sys.path for running inside source tree.Jelmer Vernooij1-1/+4
(This used to be commit b507109bb676715f7d9616e13b0e19305e9c2559)
2007-12-26r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij1-5/+6
(This used to be commit e3d7454ef70d6fe9a1ce34eaf57268bd5b713ccf)
2007-12-26r26593: - More work on the python versions of samba3dump and the samba3sam ↵Jelmer Vernooij1-3/+0
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-123/+117
(This used to be commit 85679f3fc98238f90280f9f10d42550d71eeb918)
2007-12-26r26591: Get the first bits of samba3dump to work again.Jelmer Vernooij1-54/+69
(This used to be commit 3511027515f8ea860fbe46639d9169999646a297)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-232/+155
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)
2007-10-10r12445: Fix header in manpage, make script executableJelmer Vernooij1-0/+0
(This used to be commit 7ca00cd918760dccc51e56234126ead8535a22ef)
2007-10-10r9735: More work on generating a valid Samba4 configuration using theJelmer Vernooij1-2/+1
Samba3 data (both console and SWAT) (This used to be commit d569465dc4def55c27878028f2fc762960f453d8)
2007-10-10r9725: Fix full output mode of samba3dump as well. Thanks to tridge forJelmer Vernooij1-20/+38
a bit for explanation about js. (This used to be commit 765a30a0493cbd150f53335c6648e8e56ef6dc23)
2007-10-10r9724: Rewrite samba3dump in JS. The summary works now, but the full outputJelmer Vernooij1-64/+61
is triggering some obscure EJS assert.. (This used to be commit 42605f4444998e3063ffd1bea17425ff825f6132)
2007-10-10r9722: Initial attempt at converting samba3dump to EJS..Jelmer Vernooij1-0/+220
(This used to be commit 7e3b94dfb9c421793dab7813b96ca63da4b33960)