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