aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2013-09-26Bump CRL interval up by an hour to avoid race condition, since CRLRob Austein
2013-09-26better error handling and logging when we can't parse the origin AS from a ro...Michael Elkins
2013-09-25Add --enable-wsgi-python-egg-cache. See #630.Rob Austein
2013-09-25Use NameVirtualHost for Apache 2.2 on Ubuntu as well as on FreeBSD.Rob Austein
2013-09-23Use netifaces library to construct a list of IP addresses to stuffRob Austein
2013-09-23rework save_statuses() to save a single status instead, and peform garbage co...Michael Elkins
2013-09-23Test code shouldn't depend on scan_roas having been installed.Rob Austein
2013-09-23catch OSError when calling os.stat() and treat the object as if it were missi...Michael Elkins
2013-09-23use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() retu...Michael Elkins
2013-09-23revert [5498]Michael Elkins
2013-09-20Disable mod_deflate if it's enabled and we know how to do so. InRob Austein
2013-09-20Oops, this went with [5507], see #616.Rob Austein
2013-09-20Apache 2.4 support. Closes #616.Rob Austein
2013-09-20Fix obscure reference count oops in IPAddress arithmetic operationRob Austein
2013-09-20use resource_range_ip.min.bits instead of resource_range_ip.datum_type.bits t...Michael Elkins
2013-09-20add +/- for each roa to given visual feedback about how the roa affects the g...Michael Elkins
2013-09-19delete existing objects that were previously accepted if they were not accept...Michael Elkins
2013-09-19new cli script rpkigui-query-routes to query the web portal's routeview/rcyni...Michael Elkins
2013-09-19garbage collect ROAPrefixV* objects when there are no associated ROAsMichael Elkins
2013-09-19import cacheview.models directly instead of cacheviewMichael Elkins
2013-09-19resource_range_ip has a .min element, not .prefix_minMichael Elkins
2013-09-19update cacheview interface to match the style of the main appMichael Elkins
2013-09-18remove default=None from the migration removing null=True from the ResourceCe...Michael Elkins
2013-09-13add favicon for RPKI web portalMichael Elkins
2013-09-11Zookeeper.synchronize_bpki() was only synchronizing a subset of theRob Austein
2013-09-11Fix outdated error message.Rob Austein
2013-09-10Skip build/ subdirectory when constructing TAGS files.Rob Austein
2013-09-09set default logging level to ERROR for rpkigui-rcynic script so we don't floo...Michael Elkins
2013-09-03use Python None as default value for ForeignKey field, rather than 0.Michael Elkins
2013-09-01Add resource_bag.__nonzero__() method.Rob Austein
2013-08-28Pass Python exceptions from callback through to caller correctly.Rob Austein
2013-08-28Cleanup.Rob Austein
2013-08-28Rework the new certificate validation code to better encapsulate theRob Austein
2013-08-27X509StoreCTX.getCurrentCertificate() and X509StoreCTX.getChain().Rob Austein
2013-08-27X509StoreCTX.store property.Rob Austein
2013-08-27Doh, simpler.Rob Austein
2013-08-27CleanupRob Austein
2013-08-27Move most control operations from X509StoreCTX to X509Store.Rob Austein
2013-08-25Fix various things that required sequences to accept iterables. Fix aRob Austein
2013-08-25Certificate verification code approaching something usable.Rob Austein
2013-08-24Basic certificate verification works. Needs a bunch of additionalRob Austein
2013-08-23Rip out PEM_converter class, as we no longer need to supportRob Austein
2013-08-23Notes on future work to track OpenSSL's PKCS #1.5 -> PKCS #8 transition.Rob Austein
2013-08-22First cut at adding a .verify() method back to the X509Store class.Rob Austein
2013-07-24Pickling support.Rob Austein
2013-07-23Apparently I never set svn:keywords for this file.Rob Austein
2013-07-19Push updated BPKI CRL into pubd at the same time as we're pushingRob Austein
2013-07-18Log stale BPKI CMS CRLs. See #294.Rob Austein
2013-07-17Drop rootd's manifest and CRL interval down to same interval used forRob Austein
2013-07-17Bump default lifetime of RPKI certificate rootd issues to rpkid up toRob Austein