r20364: SWAT updates, part 1
authorDerrell Lipman <derrell@samba.org>
Wed, 27 Dec 2006 21:22:01 +0000 (21:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:30:16 +0000 (14:30 -0500)
commit29db71587f1332a9c44d5993a2be389f3a392ce4
tree4b4ba48bc7c6f418255b33b52c763822ed1284c0
parent1adb0fb291d788d0bf10a49b05970ac72eb4764e
r20364: SWAT updates, part 1

These next few check-ins will add a working Statistics module to SWAT, and add
an API Documentation module as well.

Next step will be to modify the LDB browser to work with this new module and
fsm structure.

Derrell
13 files changed:
services/samba/adm.esp
services/samba/management.esp [new file with mode: 0644]
source/scripting/ejs/smbcalls_sys.c
swat/apps/script/qx.js
swat/apps/swat/Makefile
swat/apps/swat/source/class/swat/main/Gui.js
swat/apps/swat/source/class/swat/main/Main.js
swat/apps/swat/source/class/swat/module/AbstractModule.js
swat/apps/swat/source/class/swat/module/AbstractModuleFsm.js
swat/apps/swat/source/class/swat/module/documentation/Documentation.js [new file with mode: 0644]
swat/apps/swat/source/class/swat/module/stats/Fsm.js [deleted file]
swat/apps/swat/source/class/swat/module/stats/Gui.js [deleted file]
swat/apps/swat/source/class/swat/module/stats/Statistics.js [deleted file]