summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin
Commit message (Expand)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
* Add option for generating coverage data from python tests.Jelmer Vernooij2008-09-091-0/+8
* Be more pythonic.Jelmer Vernooij2008-07-301-7/+5
* mamachinepw: add better error handlingStefan Metzmacher2008-07-261-4/+20
* Add "mymachinepw" to fetch our machine password out of secrets.ldbVolker Lendecke2008-07-261-0/+45
* Remove obsolete ejs winreg example.Jelmer Vernooij2008-05-261-107/+0
* Move some scripts to examples directory since they're not really generically ...Jelmer Vernooij2008-05-263-203/+2
* Cope with no server being active.Jelmer Vernooij2008-05-261-3/+9
* Finish smbstatus in Python.Jelmer Vernooij2008-05-261-8/+15
* Allow using IRPC functions on the messaging bus from Python.Jelmer Vernooij2008-05-261-16/+23
* Convert smbstatus to Python.Jelmer Vernooij2008-05-261-96/+63
* Add initial work for script that uses probing to figure out IDL.Jelmer Vernooij2008-05-251-0/+161
* Fix bugs in samr python tests.Jelmer Vernooij2008-05-231-3/+3
* Convert samr test to python.Jelmer Vernooij2008-05-231-0/+114
* Fix imports for minschema.Jelmer Vernooij2008-05-231-0/+2
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-211-1/+1
* Set sys.path for running inside source tree.Jelmer Vernooij2008-05-115-2/+19
* Use system python rather than smbpython.Jelmer Vernooij2008-05-111-1/+3
* Make sure credentials are specified when running the Python winreg RPC tests.Jelmer Vernooij2008-04-141-2/+1
* Allow command line options in the subunitrun script.Jelmer Vernooij2008-04-141-1/+21
* Convert some more files to GPLv3.Andrew Kroeger2008-03-282-2/+2
* Fix subunit runner exit codes.Jelmer Vernooij2008-02-121-1/+2
* Correctly increment counters in Subunit test runner.Jelmer Vernooij2008-02-121-3/+1
* More syntax fixes, use more standard python functions.Jelmer Vernooij2008-02-101-328/+247
* Start working on python conversion of minschema.Jelmer Vernooij2008-02-101-0/+660
* python: Add convenience function for getting command line loadparm contextJelmer Vernooij2008-01-231-2/+3
* python: Enable building of the wkssvc python bindings.Jelmer Vernooij2008-01-141-0/+24
* python: Convert winreg.py completely to rpc, use new RPC Python bindings.Jelmer Vernooij2008-01-141-72/+61
* r26607: Fix reading of values and subkeys in Samba 3 registry files.Jelmer Vernooij2007-12-261-5/+6
* r26598: Simplify the way Python tests are run.Jelmer Vernooij2007-12-261-1/+2
* r26593: - More work on the python versions of samba3dump and the samba3sam te...Jelmer Vernooij2007-12-261-3/+0
* r26592: Finish fixing the samba3dump script.Jelmer Vernooij2007-12-261-123/+117
* r26591: Get the first bits of samba3dump to work again.Jelmer Vernooij2007-12-261-54/+69
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-242-232/+248
* r26191: Import custom test runner for subunit, rather than using trial, which...Jelmer Vernooij2007-12-211-0/+25
* r26079: Some cleanups in the old SWIG wrappers: - remove old torture tests fo...Jelmer Vernooij2007-12-211-0/+301
* r12445: Fix header in manpage, make script executableJelmer Vernooij2007-10-101-0/+0
* r12012: fix renaming smbsrv_trees -> smbsrv_tconsStefan Metzmacher2007-10-101-6/+6
* r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. InAndrew Tridgell2007-10-101-3/+10
* r9735: More work on generating a valid Samba4 configuration using theJelmer Vernooij2007-10-101-2/+1
* r9725: Fix full output mode of samba3dump as well. Thanks to tridge forJelmer Vernooij2007-10-101-20/+38
* r9724: Rewrite samba3dump in JS. The summary works now, but the full outputJelmer Vernooij2007-10-101-64/+61
* r9722: Initial attempt at converting samba3dump to EJS..Jelmer Vernooij2007-10-101-0/+220
* r9580: put the libinclude() after the GetOptions so the smb.conf is loaded toAndrew Tridgell2007-10-101-4/+4
* r9568: updated the winreg js library for CreateKey, and add a --createkeyAndrew Tridgell2007-10-101-3/+15