svn commit: samba r20538 - in branches/SAMBA_4_0: services webapps/swat webapps/swat/source/class/swat/module webapps/swat/source/class/swat/module/ldbbrowse webapps/swat/source/class/swat/module/statistics

derrell at samba.org derrell at samba.org
Fri Jan 5 04:33:39 GMT 2007


Author: derrell
Date: 2007-01-05 04:33:38 +0000 (Fri, 05 Jan 2007)
New Revision: 20538

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20538

Log:
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

Modified:
   branches/SAMBA_4_0/services/request.esp
   branches/SAMBA_4_0/webapps/swat/Makefile
   branches/SAMBA_4_0/webapps/swat/source/class/swat/module/AbstractModuleFsm.js
   branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse/Fsm.js
   branches/SAMBA_4_0/webapps/swat/source/class/swat/module/statistics/Fsm.js
   branches/SAMBA_4_0/webapps/swat/source/class/swat/module/statistics/Gui.js


Changeset:
Sorry, the patch is too large (516 lines) to include; please use WebSVN to see it!
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=20538


More information about the samba-cvs mailing list