Jelmer Vernooij
7911308dbc
Fix subunit runner exit codes.
2008-02-12 22:10:25 +01:00
Jelmer Vernooij
c474a2bb83
Correctly increment counters in Subunit test runner.
2008-02-12 21:59:23 +01:00
Jelmer Vernooij
ea07509b4a
More syntax fixes, use more standard python functions.
2008-02-10 00:56:55 +01:00
Jelmer Vernooij
239a161664
Start working on python conversion of minschema.
2008-02-10 00:21:41 +01:00
Jelmer Vernooij
b3afde0f00
python: Add convenience function for getting command line loadparm context
...
and default to using system smb.conf.
2008-01-23 23:38:57 +01:00
Jelmer Vernooij
7a00d48a47
python: Enable building of the wkssvc python bindings.
2008-01-14 20:14:53 +01:00
Jelmer Vernooij
9c21773737
python: Convert winreg.py completely to rpc, use new RPC Python bindings.
2008-01-14 19:53:08 +01:00
Jelmer Vernooij
e3d7454ef7
r26607: Fix reading of values and subkeys in Samba 3 registry files.
2007-12-26 15:03:02 -06:00
Jelmer Vernooij
d649f73431
r26598: Simplify the way Python tests are run.
2007-12-26 11:57:08 -06:00
Jelmer Vernooij
150cf39fbd
r26593: - More work on the python versions of samba3dump and the samba3sam tests.
...
- Initial work converting the upgrade code to Python.
- Removed the old EJS upgrade code because it has been broken for a long time.
2007-12-26 11:57:07 -06:00
Jelmer Vernooij
85679f3fc9
r26592: Finish fixing the samba3dump script.
2007-12-26 11:57:06 -06:00
Jelmer Vernooij
3511027515
r26591: Get the first bits of samba3dump to work again.
2007-12-26 11:57:06 -06:00
Jelmer Vernooij
c550c03372
r26570: - Trim size of the swig-generated Python bindings by removing a bunch of {}'s.
...
- Start working on Python equivalents for various EJS tests.
- Fix regression in argument order for reg_diff_apply() in EJS bindings.
2007-12-24 01:51:03 -06:00
Jelmer Vernooij
b0f808345f
r26191: Import custom test runner for subunit, rather than using trial, which is part of twisted.
2007-12-21 05:46:43 +01:00
Jelmer Vernooij
d6d3b0ad7a
r26079: Some cleanups in the old SWIG wrappers: - remove old torture tests for LDB (replaced by a much more extensive test) - moved tool to bin directory
2007-12-21 05:45:56 +01:00
Jelmer Vernooij
7ca00cd918
r12445: Fix header in manpage, make script executable
2007-10-10 13:47:40 -05:00
Stefan Metzmacher
e5654f9791
r12012: fix renaming smbsrv_trees -> smbsrv_tcons
...
metze
2007-10-10 13:46:59 -05:00
Andrew Tridgell
ebdd1393fd
r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. In
...
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
2007-10-10 13:45:39 -05:00
Jelmer Vernooij
d569465dc4
r9735: More work on generating a valid Samba4 configuration using the
...
Samba3 data (both console and SWAT)
2007-10-10 13:34:55 -05:00
Jelmer Vernooij
765a30a049
r9725: Fix full output mode of samba3dump as well. Thanks to tridge for
...
a bit for explanation about js.
2007-10-10 13:34:53 -05:00
Jelmer Vernooij
42605f4444
r9724: Rewrite samba3dump in JS. The summary works now, but the full output
...
is triggering some obscure EJS assert..
2007-10-10 13:34:53 -05:00
Jelmer Vernooij
7e3b94dfb9
r9722: Initial attempt at converting samba3dump to EJS..
2007-10-10 13:34:53 -05:00
Andrew Tridgell
ee0b693ffa
r9580: put the libinclude() after the GetOptions so the smb.conf is loaded to
...
get the libjs path
2007-10-10 13:34:31 -05:00
Andrew Tridgell
881452c7b7
r9568: updated the winreg js library for CreateKey, and add a --createkey
...
option to the winreg tool
2007-10-10 13:34:29 -05:00
Andrew Tridgell
47cf409cdf
r9497: - converted the winreg library to a more OO style of interface
...
- added a reg.typestring() method that returns a string representation of a type
2007-10-10 13:34:22 -05:00
Andrew Tridgell
1ead49f8e8
r9491: fixed up a few scripts that need to be updated for the new GetOptions syntax. Mimir, its
...
a good idea to use grep -r to find places that need fixing when you change the syntax of
a call :-)
2007-10-10 13:34:21 -05:00
Rafal Szczesniak
1990793b23
r9477: Convert popt options to an ejs object. Doesn't seem to break anything
...
except of popt help (-h) option (unexpected ?).
rafal
2007-10-10 13:34:20 -05:00
Andrew Tridgell
e4ca36bda3
r9377: made winreg a user tool (I find it quite useful). I expect it to get the ability
...
to add/remove keys and values in the future.
add it to the standard tests, ensuring that we know if winreg
breaks. This is particularly important as winreg uses such unusual IDL
constructs
2007-10-10 13:33:30 -05:00
Andrew Tridgell
2dc493eea6
r8639: moved loadparm calls into an ejs object
2007-10-10 13:29:48 -05:00
Andrew Tridgell
eb3e4bbe7f
r8589: - support --version option to smbstatus
...
- print samba version at startup
2007-10-10 13:29:42 -05:00
Andrew Tridgell
26a676a4e3
r8584: added --nbt option to smbstatus for nbt server statistics
2007-10-10 13:29:41 -05:00
Andrew Tridgell
0578bcdf7f
r8583: nicer smbstatus output
2007-10-10 13:29:41 -05:00
Andrew Tridgell
658befc1e4
r8577: added management calls to list current tree connects
2007-10-10 13:29:40 -05:00
Andrew Tridgell
4ecaf72a31
r8575: the beginnings of a smbstatus command
2007-10-10 13:29:40 -05:00