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