Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | determine a timezone that is similar to UTC at runtime when settings.py is ↵ | Michael Elkins | |
loaded svn path=/trunk/; revision=4563 | |||
2012-06-28 | change default TIME_ZONE to UTC from GMT, since the former is the preferred ↵ | Michael Elkins | |
name and appears to be present on all modern systems. svn path=/trunk/; revision=4562 | |||
2012-06-27 | in roa creation form, assume mask is closet classful if mask is missing. ↵ | Michael Elkins | |
closes #245 svn path=/trunk/; revision=4561 | |||
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 | Tombstone for an obsolete program, to keep users from accidently | Rob Austein | |
running the old one. svn path=/trunk/; revision=4558 | |||
2012-06-25 | Add localcert.rpki.net. | Rob Austein | |
svn path=/trunk/; revision=4557 | |||
2012-06-25 | log debugging info about the object being processed when an exception is caught. | Michael Elkins | |
this is to aid in debugging issue #262. svn path=/trunk/; revision=4556 | |||
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 | add __repr__ method to rpki.rcynic.validation_status_element | Michael Elkins | |
svn path=/trunk/; revision=4552 | |||
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 | Add "--flat_publication" option to yamltest, and corresponding | Rob Austein | |
"--flat" option to rpkic configure_publication_client. These are for testing and simulation, do not use them in production. svn path=/trunk/; revision=4545 | |||
2012-06-16 | Just ignore file:// URIs. | Rob Austein | |
svn path=/trunk/; revision=4544 | |||
2012-06-15 | Add warning and "Are you sure?" query. | Rob Austein | |
svn path=/trunk/; revision=4543 | |||
2012-06-15 | Handle all "partial transfer" (rsync code 23) errors the same way. | Rob Austein | |
svn path=/trunk/; revision=4542 | |||
2012-06-14 | Regenerate using svn2png. No, really, this time. | Rob Austein | |
svn path=/trunk/; revision=4541 | |||
2012-06-14 | Regenerate using svn2png. | Rob Austein | |
svn path=/trunk/; revision=4540 | |||
2012-06-14 | svg2png (cairo) seems to do a slightly better conversion job. | Rob Austein | |
svn path=/trunk/; revision=4539 | |||
2012-06-13 | Missing directory at repository site is not a transfer failure. | Rob Austein | |
svn path=/trunk/; revision=4538 | |||
2012-06-13 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=4537 | |||
2012-06-13 | Regenerate PDF, with images. | Rob Austein | |
svn path=/trunk/; revision=4536 | |||
2012-06-13 | htmldoc doesn't understand SVG, so generate PNG, scaled to a size that | Rob Austein | |
fits on a PDF page as understood by htmldoc. Resulting image quality leaves something to be desired, but not obvious how to do better. svn path=/trunk/; revision=4535 | |||
2012-06-12 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4534 | |||
2012-06-11 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4533 | |||
2012-06-08 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4532 | |||
2012-06-08 | show.sh has been replaced by rcynic-text. | Rob Austein | |
svn path=/trunk/; revision=4531 | |||
2012-06-08 | Integrate check for vobject with all the other dependency checks. See #259. | Rob Austein | |
svn path=/trunk/; revision=4530 | |||
2012-06-08 | make configure check for the python vobject module when building the gui, ↵ | Michael Elkins | |
and give a hint how to install. closes #259. svn path=/trunk/; revision=4529 | |||
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 | Change default location of rcynic XML output to match default installation ↵ | Michael Elkins | |
value. Closes #255 svn path=/trunk/; revision=4524 | |||
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-24 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4518 | |||
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 |