r20600: Web Application Framework
commit9639836022adcb62c72520f799a89d0f727f224d
authorDerrell Lipman <derrell@samba.org>
Sun, 7 Jan 2007 23:06:50 +0000 (7 23:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:13 +0000 (10 14:37 -0500)
tree26f7331426c94f96f502a8bf8641fb88ffad74d4
parenta04a3b8bc21101e6a11bad04c3d5c9655fa606b4
r20600: Web Application Framework

- Add authentication.  The Web Application Framework can now be called
  directly and it will rqeuire authentication if required, and should re-query
  the user to log in when the session expires.

- General clean-up
(This used to be commit 27c5d7dca6fa4e0811c1b8bb52d1db3d1824462c)
12 files changed:
services/json_auth.esp
services/request.esp
services/resources.esp
services/samba/system.esp
webapps/scripting/common.js
webapps/scripting/preauth.esp
webapps/swat/source/class/swat/main/AbstractModuleFsm.js
webapps/swat/source/class/swat/main/Authenticate.js [new file with mode: 0644]
webapps/swat/source/class/swat/main/Main.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