- 24 Feb, 2010 1 commit
-
-
Jonathon Duerig authored
Fix XML. Don't try to canonicalize to print. That has too much unwanted baggage. Create a copy of the node instead which will automatically add namespace declarations to it.
-
- 16 Feb, 2010 4 commits
-
-
Jonathon Duerig authored
-
Jonathon Duerig authored
Ensure that version 1.70 or later of the p5-XML-LibXML library is installed. There is a pretty nasty bug in earlier versions.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
instead of the local hostname, so that the scripts work when located on your local desktop machine.
-
- 12 Feb, 2010 7 commits
-
-
Jonathon Duerig authored
Print canonicalized strings as output. If you don't the namespaces->prefix bindings won't always be printed if you print out a fragment.
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
Fixed Geni XML parse bugs. Added additional checks for absent tags. Fixed bug where the ticket was created using the original string rather than the updated rspec.
-
Ryan Jackson authored
-
- 11 Feb, 2010 6 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Jonathon Duerig authored
-
- 10 Feb, 2010 2 commits
-
-
Jonathon Duerig authored
Added component_manager information to links in both versions 0.1 and 2 of the rspec. The request-tunnel.xml example uses component_manager tags on links.
-
Ryan Jackson authored
"ifdef FOO" is always true if FOO is not the empty value, so use 'ifeq (FOO, 1)" instead when checking if support for each filesystem is enabled.
-
- 09 Feb, 2010 20 commits
-
-
Mike Hibler authored
dhcpd isn't running at this time so invoking dhcpd_makeconf will blow up the elabinelab setup.
-
Mike Hibler authored
Make sure power doesn't blow up if rmcp code is not installed.
-
Mike Hibler authored
When getting things working for boss/ops config, forgot to also make changes here for boss/ops/fs config.
-
Mike Hibler authored
Since we don't currently load the Linux-based tools into an inner elab, we have to munge DB state in the inner elab so that all nodes use the standard BSD-based tools.
-
Mike Hibler authored
-
Mike Hibler authored
Reign in a rogue ifdef in the makefile.
-
Mike Hibler authored
The current version of graphviz "dot" appears to put out positions as floating point numbers rather than integers. Change to accomodate.
-
Mike Hibler authored
Add missing argument to RecordVlanInsertion(). Don't return 1 from RemoteDoList() on error. The caller is expecting a list and not any sort of error. Instead, on error we tbdie() which is what other backend modules do on errors.
-
Mike Hibler authored
-
Mike Hibler authored
I cannot seem to get the dependency into the boss and ops ports.
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
Some of these daemons could go nuts when accounts, etc. disappear while they are running.
-
Mike Hibler authored
-
Mike Hibler authored
changes and subsequent bug fixes.
-
Mike Hibler authored
-
Mike Hibler authored
auth_mysql module (which is installed under different names depending on the version). This could have been done with configure or in boss-install. I didn't do the former because configure might get run before apache is installed. I didn't do the latter because you would have to remember to re-run configure if you updated your mod_auth_mysql port.
-
Mike Hibler authored
variables in libtblog_simple and SWIG generated code. The fix is to libtblog, to get rid of the warning. The warning from swig generated code is a swig problem that was supposedly fixed, but apparently not. So those warnings remain, and led to the workaround. The workaround is in shommlists which parses output captured by SUEXEC. That function captures all output, stdout and stderr, from the command it runs and presents it in an array. So if you use it to invoke a perl script that evokes the "used once" messages, those messages wind up in the array. showmmlists was not validating that output at all, it just assumed everything returned was the name of a mail list. Added some syntactic validation (aka a regexp) to deal with that.
-
Mike Hibler authored
All we really do is apply one non-standard patch to avoid SSL certificate mismatches due to "www.emulab.net" vs. "boss.emulab.net". In older versions of m2crypto we just patched the installed library files, but the newer versions get installed as a .egg file, so it is easiest to just patch it while the port is being built. I really don't like creating a separate port for this, but the alternative was to modify the standard port, adding a new option. That seemed even worse.
-
Mike Hibler authored
-