- 22 Jul, 2011 2 commits
-
-
Leigh B Stoller authored
-
Jonathon Duerig authored
-
- 21 Jul, 2011 5 commits
-
-
Leigh B Stoller authored
certificates are deemed legal.
-
Leigh B Stoller authored
we will not try to store a foreign credential anyway. But added a check in Store() anyway.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Gary Wong authored
-
- 20 Jul, 2011 1 commit
-
-
Leigh B Stoller authored
-
- 19 Jul, 2011 9 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Robert Ricci authored
-
Robert Ricci authored
Detect location of boost headers, since they moved in some recent version.
-
Robert Ricci authored
Have I mentioned that I hate it when library developers move their headers around? Change the location of the property_list.hpp header to a macro and add a new -DNEWER_BOOT define that swtiches this to the newer location. Not automatically detected yet; should be checked in configure.
-
Mike Hibler authored
It was wrongly accused of breaking the mapper. This reverts commit ae350a6e.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 18 Jul, 2011 7 commits
-
-
Gary Wong authored
It only makes sense to run this at the clearinghouse. It brings both the local CA bundle and the bundle to be distributed to federates up to date with respect to .../etc/genicacerts/*.pem and .../etc/extracerts.bundle. Any time the sources are changed, just run this script. The local bundle is ready immediately. The federates will fetch the new version as they get around to it.
-
Leigh B Stoller authored
should be the last argument, not the first. Confusing at best, broken at worse. Passing unconverted port string to RecordVLanModification; fixed. If doMakeVlan(), if source and target are the same, do not delete the ports from the source.
-
Leigh B Stoller authored
Allows the firewall setup code to be rerun.
-
Jonathon Duerig authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
the command line, when trying to order vlans by their dependency links. 2) Add backward compatability with older snmpit command line arguments.
-
Leigh B Stoller authored
-
- 15 Jul, 2011 2 commits
-
-
Leigh B Stoller authored
table when picking the vlan tags. This require some reorg of that section. 2) Some changes to the schema.
-
Jonathon Duerig authored
-
- 14 Jul, 2011 2 commits
-
-
Jonathon Duerig authored
Updated example stitching request.
-
Leigh B Stoller authored
-
- 13 Jul, 2011 6 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
protogeni response.
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
reused in the topo (since most of our nodes can bridge two links), and the ticket release was confused by that. This is the actual problem that was encountered when tarfiles setup was failing; nothing to to do with tarfiles, just the ticket release.
-
- 12 Jul, 2011 6 commits
-
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Leigh B Stoller authored
slivers can store/return error info to the user in sliverstatus. This include the top level aggregate for a slice. Added an 'error' attribute to the top level sliverstatus return hash, to return this error. Put start/restart sliver into the background so that it runs async, just like it does when invoked from the CreateSliver() path. This is because start/restart can take an arbitrary length of time, and having the RPC sit in hold for that long is not an ideal interface. Users can get all the info they need from the sliverstatus call. Change Start/Restart so that all of the error message we were printing to STDERR for the mail log, also go back to the user in the toplevel error for the aggregate.
-
Leigh B Stoller authored
top level error info for later return. This allows non-node slivers to return useful info in sliverstatus.
-