r20600: Web Application Framework
commit27c5d7dca6fa4e0811c1b8bb52d1db3d1824462c
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)
tree245ea434fd17891b5164e3a08876f1f1ebbdb455
parent0ed53c6d0f4a4e43ff9c8943730eeb57c735201b
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
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