Age | Commit message (Expand) | Author | Files | Lines |
2008-09-09 | Add option for generating coverage data from python tests. | Jelmer Vernooij | 1 | -0/+8 |
2008-07-30 | Be more pythonic. | Jelmer Vernooij | 1 | -7/+5 |
2008-07-26 | mamachinepw: add better error handling | Stefan Metzmacher | 1 | -4/+20 |
2008-07-26 | Add "mymachinepw" to fetch our machine password out of secrets.ldb | Volker Lendecke | 1 | -0/+45 |
2008-05-26 | Remove obsolete ejs winreg example. | Jelmer Vernooij | 1 | -107/+0 |
2008-05-26 | Move some scripts to examples directory since they're not really generically ... | Jelmer Vernooij | 3 | -203/+2 |
2008-05-26 | Cope with no server being active. | Jelmer Vernooij | 1 | -3/+9 |
2008-05-26 | Finish smbstatus in Python. | Jelmer Vernooij | 1 | -8/+15 |
2008-05-26 | Allow using IRPC functions on the messaging bus from Python. | Jelmer Vernooij | 1 | -16/+23 |
2008-05-26 | Convert smbstatus to Python. | Jelmer Vernooij | 1 | -96/+63 |
2008-05-25 | Add initial work for script that uses probing to figure out IDL. | Jelmer Vernooij | 1 | -0/+161 |
2008-05-23 | Fix bugs in samr python tests. | Jelmer Vernooij | 1 | -3/+3 |
2008-05-23 | Convert samr test to python. | Jelmer Vernooij | 1 | -0/+114 |
2008-05-23 | Fix imports for minschema. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-11 | Set sys.path for running inside source tree. | Jelmer Vernooij | 5 | -2/+19 |
2008-05-11 | Use system python rather than smbpython. | Jelmer Vernooij | 1 | -1/+3 |
2008-04-14 | Make sure credentials are specified when running the Python winreg RPC tests. | Jelmer Vernooij | 1 | -2/+1 |
2008-04-14 | Allow command line options in the subunitrun script. | Jelmer Vernooij | 1 | -1/+21 |
2008-03-28 | Convert some more files to GPLv3. | Andrew Kroeger | 2 | -2/+2 |
2008-02-12 | Fix subunit runner exit codes. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-12 | Correctly increment counters in Subunit test runner. | Jelmer Vernooij | 1 | -3/+1 |
2008-02-10 | More syntax fixes, use more standard python functions. | Jelmer Vernooij | 1 | -328/+247 |
2008-02-10 | Start working on python conversion of minschema. | Jelmer Vernooij | 1 | -0/+660 |
2008-01-23 | python: Add convenience function for getting command line loadparm context | Jelmer Vernooij | 1 | -2/+3 |
2008-01-14 | python: Enable building of the wkssvc python bindings. | Jelmer Vernooij | 1 | -0/+24 |
2008-01-14 | python: Convert winreg.py completely to rpc, use new RPC Python bindings. | Jelmer Vernooij | 1 | -72/+61 |
2007-12-26 | r26607: Fix reading of values and subkeys in Samba 3 registry files. | Jelmer Vernooij | 1 | -5/+6 |
2007-12-26 | r26598: Simplify the way Python tests are run. | Jelmer Vernooij | 1 | -1/+2 |
2007-12-26 | r26593: - More work on the python versions of samba3dump and the samba3sam te... | Jelmer Vernooij | 1 | -3/+0 |
2007-12-26 | r26592: Finish fixing the samba3dump script. | Jelmer Vernooij | 1 | -123/+117 |
2007-12-26 | r26591: Get the first bits of samba3dump to work again. | Jelmer Vernooij | 1 | -54/+69 |
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 2 | -232/+248 |
2007-12-21 | r26191: Import custom test runner for subunit, rather than using trial, which... | Jelmer Vernooij | 1 | -0/+25 |
2007-12-21 | r26079: Some cleanups in the old SWIG wrappers: - remove old torture tests fo... | Jelmer Vernooij | 1 | -0/+301 |
2007-10-10 | r12445: Fix header in manpage, make script executable | Jelmer Vernooij | 1 | -0/+0 |
2007-10-10 | r12012: fix renaming smbsrv_trees -> smbsrv_tcons | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. In | Andrew Tridgell | 1 | -3/+10 |
2007-10-10 | r9735: More work on generating a valid Samba4 configuration using the | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r9725: Fix full output mode of samba3dump as well. Thanks to tridge for | Jelmer Vernooij | 1 | -20/+38 |
2007-10-10 | r9724: Rewrite samba3dump in JS. The summary works now, but the full output | Jelmer Vernooij | 1 | -64/+61 |
2007-10-10 | r9722: Initial attempt at converting samba3dump to EJS.. | Jelmer Vernooij | 1 | -0/+220 |
2007-10-10 | r9580: put the libinclude() after the GetOptions so the smb.conf is loaded to | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r9568: updated the winreg js library for CreateKey, and add a --createkey | Andrew Tridgell | 1 | -3/+15 |
2007-10-10 | r9497: - converted the winreg library to a more OO style of interface | Andrew Tridgell | 1 | -5/+20 |
2007-10-10 | r9491: fixed up a few scripts that need to be updated for the new GetOptions ... | Andrew Tridgell | 1 | -8/+6 |
2007-10-10 | r9477: Convert popt options to an ejs object. Doesn't seem to break anything | Rafal Szczesniak | 1 | -2/+2 |
2007-10-10 | r9377: made winreg a user tool (I find it quite useful). I expect it to get t... | Andrew Tridgell | 1 | -0/+75 |
2007-10-10 | r8639: moved loadparm calls into an ejs object | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r8589: - support --version option to smbstatus | Andrew Tridgell | 1 | -0/+2 |