summaryrefslogtreecommitdiff
path: root/swat
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r8403: Reinstate linkpad.gif at Deryck's suggestion.Tim Potter5-3/+3
Install *.gif from swat/images when installing swat. (This used to be commit 156e090c2c0ec2c7bdf66405c3742839b82fe757)
2007-10-10r8372: - split out provisioning logic into a separate ejs libraryAndrew Tridgell3-2/+85
- added a provisioning web page (This used to be commit 7476cb94132cf2849ec19360468904ca6fe8de2c)
2007-10-10r8354: work around a js bug found by tpotAndrew Tridgell1-3/+4
(This used to be commit c6f7ace3333af31bc0d37264b3d8a75c79bb88e4)
2007-10-10r8353: Use a PNG instead of a GIF for padding. Also fixes a file not foundTim Potter5-4/+3
error as only PNG files were being installed by 'make installswat'. (This used to be commit eaf9c455de3025155fb502fb4c93eefa4eb13f7e)
2007-10-10r8299: make the samr swat test use the samr.js libAndrew Tridgell1-2/+3
(This used to be commit 4d4a062af4ee34c5a3a2027ac1950ae3c8d39447)
2007-10-10r8298: - started building a library of js routines in scripting/libjs/Andrew Tridgell1-167/+0
- switched the existing test programs over to using the library - added install of js lib (This used to be commit 2a444dedbe44347268affc6458196f93ca7d372b)
2007-10-10r8257: add a samr rpc test page in the web server. It lists all level3Andrew Tridgell4-18/+209
information from QueryUserInfo for all users in the domain. If you want to see why I am putting the effort into ejs, then please read swat/scripting/samr.js, and compare it to other methods of rpc access for our web management interface. Using ejs like this will make building a rich interface _much_ easier. (This used to be commit eb354f6da7ed79eb080f2ba47df2ea655e1891db)
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-10r7231: remove some old stuffSimo Sorce1-48/+0
(This used to be commit 2e3316be9faf696fbb84e0a183de47418d7b9acd)
2007-10-10r7171: Just learning my way around the new SWAT, and updating someDeryck Hodge1-5/+7
docs/specs in the menu... Linking to XHTML specs since we're sending the pages as XHTML. Also, added a link to CSS specs to go along with the CSS quick reference card. (This used to be commit 95337ad27bd0bb9bf45d03427eb7ec5422dca270)
2007-10-10r7136: fixed a typoAndrew Tridgell1-1/+1
(This used to be commit d0374ffc87da225dfe8e57d9c4ae859b288fc913)
2007-10-10r7134: a number of small changes to make the pages HTML compliant. TheAndrew Tridgell7-18/+39
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 Tridgell7-21/+62
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-10r7131: support sub-object arrays when displaying objects. This allows the ↵Andrew Tridgell1-4/+23
ldb test to correctly display multi-value attributes like objectClass (This used to be commit 134f42655ed2e5e13dee25921b8cd4e1ca9a1396)
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 Tridgell4-12/+33
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-10r7105: fixed a typoAndrew Tridgell1-1/+1
(This used to be commit 790f861538c490fab0ab1028cef6ae1797dd2c15)
2007-10-10r7101: moved favicon into images/Andrew Tridgell1-0/+0
(This used to be commit df7280c5c814c3c86fad1d2b0286b865a1f37179)
2007-10-10r7099: make the password field a password field...Stefan Metzmacher1-0/+1
metze (This used to be commit ad2d3991ba56d2779df66ff88ccbeb165ac23376)
2007-10-10r7097: removed a debug lineAndrew Tridgell1-1/+0
(This used to be commit b45ddce5dd192d26a4799ae7f69cf236750fc09e)
2007-10-10r7096: added support for select lists in formsAndrew Tridgell2-6/+24
(This used to be commit 33d21d35feaa0f7f9d4067e90495ca19374cea78)
2007-10-10r7095: more html tidyingAndrew Tridgell2-12/+7
(This used to be commit 314bc44afe44ac6e9fcb194d54b8e1848adf94ed)
2007-10-10r7094: use the Form() object in a few more placesAndrew Tridgell3-15/+18
(This used to be commit 9b8546f92179dba826e7ca5ed009b24486ef7a2c)
2007-10-10r7093: - added a new Form() ejs object for producing simple forms.Andrew Tridgell6-53/+81
- tidied up the html generation a bit (This used to be commit ddccf6d2f5c4757111010e3116b41e379a7dc2dd)
2007-10-10r7092: added some js for formatting table results in a nicer fashionAndrew Tridgell3-39/+52
(This used to be commit 5f91db4d60a5b5b03b1b14d1348f9db6807ab18b)
2007-10-10r7091: added some more useful linksAndrew Tridgell1-1/+4
(This used to be commit d1d82686755e44ffd389114880a6ae2109595ccc)
2007-10-10r7090: added back in the showvars testAndrew Tridgell1-1/+1
(This used to be commit 90b50ed983dd1d6aa4f80e38622d1e7dba13b49a)
2007-10-10r7089: ensure that headers['HOST'] is setupAndrew Tridgell1-0/+7
(This used to be commit cb896a141a028ad386d92b0beb503af657a77813)
2007-10-10r7088: start on some real structure for the SWAT web pagesAndrew Tridgell26-146/+610
- 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-10r7058: Add experimenthal pam authentication for web pagesSimo Sorce2-1/+53
(This used to be commit 36d905407465cb9d8950da86322531e3c3102642)
2007-10-10r7056: added links to ejs and esp info pagesAndrew Tridgell1-1/+8
(This used to be commit 624c7a76e848a0fd8296fd7afceeb9f22c803b12)
2007-10-10r7054: added a example script showing ldbSearch() usageAndrew Tridgell2-1/+65
(This used to be commit 0fe835b16c8e8c4fbd801a447aca1f077934e84c)
2007-10-10r7044: vance is right that mixing http and https elements gives a warning in IEAndrew Tridgell1-5/+1
(This used to be commit 5912cf2cd4405185fb40833d896c640c7d24a87a)
2007-10-10r7019: - added esp call lpServices() which returns a list of services in ↵Andrew Tridgell1-0/+3
smb.conf. - added a test of lpServices() in the esptest scripts (This used to be commit 94308d8fed7796ddfc32883a1c27ec8ebfff842d)
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-10r7015: use a scripting trick to force images to be sent with http instead of ↵Andrew Tridgell1-1/+5
https, which should make the server more responsive (This used to be commit 814c3674f8e0aa20fb3ee3657173bab05d7f3ded)
2007-10-10r7005: added a esp page to demonstrate exception handlingAndrew Tridgell2-1/+39
(This used to be commit 96c15646d2f29dd2839a2bab4b9e57bddfd2cee1)
2007-10-10r7003: added an example script for fetching smb.conf parameters from esp scriptsAndrew Tridgell2-1/+75
(This used to be commit a9f0caaaf3c72548e61311fe071c6158177bc7f4)
2007-10-10r6999: - renamed our html files to espAndrew Tridgell7-7/+98
- added a favicon.ico so bookmarks show a samba icon - added a session.esp demonstration of session variables (This used to be commit 092ffc733916f8091c8ff1e7a1306810e516d613)
2007-10-10r6989: - added support for esp style includes (which include a esp file, ↵Andrew Tridgell2-0/+12
instead of a ejs file) - added a test of esp style includes to the esptest html (This used to be commit af3de9468ee5ba490c991901b7a4aa260c839876)
2007-10-10r6988: added a test of esp include() callsAndrew Tridgell2-1/+17
(This used to be commit a1eb98722d935b838b2ffaf5d329456d655c7b78)
2007-10-10r6985: rearranged the directory structure so as to make it possible to ↵Andrew Tridgell5-0/+0
support esp include() call (This used to be commit d747b063393097c05ab1d2c0f78178f166eb6b92)
2007-10-10r6983: add some sample esp pages to demonstrate the use of some of the ↵Andrew Tridgell6-0/+117
features of the server side scripting language (This used to be commit 519608bbf9c2a032261c00fce9a4f84eb73d1a9e)