r20538: Web Application Framework
commit339ee73ce2809905f608b1003cc645231f256420
authorDerrell Lipman <derrell@samba.org>
Fri, 5 Jan 2007 04:33:38 +0000 (5 04:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:36:49 +0000 (10 14:36 -0500)
tree735ce290f6d0de719637d355a46548e03f3903da
parenta6223a20434df1269cc87ba3b1db74473b6ff9bb
r20538: Web Application Framework

- correct an error message in the JSON-RPC server

- provide a common RPC request function

- make it easier to have multiple pending RPC requests.  this allows an
  application-specified request to return "not logged in"; authentication
  information to be requested and sent; and the original request to be
  reissued.

- in statistics module, if a time is provided as zero, leave it blank rather
  than displaying 1 Jan 1970.  this showed up in the last_used_at field in the
  SMB status report.

- clean up makefile: remove no-longer-used hard-coded path and install target;
  remove "chmod" and "nice" commands which were part of the original skeleton,
  since that is not deemed appropriate for samba makefiles
services/request.esp
webapps/swat/Makefile
webapps/swat/source/class/swat/module/AbstractModuleFsm.js
webapps/swat/source/class/swat/module/ldbbrowse/Fsm.js
webapps/swat/source/class/swat/module/statistics/Fsm.js
webapps/swat/source/class/swat/module/statistics/Gui.js