- 30 Oct, 2009 1 commit
-
-
Gary Wong authored
communication with the clearinghouse, and modifications to the certificate format (put the URN in subjectAltName and move any URL to a private OID under subjectInfoAccess).
-
- 29 Oct, 2009 7 commits
-
-
Jonathon Duerig authored
Set of scripts for stress testing virtualization technologies and gathering results into pretty pictures.
-
Leigh B. Stoller authored
-
Jonathon Duerig authored
Added an optional subnode_of option to both advertisements and requests. Ptopgen now generates the subnode_of relationship in Geni mode.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
replace the "status" field, but this will allow me to work in parallel on version two of the API.
-
- 28 Oct, 2009 7 commits
-
-
Leigh B. Stoller authored
Minor bug fixes.
-
Leigh B. Stoller authored
Minor bug fix to caching.
-
Leigh B. Stoller authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
Added a first draft of a 'services' section. This will hold us for a while, but is probably not a perfect solution especially when you mix OS images, etc. into it.
-
Robert Ricci authored
last commit.
-
Robert Ricci authored
lumping the VLAN number in with the OID, leaving the field we expect to contain the VLAN number blank. I'm not sure why this happens, but I've seen it before, and I think that simply dealing with it is going to be more successful than finding the root cause.
-
- 27 Oct, 2009 4 commits
-
-
Mike Hibler authored
about "mib-2" and some others. This is defined in SNMPv2-SMI which wasn't in the list of MIB files and is needed by SNMPv2-MIB. But, it probably shouldn't need to be explicitly included, since there is an IMPORT of the symbols in question at the beginning of SNMPv2-MIB. But I added it to the SNMP::addMibFiles() arguments anyway. This came about because I was messing with PowerNet-MIB.txt to support the 7960 power controllers (we have an 8 year old version of that file).
-
Matt Strum authored
-
David Johnson authored
:-).
-
Leigh B. Stoller authored
-
- 26 Oct, 2009 12 commits
-
-
Matt Strum authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Also add a GetManifest method to avoid code duplication.
-
Leigh B. Stoller authored
-
Ryan Jackson authored
The init script for Dropbear will now convert OpenSSH format host keys to the Dropbear format if they are found at startup. /etc/ssh/ssh_host_rsa_key -> /etc/dropbear/dropbear_rsa_host_key /etc/ssh/ssh_host_dsa_key -> /etc/dropbear/dropbear_dss_host_key
-
Leigh B. Stoller authored
* Most of the changes in GeniCM are simple reorganizations to allow me to call into the code from the GeniCMV2 module. This is to avoid code duplication as much as possible. Eventually, I will have to duplicate the code, but for the moment this works okay. * I am ignoring the slice_urn argument for now. Will add that later. * See protogeni/test/version2 for the version two test cases.
-
Leigh B. Stoller authored
boolean functions that say where a value is a GeniResponse.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
-
Mike Hibler authored
10K HZ kernel.
-
Mike Hibler authored
Don't look up protocol number for TCP (getprotobyname). (Likely) due to some strange threading issue, it can hang. Since this number has been the same since the beginning of Internet time and will continue to be the same til the heat death of the universe, there really isn't much reason for a dynamic lookup. Instead, we just let the kernel choose. Proliferate the use of lib_lock a bit more. For the stated purpose of protecting libc memory allocation, there were some questionable areas that I have added locking to. This really shouldn't be needed anymore, but til we can shed our ancient disk images, the code remains.
-
- 25 Oct, 2009 1 commit
-
-
Matt Strum authored
-
- 23 Oct, 2009 3 commits
-
-
David Johnson authored
-
David Johnson authored
Instead, grab the current Emulab uids/gids, grab the current group/passwd files and their shadow counterparts, remove any emulab u/gids from the loaded instance of the current files, then push any new/changed uid/gids into the master files in $ETCDIR. Also, we remove accounts from the master files if they no longer appear in the current files. Finally, we strip deleted uids from any groups they might appear in (!). Note that this also rearranges the order in which os_account_cleanup is called by rc.accounts; now it comes before the passwd and group dbs in /var/emulab/db are wiped.
-
Jonathon Duerig authored
-
- 22 Oct, 2009 5 commits
-
-
Leigh B. Stoller authored
testing. Now to actually write some code. Tomorrow.
-
Jonathon Duerig authored
Change location sitevars to general/default_* rather than protogeni/default_* as these may be more widely applicable than just Protogeni code.
-
Jonathon Duerig authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Add routine to do RenewSliver() on all outstanding slivers.
-