summaryrefslogtreecommitdiff
path: root/source4/scripting/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
* r9497: - converted the winreg library to a more OO style of interfaceAndrew Tridgell2007-10-101-5/+20
* r9491: fixed up a few scripts that need to be updated for the new GetOptions ...Andrew Tridgell2007-10-101-8/+6
* r9477: Convert popt options to an ejs object. Doesn't seem to break anythingRafal Szczesniak2007-10-101-2/+2
* r9377: made winreg a user tool (I find it quite useful). I expect it to get t...Andrew Tridgell2007-10-101-0/+75
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2007-10-101-1/+3
* r8589: - support --version option to smbstatusAndrew Tridgell2007-10-101-0/+2
* r8584: added --nbt option to smbstatus for nbt server statisticsAndrew Tridgell2007-10-101-3/+26
* r8583: nicer smbstatus outputAndrew Tridgell2007-10-101-13/+45
* r8577: added management calls to list current tree connectsAndrew Tridgell2007-10-101-0/+11
* r8575: the beginnings of a smbstatus commandAndrew Tridgell2007-10-101-0/+26