Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-14 | Disable AVL_PARANOIA code. | Rob Austein | |
svn path=/branches/tk274/; revision=4714 | |||
2012-09-14 | Add AVL index of validation_status database. | Rob Austein | |
svn path=/branches/tk274/; revision=4713 | |||
2012-08-02 | First hack to hostkeys didn't work. Still need option to protect the | Rob Austein | |
clueless from disabling hostkeys accidently, but Iain has a plane to catch. svn path=/trunk/; revision=4619 | |||
2012-08-02 | Check for 404 errors, allow specification of username and password for | Rob Austein | |
transmission daemon. Also allow SSH hostkeys to be optional, which is a bad idea, but is needed in certain automated test environments where the hostkey isn't available without heroic effort (read: don't run without a hostkey in any kind of production environment). svn path=/trunk/; revision=4618 | |||
2012-07-30 | Add -x option to control "XML summary" file name from command line. | Rob Austein | |
Consolidate code that generates file:// URIs from filenames. svn path=/trunk/; revision=4613 | |||
2012-07-12 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=4595 | |||
2012-07-11 | First cut at Ruediger's "tell me why this object went away" tool. No | Rob Austein | |
doubt could be vastly improved. See #257. svn path=/trunk/; revision=4594 | |||
2012-07-06 | Clever hack of inserting SVG inline doesn't work with xml.etree due to | Rob Austein | |
xml.etree's lack of support for XML namespaces. lxml.etree gets this right, but we don't want to require relying parties to install lxml. Since every browser we care about supports SVG with plain old <img/> elements, just do this the simple way and move on. Fixes #264. svn path=/trunk/; revision=4591 | |||
2012-07-06 | Handle empty hostname list. | Rob Austein | |
svn path=/trunk/; revision=4585 | |||
2012-07-03 | Add EPS support and other tweaks to simplify incorporating output from | Rob Austein | |
this program in slide decks. svn path=/trunk/; revision=4564 | |||
2012-06-26 | Certificate UID fields forbidden by RPKI profile. | Rob Austein | |
svn path=/trunk/; revision=4560 | |||
2012-06-26 | Avoid lxml-specific extensions to the etree API in relying party code. | Rob Austein | |
svn path=/trunk/; revision=4559 | |||
2012-06-25 | Paramiko shutdown code whines occasionally, maybe closing ssh | Rob Austein | |
connection instead of just sftp channel will fix this? svn path=/trunk/; revision=4555 | |||
2012-06-24 | RFC 6485 contradicts RFCs 2630 and 3370, which make rsaEncryption the | Rob Austein | |
mandatory-to-support CMS signatureAlgorithm OID. All known existing RPKI engines and validators use CMS engines which follow the base CMS specifications, so this is almost certainly an error in RFC 6485. Allow either rsaEncryption or sha256WithRSAEncryption, pending resolution of this issue by the IETF SIDR WG. svn path=/trunk/; revision=4554 | |||
2012-06-23 | Check OID in CMS SignerInfo contentType attribute (conformance). | Rob Austein | |
svn path=/trunk/; revision=4553 | |||
2012-06-22 | More CMS conformance checks, and fix a couple I got wrong yesterday. | Rob Austein | |
svn path=/trunk/; revision=4551 | |||
2012-06-22 | Check CMS SignerInfo algorithm OIDs (conformance). | Rob Austein | |
svn path=/trunk/; revision=4550 | |||
2012-06-22 | Check CMS for presence of CRLs (conformance). | Rob Austein | |
svn path=/trunk/; revision=4549 | |||
2012-06-21 | Check for duplicate names in manifest (conformance). | Rob Austein | |
svn path=/trunk/; revision=4548 | |||
2012-06-21 | Tighter checking of integer values in input data (conformance). | Rob Austein | |
svn path=/trunk/; revision=4547 | |||
2012-06-19 | Avoid breaking BitTorrent when installing new rcynic. | Rob Austein | |
svn path=/trunk/; revision=4546 | |||
2012-06-16 | Just ignore file:// URIs. | Rob Austein | |
svn path=/trunk/; revision=4544 | |||
2012-06-15 | Handle all "partial transfer" (rsync code 23) errors the same way. | Rob Austein | |
svn path=/trunk/; revision=4542 | |||
2012-06-13 | Missing directory at repository site is not a transfer failure. | Rob Austein | |
svn path=/trunk/; revision=4538 | |||
2012-06-08 | show.sh has been replaced by rcynic-text. | Rob Austein | |
svn path=/trunk/; revision=4531 | |||
2012-06-07 | More compact encoding. | Rob Austein | |
svn path=/trunk/; revision=4528 | |||
2012-06-06 | Checkpoint: flag individual labels that have changed. | Rob Austein | |
svn path=/trunk/; revision=4527 | |||
2012-06-06 | Suppress comparision of backup generation for now. | Rob Austein | |
svn path=/trunk/; revision=4526 | |||
2012-06-06 | First (fairly lame) pass at comparing rcynic.xml files. Not friendly | Rob Austein | |
enough for anybody yet, even the author, at the moment just testing the basic comparision algorithm. svn path=/trunk/; revision=4525 | |||
2012-06-01 | CentOS 6 ships with a version of Python too old to have | Rob Austein | |
subprocess.check_output(). We're not currently using rrdtool's stdout anyway, so just send it to /dev/null. Closes #253. svn path=/trunk/; revision=4523 | |||
2012-06-01 | Apparently --dynamic-labels is too recent to use. It was a stylistic | Rob Austein | |
whim anyway, just remove it. Closes #254. svn path=/trunk/; revision=4522 | |||
2012-05-29 | CSS cleanup: use "display: none" instead of positioning elements | Rob Austein | |
offscreen, visual indicator (reverse video) on hovered link. svn path=/trunk/; revision=4521 | |||
2012-05-28 | Don't need "sfhover" anymore either. | Rob Austein | |
svn path=/trunk/; revision=4520 | |||
2012-05-28 | Jeff tells me that even Internet Exploder can handle hover-based CSS | Rob Austein | |
menus without Javascript now. svn path=/trunk/; revision=4519 | |||
2012-05-23 | Split all-details table into connections and objects. Clean up | Rob Austein | |
section headers and navbar. svn path=/trunk/; revision=4517 | |||
2012-05-23 | Rename BBN TAL since it rarely works. | Rob Austein | |
svn path=/trunk/; revision=4516 | |||
2012-05-23 | Enable line breaks ("pretty printing") in XHTML output. Add comment | Rob Austein | |
noting how we might use <a/> elements in SVG images. svn path=/trunk/; revision=4515 | |||
2012-05-23 | Fix installation permissions for rcynic-html, doh. | Rob Austein | |
svn path=/trunk/; revision=4513 | |||
2012-05-23 | rcynic.py => rcynic-html. | Rob Austein | |
svn path=/trunk/; revision=4512 | |||
2012-05-23 | Use autoconf to find rrdtool. | Rob Austein | |
svn path=/trunk/; revision=4509 | |||
2012-05-22 | Sort detail lists to put most serious errors first. | Rob Austein | |
svn path=/trunk/; revision=4508 | |||
2012-05-22 | Navbar tweak. | Rob Austein | |
svn path=/trunk/; revision=4507 | |||
2012-05-22 | Get link filenames right. Wrap SVG in HTML so navigation bar is still | Rob Austein | |
available. svn path=/trunk/; revision=4506 | |||
2012-05-22 | First cut at something with sensible pages and a menu bar. | Rob Austein | |
svn path=/trunk/; revision=4505 | |||
2012-05-21 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=4504 | |||
2012-05-21 | Replacement for show.xsl and show.awk. | Rob Austein | |
svn path=/trunk/; revision=4503 | |||
2012-05-21 | Read from stdin if no filenames given. | Rob Austein | |
svn path=/trunk/; revision=4502 | |||
2012-05-19 | We already use Python pretty heavily in the relying party tools, so | Rob Austein | |
start phasing out the silly XSL + AWK hacks. svn path=/trunk/; revision=4501 | |||
2012-05-19 | Typo | Rob Austein | |
svn path=/trunk/; revision=4500 | |||
2012-05-19 | Refactor into something a bit easier to maintain and extend. Among | Rob Austein | |
other things, the nasty code to generate HTML tables is now a set of class methods, rather than being replicated inline for each table. svn path=/trunk/; revision=4499 |