- 01 Nov, 2005 6 commits
-
-
Mike Hibler authored
-
Leigh B. Stoller authored
that zaps the scrollbar to the bottom
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
before Tim competely replaces what I just did.
-
Leigh B. Stoller authored
perl filter (at installation time) to replace hardwired Utah specific tokens with configured values. Currently: s/www\.emulab\.net/www.@OURDOMAIN@/g; s/users\.emulab\.net/@USERNODE@/g; s/ops\.emulab\.net/@USERNODE@/g; s/boss\.emulab\.net/@BOSSNODE@/g; s/fs\.emulab\.net/@FSNODE@/g; s/(\s+[-\w]+)\.emulab\.net/$1.@OURDOMAIN@/g; s/testbed-ops\@emulab\.net/@TBOPSEMAIL@/g; if (! $TBMAINSITE) { s/testbed-ops\@flux\.utah\.edu/@TBOPSEMAIL@/g; s/\@flux\.utah\.edu/\@@OURDOMAIN@/g; } Seems to catch most everything.
-
Jay Lepreau authored
-
- 31 Oct, 2005 12 commits
-
-
Russ Fish authored
-
Leigh B. Stoller authored
instead of referencing an undefined variable.
-
Leigh B. Stoller authored
not a member of, redirect to the admin interface.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
externally killed, exit with non-zero status right away with error so caller know.
-
Timothy Stack authored
than using alert(). Source taken from here: http://www.alistapart.com/articles/jslogging You use it by including the module: <script type="text/javascript" src="/fvlogger/logger.js" /> <link rel="stylesheet" type="text/css" href="/fvlogger/logger.css" /> Adding a div for the log output: <div id="fvlogger" /> And then calling debug(), info(), warn(), or error() in the javascript code.
-
Timothy Stack authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
properly ordered.
-
Leigh B. Stoller authored
like mailman does.
-
- 29 Oct, 2005 1 commit
-
-
Russ Fish authored
-
- 28 Oct, 2005 6 commits
-
-
Russ Fish authored
-
Leigh B. Stoller authored
using a sajax call for cancelation, but the main invocation uses a plain iframe. This has the added benefit of scrolling more nicely instead of jumping back to the top with each write. Looks like xmlhttprequest or its impl in at least firefox is moderately broken, so that mulitple simultaneous requests get very confused with each other, and things break.
-
Leigh B. Stoller authored
multihomed nodes, picking the wrong set of edges cause it was not looking at the name of the link, just the name of the node. Also allow routing test when the routing type is ospf.
-
Leigh B. Stoller authored
-
Russ Fish authored
-
Russ Fish authored
-
- 27 Oct, 2005 6 commits
-
-
Mike Hibler authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
shaping. It had bad side-effects. We need an explicit interface to do this.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
on the fly; not enough entries yet to worry about static creation once a day. Maybe when we double or triple the current number of entries (about 80 right now).
-
- 26 Oct, 2005 9 commits
-
-
Leigh B. Stoller authored
-
Mike Hibler authored
issues. This setup worked for me on FBSD 4&5, RHL9 and FC4.
-
Robert Ricci authored
assoicated with the named VLAN.. Output format: <vlan_name> <stack> <vlan_number> (This is so the user can, if they want, look for more than one VLAN on more than one stack at a time.) This should make some of the control-net firewall code cleaner. For now, though, it's pretty inefficient, becuase it calls listVlans() on the whole stack, which is much more than needed. But, a more efficient implementation will require a change to the switch/stack API.
-
Leigh B. Stoller authored
rather then popping up a blank text window. Much nicer this way. Thanks to Tim for pointing me to iframe construct, which appears to be supported in all browsers these days.
-
Timothy Stack authored
Some ajax stuff: www/JSON.php, www/json.js: JavaScript Object Notation libraries, sourced from - http://www.crockford.com/JSON/index.html . www/GNUmakefile.in: Install javascript sources. www/Sajax.php: Load the JSON libraries into php and javascript and encode/decode results from the php callback (arguments to the callback aren't done at the moment).
-
Timothy Stack authored
so things work right for mult-homed hosts. Also, send out report bandwidth report messages for nodes other than the syncserver.
-
Leigh B. Stoller authored
have the most recent copy. This needs to be handled better, but I want to be off linktest so bad I can taste it!
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
(and save settings was clicked).
-