summaryrefslogtreecommitdiff
path: root/swat/login.esp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9501: fixed the SWAT login page for the changes to the userAuth() function ↵Andrew Tridgell1-10/+7
that Mimir made earlier today (This used to be commit 10b1f95790f2769cdc0e1c6f051cb7cc73f07d69)
2007-10-10r9177: setup a credentials object in authinfo on loginAndrew Tridgell1-4/+5
(This used to be commit c1ef18a590d2f7af4b64c1775376a05da80ac242)
2007-10-10r8720: split form object out to separate include file, and make it a realAndrew Tridgell1-1/+2
object, with a display() method (This used to be commit c45c4e335ed5da1e2e43ffcb9e8d6c32678faa3c)
2007-10-10r8708: fixed an assert that abartlet foundAndrew Tridgell1-1/+3
(This used to be commit f5e6547c28b2069ae80da5037c5f8d0661da652c)
2007-10-10r8629: - moved the getDomainList() call out of smbcalls_auth.c and into ↵Andrew Tridgell1-3/+2
libjs/auth.js - tried to make the ejs_userAuth() call work for the sam, not just for unix auth. I didn't get this working. Andrew, when you get a chance can you see what I'm doing wrong? I suspect its because we aren't supplying a challenge, but a challenge doesn't really make sense in a 'is this username/password' correct call. (This used to be commit 9e07c08a71908e99c2f44efc40a3249facd6850f)
2007-10-10r8591: - added a simple 2 level menu structure to swat. Deryck, I know thisAndrew Tridgell1-1/+1
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-10r7267: REMOTE_HOST is a better choiceSimo Sorce1-1/+7
(This used to be commit 41bae267e29614d300ec2505c927ab17ccbbe64f)
2007-10-10r7238: Add pam auth support in swatSimo Sorce1-14/+25
(This used to be commit 8a98572a3b5dba58181dc402dbebae5452656012)
2007-10-10r7134: a number of small changes to make the pages HTML compliant. TheAndrew Tridgell1-1/+1
builtin web validator in firefox sure is useful! (This used to be commit aa43111aa5f9a183395ebd840d8f77867730ab23)
2007-10-10r7132: - start a convention of making object constructors end in Obj, so weAndrew Tridgell1-1/+1
now have FormObj(). This follows the style in the ejs manual - make a new MenuObj object type, with a display_menu() to display it. This will make it easier to make different types of menus. Currently only veritical simple menus are supported. (This used to be commit ac978d4124f773d872dd15205d90a41dcec8a38f)
2007-10-10r7108: display a session expired messageAndrew Tridgell1-0/+5
(This used to be commit 3f87d53d6614b514f1725b09e9964629b91dbbcc)
2007-10-10r7106: the web interface now works completely with or without cookies. If ↵Andrew Tridgell1-2/+4
you have cookies they will be used, otherwise you will see URLs with ?SwatSessionId=XXX on the end. (This used to be commit 104d47a7458ecf03c0d5f969eaf2a98346928679)
2007-10-10r7099: make the password field a password field...Stefan Metzmacher1-0/+1
metze (This used to be commit ad2d3991ba56d2779df66ff88ccbeb165ac23376)
2007-10-10r7093: - added a new Form() ejs object for producing simple forms.Andrew Tridgell1-6/+8
- tidied up the html generation a bit (This used to be commit ddccf6d2f5c4757111010e3116b41e379a7dc2dd)
2007-10-10r7088: start on some real structure for the SWAT web pagesAndrew Tridgell1-0/+29
- 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)