summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of global_loadparm in last Python script.Jelmer Vernooij2008-10-241-2/+0
|
* Fix subunit files location after cherrypicks.Jelmer Vernooij2008-10-081-1/+1
|
* Move all subunit files to lib directory.Jelmer Vernooij2008-10-081-0/+1
|
* Fix syntax errors in minschema.Jelmer Vernooij2008-10-081-20/+16
|
* Remove python extension, simplify some code.Jelmer Vernooij2008-09-184-3/+3
|
* Revert "Add option for generating coverage data from python tests."Jelmer Vernooij2008-09-121-8/+0
| | | | | This reverts commit 43c0fdfff02021caef2d8f73d6bfdc4b051a65ef. (This used to be commit 696f30fff249656409f2efcc81b86a421d0c6880)
* Add option for generating coverage data from python tests.Jelmer Vernooij2008-09-091-0/+8
| | | | (This used to be commit 43c0fdfff02021caef2d8f73d6bfdc4b051a65ef)
* Be more pythonic.Jelmer Vernooij2008-07-301-7/+5
| | | | (This used to be commit 20d40e31942f96ca9d077e57c6dd4c1d38f79b4b)
* mamachinepw: add better error handlingStefan Metzmacher2008-07-261-4/+20
| | | | | metze (This used to be commit 7ac424137f62ceacf44e477f4e3805267013005b)
* Add "mymachinepw" to fetch our machine password out of secrets.ldbVolker Lendecke2008-07-261-0/+45
| | | | (This used to be commit 4fbe16deb0e06e145f643568a699b80b431d4f42)
* Remove obsolete ejs winreg example.Jelmer Vernooij2008-05-261-107/+0
| | | | (This used to be commit f1a2d2bc00dac56080b2bd560074ec66d12a3129)
* Move some scripts to examples directory since they're not really generically ↵Jelmer Vernooij2008-05-263-203/+2
| | | | | | useful. (This used to be commit 4026493e91f8096e5d602cd42f9a83d2d75042db)
* Cope with no server being active.Jelmer Vernooij2008-05-261-3/+9
| | | | (This used to be commit 893119bb4c9c297966d43d37fe73faa747b7c86e)
* Finish smbstatus in Python.Jelmer Vernooij2008-05-261-8/+15
| | | | (This used to be commit 988508c2d3269cc88ed38df2fc207a1c0aaccc6b)
* Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-261-16/+23
| | | | (This used to be commit 6ecf81ae13dffa05356c1177c617206c120fb7d7)
* Convert smbstatus to Python.Jelmer Vernooij2008-05-261-96/+63
| | | | (This used to be commit f14ad6cd92227c7ed5c570b581e5db82b7d42e25)
* Add initial work for script that uses probing to figure out IDL.Jelmer Vernooij2008-05-251-0/+161
| | | | (This used to be commit 4e5687e813e50d0bc8d6314e389d1d7a0be2f8c1)
* Fix bugs in samr python tests.Jelmer Vernooij2008-05-231-3/+3
| | | | (This used to be commit 09c6b106ac144820b8c072bda4dad3d8e2145ff0)
* Convert samr test to python.Jelmer Vernooij2008-05-231-0/+114
| | | | (This used to be commit 88d473b202e82b462ef82ffdeb4f1710918ffda5)
* Fix imports for minschema.Jelmer Vernooij2008-05-231-0/+2
| | | | (This used to be commit bda223a49e6bdeda68518cba27bc92df33784939)
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-1/+1
| | | | (This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
* Set sys.path for running inside source tree.Jelmer Vernooij2008-05-115-2/+19
| | | | (This used to be commit b507109bb676715f7d9616e13b0e19305e9c2559)
* Use system python rather than smbpython.Jelmer Vernooij2008-05-111-1/+3
| | | | (This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
* Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij2008-04-141-2/+1
| | | | (This used to be commit 280339e3d126f5c72dc271051b72839fde0c5c9f)
* Allow command line options in the subunitrun script.Jelmer Vernooij2008-04-141-1/+21
| | | | (This used to be commit 524ec0796efebd48e7b5b2eb5fcc92ecc13c0071)
* Convert some more files to GPLv3.Andrew Kroeger2008-03-282-2/+2
| | | | (This used to be commit ebe5e8399422eb7e2ff4deb546338823e2718907)
* Fix subunit runner exit codes.Jelmer Vernooij2008-02-121-1/+2
| | | | (This used to be commit 7911308dbc1233838e44c533302f77b03ea41148)
* Correctly increment counters in Subunit test runner.Jelmer Vernooij2008-02-121-3/+1
| | | | (This used to be commit c474a2bb83a3e28a0b83f3b8ca1b646742dfca3d)
* More syntax fixes, use more standard python functions.Jelmer Vernooij2008-02-101-328/+247
| | | | (This used to be commit ea07509b4a9335a3b3fe6f6da1124fd1aab33c96)
* Start working on python conversion of minschema.Jelmer Vernooij2008-02-101-0/+660
| | | | (This used to be commit 239a1616644321e2d1e64985ea3f3c4971997228)
* python: Add convenience function for getting command line loadparm contextJelmer Vernooij2008-01-231-2/+3
| | | | | and default to using system smb.conf. (This used to be commit b3afde0f00ab5093b577b139a062c233d4db2524)
* python: Enable building of the wkssvc python bindings.Jelmer Vernooij2008-01-141-0/+24
| | | | (This used to be commit 7a00d48a478be84e9f38c5e6cb57739063d0d613)
* python: Convert winreg.py completely to rpc, use new RPC Python bindings.Jelmer Vernooij2008-01-141-72/+61
| | | | (This used to be commit 9c21773737ea941b623105352b4625dcb8437706)
* r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij2007-12-261-5/+6
| | | | (This used to be commit e3d7454ef70d6fe9a1ce34eaf57268bd5b713ccf)
* r26598: Simplify the way Python tests are run.Jelmer Vernooij2007-12-261-1/+2
| | | | (This used to be commit d649f73431fc993e31522e7fc8e1e35e0a4421d8)
* 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-242-232/+248
| | | | | | | | 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)
* r26191: Import custom test runner for subunit, rather than using trial, ↵Jelmer Vernooij2007-12-211-0/+25
| | | | | | which is part of twisted. (This used to be commit b0f808345f948c49ad46f34ba306ca8354393850)
* r26079: Some cleanups in the old SWIG wrappers: - remove old torture tests ↵Jelmer Vernooij2007-12-211-0/+301
| | | | | | for LDB (replaced by a much more extensive test) - moved tool to bin directory (This used to be commit d6d3b0ad7a789441c82cf30a640033a052921c37)
* r12445: Fix header in manpage, make script executableJelmer Vernooij2007-10-101-0/+0
| | | | (This used to be commit 7ca00cd918760dccc51e56234126ead8535a22ef)
* r12012: fix renaming smbsrv_trees -> smbsrv_tconsStefan Metzmacher2007-10-101-6/+6
| | | | | metze (This used to be commit e5654f9791a2786e45108216344b2daea3ad9d91)
* r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. InAndrew Tridgell2007-10-101-3/+10
| | | | | | | | | js arrays are a special type of object where the length property is automatic, and cannot be modified manually. Our code was manually setting length, which made it abort when someone passed in a real ejs array. To fix this we need to create real arrays instead of objects, and remove the code that manually sets the length (This used to be commit ebdd1393fde44a0a35446d1a922d29a7c1769ba7)
* 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)
* r9580: put the libinclude() after the GetOptions so the smb.conf is loaded toAndrew Tridgell2007-10-101-4/+4
| | | | | get the libjs path (This used to be commit ee0b693ffaf02e75d3d740c36fffb9ea75e54431)
* r9568: updated the winreg js library for CreateKey, and add a --createkeyAndrew Tridgell2007-10-101-3/+15
| | | | | option to the winreg tool (This used to be commit 881452c7b7cc00222328f743c2c0c4ece39f4c96)