From 2997f4bd43420163ee01fcbacdf8cf958dedcfea Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 20 Aug 2005 22:45:48 +0000 Subject: r9434: moved the registry editor into a common js library. Deryck, does this look ok? Apologies if this treads on your toes. (This used to be commit 8295eb01c0e1eec4f7c5bd211eac80b92ff9549e) --- swat/desktop/index.esp | 127 ++----------------------------------------------- 1 file changed, 4 insertions(+), 123 deletions(-) (limited to 'swat/desktop/index.esp') diff --git a/swat/desktop/index.esp b/swat/desktop/index.esp index 8fe45ed4a0..a81581bf3c 100644 --- a/swat/desktop/index.esp +++ b/swat/desktop/index.esp @@ -1,96 +1,15 @@ <% /*** Reg stuff ***/ libinclude("base.js"); -libinclude("winreg.js"); -libinclude("server_call.js"); - -/* - server side call to return a listing of elements in a winreg path -*/ -function enum_path(binding, path) { - printf("enum_path(%s, %s)\n", binding, path); - var reg = winreg_init(); - security_init(reg); - - reg.credentials = session.authinfo.credentials; - - var status = reg.connect(binding); - if (status.is_ok != true) { - printVars(status); - return undefined; - } - var list = winreg_enum_path(reg, path); - return list; -} - -/* register a call for clients to make */ -var call = servCallObj(); -call.add('enum_path', enum_path); - -/* run the function that was asked for */ -call.run(); -/** endReg stuff *****/ - page_header("desktop", "Virtual Desktop Design Test", "desktop"); %> +