aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2011-12-15Checkpoint. Rewrote all the OOB-setup portions of rpkic to use newRob Austein
2011-12-15Checkpoint. Add rpki.irdb.models.CertificateManager() to consolidateRob Austein
2011-12-14Start hacking replacement for myrpki comamnd (rpkic) which uses theRob Austein
2011-12-13Sort out (fake) SAX handler.Rob Austein
2011-12-13Make SignedReferralField a subclass of DERField. Django documentationRob Austein
2011-12-13Flesh out BPKI methodsRob Austein
2011-12-12Checkpoint. Custom IRDB model fields to handle automatic typeRob Austein
2011-12-12Checkpoint. Add X501DN abstraction, start sorting out BPKI generation code.Rob Austein
2011-12-12Log more useful error message on unhandled exceptionsRob Austein
2011-12-10Tighten uniqueness constraints on IRDB models.Rob Austein
2011-12-09First sort-of-complete version of conversion script. Only handlesRob Austein
2011-12-09Rework models slightly. Now parsing most of the BPKI stuff.Rob Austein
2011-12-07Checkpoint. Conversion of some SQL tables works now.Rob Austein
2011-12-07Sort out how to run syncdbRob Austein
2011-12-07IdRob Austein
2011-12-07CheckpointRob Austein
2011-12-06Include GUI directories in Doxygen trawlRob Austein
2011-12-02RegenRob Austein
2011-12-02Missing "trunk" in some URLs.Rob Austein
2011-11-23remove features that depend on django 1.3, so that portal gui works with djan...Michael Elkins
2011-11-14Misplaced parenthesisRob Austein
2011-11-12make it clear that the asn and prefixes links are for resources delegated to ...Michael Elkins
2011-11-11reorder models to avoid forward references. closes #149Michael Elkins
2011-11-11set default value of max_length to prefix length, and change help text to mak...Michael Elkins
2011-11-11if ${sysconfdir}/rpki/settings.py already exists, append a .new suffix and co...Michael Elkins
2011-11-10move settings.py for portal gui django app to ${sysconfdir}/rpki since it rea...Michael Elkins
2011-10-30use combination of AKI and issuer name to look up parent cert since the same ...Michael Elkins
2011-10-19Wrap SQL schemas up so rpki-sql-setup doesn't have to be run in theRob Austein
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
2011-10-13use the django.contrib.staticfiles app to serve the django admin site media.Michael Elkins
2011-10-12add support for oo setup via portal guiMichael Elkins
2011-10-09update rcynic_xml_iterator to support new attributes for validation_status el...Michael Elkins
2011-10-08rcynic's new timestamped output directory code gets grumpy when rcynicRob Austein
2011-10-07Fix bug in [4025], clean up PKCS 10 checking a bit more (see #6).Rob Austein
2011-10-07Add .self.self_handle to log_repr() constructor, if it's available.Rob Austein
2011-10-07Clean up HTTP traceback controls added in [3722], because [4014] doesRob Austein
2011-10-07Tighten up PKCS 10 request checking (closes #6).Rob Austein
2011-10-07qualify csv_writer calls with rpki.myrpki.Michael Elkins
2011-10-07add support for import/export of xml files for rpki setupMichael Elkins
2011-10-07revert rev #3877 so the portal gui writes the csv files when configuring reso...Michael Elkins
2011-10-07install copy of example rpki.conf as template for new gui usersMichael Elkins
2011-10-07add AC_DATAROOTDIR to dictionary of variables to expand in python config filesMichael Elkins
2011-10-06Use Auto_update for all BPKI objects (fixes #68).Rob Austein
2011-10-05Stop abusing RuntimeError. This closes #52.Rob Austein
2011-10-05Add global traceback control; this closes #95. Clean up someRob Austein
2011-10-04More explicit certificate expiration checks in CMS verify (see #94).Rob Austein
2011-10-04Add explicit check for certificate expiration in CMS verify (see #94).Rob Austein
2011-10-04Don't spew to stderr if dumpasn1 isn't available when we want to dumpRob Austein
2011-10-04Rework http_queue exception handling not to drop the event chain ifRob Austein
2011-10-04Catch IOError when dumping bad CMS (see #94).Rob Austein