summaryrefslogtreecommitdiff
path: root/swat/index.esp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r24985: Start to revert us back to the old-style SWAT, while trying not toAndrew Bartlett1-0/+30
loose some of the fixes in the meantime. Andrew Bartlett (This used to be commit 13acff5ed259e7b5859fd2324ea7740b8f9e5fd7)
2007-10-10r20446: rename swat directory to swat.obsolete; keeping it around since ↵Derrell Lipman1-30/+0
there is lots of useful info in it. (This used to be commit 5f9f72a9cfab80561b23284001b67c4ea961757b)
2007-10-10r12823: Fix up the provison and newuser code in SWAT. This also cleans up theAndrew Bartlett1-1/+1
main provision script a bit, as the argument list was getting out of control. (It has been replaced in part with an object). This also returns the session_info from the auth code into ejs. We still need access control allowing only root to re-provision. Andrew Bartlett (This used to be commit 002cdcf3cab6563909d31edc5d825e857dc0a732)
2007-10-10r8725: redirect to the base install page not the provisioning page on firstAndrew Tridgell1-1/+1
use (This used to be commit eeeeab5eb7aff4fa3b25fa07a352eda74c44db6c)
2007-10-10r8722: make the menu handling considerably saner and easier to follow. The wholeAndrew Tridgell1-1/+1
menu hierarchy is now in /menu.js (This used to be commit c2a450bb9967caa666628f067a8e732227854ce2)
2007-10-10r8648: automatically redirect to provisioning if not yet provisioned when theAndrew Tridgell1-0/+6
home page in swat is accessed (This used to be commit 78fb559c08d55c01f5ede81d43cdd857cce8d338)
2007-10-10r8594: more placeholder pages for server statusAndrew Tridgell1-7/+7
(This used to be commit 1ad6b5878352708fb8863b85492e308a6c588a54)
2007-10-10r8591: - added a simple 2 level menu structure to swat. Deryck, I know thisAndrew Tridgell1-3/+20
isn't very pretty, and please feel free to do this much more nicely :-) - added a top level menu listing our main servers - added placeholder pages for the main servers - added NBT server statistics (This used to be commit 1aa658b756903e7cb598302eddd18b7734937c83)
2007-10-10r7088: start on some real structure for the SWAT web pagesAndrew Tridgell1-20/+7
- this imports the basic css pages from samba.org - i have created some useful ejs scripts in common.js that will be included by all pages - added a real login page, and a logout button showing who you are logged in as - added page_header() and page_footer() functions that take a page type, allowing for "plain" or "columms" pages - added some simple menus on the left of the columns page type, with links to the esp tests and some useful links for samba4 developers (This used to be commit 86d2ecf0f2a8de8abfdcc5f2aae7d4d969d19339)
2007-10-10r7070: fix redirection when the clientStefan Metzmacher1-1/+5
doesn't send a 'Host' header metze (This used to be commit ccc4d51927eb1564c6f5de07dda83dd008bb8a9e)
2007-10-10r7018: take advantage of the server[TLS_SUPPORT] variable to auto-redirect ↵Andrew Tridgell1-1/+6
the home page of swat to https:// if TLS is initialised OK (This used to be commit 519bdcac966755b18990ec5382838b2130394daf)
2007-10-10r6999: - renamed our html files to espAndrew Tridgell1-0/+11
- added a favicon.ico so bookmarks show a samba icon - added a session.esp demonstration of session variables (This used to be commit 092ffc733916f8091c8ff1e7a1306810e516d613)