1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-05 04:23:51 +03:00
Commit Graph

19 Commits

Author SHA1 Message Date
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