Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-17 | import initial cut at rpki.gui.routeview app | Michael Elkins | |
svn path=/branches/tk161/; revision=4159 | |||
2012-01-17 | forgot to include html templates in last commit | Michael Elkins | |
svn path=/branches/tk161/; revision=4158 | |||
2012-01-17 | Use Twitter Bootstrap CSS Framework to style html templates | Michael Elkins | |
svn path=/branches/tk161/; revision=4157 | |||
2012-01-16 | make Parent & Child proxy models around the irdb variants | Michael Elkins | |
svn path=/branches/tk161/; revision=4156 | |||
2012-01-14 | first cut at move to rpki.irdb | Michael Elkins | |
svn path=/branches/tk161/; revision=4155 | |||
2012-01-13 | merged with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4154 | |||
2012-01-13 | Add a couple of features Michael requested: ability to poke rpkid for | Rob Austein | |
specified handles in synchronize(), wrapper functions for calling rpkid and pubd. Also reworked a few things to reduce risk of using stale BPKI certificates in long-lived processes. svn path=/branches/tk100/; revision=4152 | |||
2012-01-13 | Synch changes from trunk/. | Rob Austein | |
svn path=/branches/tk100/; revision=4151 | |||
2012-01-12 | Refactor library functions out of rpkic command line shell (see #26, | Rob Austein | |
but note that I'm working this as part of #100 so it's on the tk100 branch, see #100). This substantially completes #26 and #100, other than GUI integration. Still some documentation and cleanup work to be done. svn path=/branches/tk100/; revision=4150 | |||
2012-01-11 | Bring up to date for new IRDB | Rob Austein | |
svn path=/branches/tk100/; revision=4149 | |||
2012-01-10 | Tweak and comment irdbd transactional behavior. | Rob Austein | |
svn path=/branches/tk100/; revision=4148 | |||
2012-01-08 | Checkpoint. New irdbd now work, after some transaction voodoo. | Rob Austein | |
svn path=/branches/tk100/; revision=4147 | |||
2012-01-07 | Checkpoint. rpkic and yamltest mostly work, but irdbd is still acting | Rob Austein | |
weird. svn path=/branches/tk100/; revision=4146 | |||
2012-01-06 | add auth.User to the list of models to be dumped | Michael Elkins | |
svn path=/branches/tk139/; revision=4145 | |||
2012-01-06 | add script for dumping old sqlite3 database | Michael Elkins | |
svn path=/branches/tk139/; revision=4144 | |||
2012-01-06 | Lab test of rpki-rtr over TLS using stunnel and s_client | Rob Austein | |
svn path=/trunk/; revision=4143 | |||
2012-01-05 | merge with /trunk | Michael Elkins | |
svn path=/branches/tk139/; revision=4142 | |||
2012-01-05 | OpenSSL 1.0.0f | Rob Austein | |
svn path=/trunk/; revision=4141 | |||
2011-12-29 | merging with /trunk | Michael Elkins | |
svn path=/branches/tk139/; revision=4140 | |||
2011-12-27 | Python 2.5 doesn't have set.isdisjoint() | Rob Austein | |
svn path=/trunk/; revision=4138 | |||
2011-12-26 | Prettier version of previous kludge | Rob Austein | |
svn path=/branches/tk100/; revision=4137 | |||
2011-12-26 | Work around Django 1.2 bug. | Rob Austein | |
svn path=/branches/tk100/; revision=4136 | |||
2011-12-26 | Checkpoint. Start debugging synchronization code. | Rob Austein | |
svn path=/branches/tk100/; revision=4135 | |||
2011-12-25 | Clean up rootd cross-certification nastiness (another TLS relic). | Rob Austein | |
svn path=/branches/tk100/; revision=4134 | |||
2011-12-23 | Rework schema using abstract models rather than stuffing everything | Rob Austein | |
with the same syntax into the same SQL table. svn path=/branches/tk100/; revision=4133 | |||
2011-12-23 | Checkpoint. Temporary hack around CA model database collision | Rob Austein | |
problem; needs b etter fix, but want this fix in version control. svn path=/branches/tk100/; revision=4132 | |||
2011-12-22 | Generate proper error reports for unknown protocol version, unknown | Rob Austein | |
PDU type, and various forms of corrupt data. We were catching all of them already, but not reporting them correctly. svn path=/trunk/; revision=4131 | |||
2011-12-21 | Checkpoint. First pass at rewriting daemon synchronization code for | Rob Austein | |
new model. svn path=/branches/tk100/; revision=4130 | |||
2011-12-20 | Checkpoint. More schema tweaks (HostedCA model). | Rob Austein | |
svn path=/branches/tk100/; revision=4129 | |||
2011-12-19 | remove sql setup script for the web portal since it is no longer needed; the ↵ | Michael Elkins | |
gui and irdbd will share the same database, and the irdbd database is setup by $top/rpkid/rpki-sql-setup.py svn path=/branches/tk139/; revision=4128 | |||
2011-12-19 | change sample rpki.conf to have the web_portal and irdbd share the same database | Michael Elkins | |
svn path=/branches/tk139/; revision=4127 | |||
2011-12-17 | Checkpoint | Rob Austein | |
svn path=/branches/tk100/; revision=4126 | |||
2011-12-16 | Checkpoint. Add synchronize_prefixes and synchronize_asns commands. | Rob Austein | |
svn path=/branches/tk100/; revision=4125 | |||
2011-12-16 | Checkpoint. Add EnumField. Debug CertificateManager. | Rob Austein | |
svn path=/branches/tk100/; revision=4124 | |||
2011-12-15 | Checkpoint. Rewrote all the OOB-setup portions of rpkic to use new | Rob Austein | |
IRDB, which simplified the code considerably as a nice side effect. svn path=/branches/tk100/; revision=4123 | |||
2011-12-15 | Checkpoint. Add rpki.irdb.models.CertificateManager() to consolidate | Rob Austein | |
BPKI object creation logic. Move CSV code out of rpkic. svn path=/branches/tk100/; revision=4122 | |||
2011-12-14 | Start hacking replacement for myrpki comamnd (rpkic) which uses the | Rob Austein | |
new Django-model-based entitydb and IRDB. svn path=/branches/tk100/; revision=4121 | |||
2011-12-13 | Sort out (fake) SAX handler. | Rob Austein | |
svn path=/branches/tk100/; revision=4120 | |||
2011-12-13 | Make SignedReferralField a subclass of DERField. Django documentation | Rob Austein | |
neglects to mention that .to_python() and .get_prep_value() must handle None values, once I fixed that, the subclass worked. svn path=/branches/tk100/; revision=4119 | |||
2011-12-13 | Flesh out BPKI methods | Rob Austein | |
svn path=/branches/tk100/; revision=4118 | |||
2011-12-12 | Checkpoint. Custom IRDB model fields to handle automatic type | Rob Austein | |
conversion. Debug last night's rewrite of BPKI certificate issuance. svn path=/branches/tk100/; revision=4117 | |||
2011-12-12 | Checkpoint. Add X501DN abstraction, start sorting out BPKI generation code. | Rob Austein | |
svn path=/branches/tk100/; revision=4116 | |||
2011-12-12 | Log more useful error message on unhandled exceptions | Rob Austein | |
svn path=/branches/tk100/; revision=4115 | |||
2011-12-10 | Tighten uniqueness constraints on IRDB models. | Rob Austein | |
svn path=/branches/tk100/; revision=4114 | |||
2011-12-10 | fix missing comma in dict initialization | Michael Elkins | |
svn path=/branches/tk139/; revision=4113 | |||
2011-12-09 | When creating a stub rpki.conf for hosted entities, copy the openssl path ↵ | Michael Elkins | |
from the system rpki.conf. Modify formatting to fall in line with PEP8. svn path=/branches/tk139/; revision=4112 | |||
2011-12-09 | First sort-of-complete version of conversion script. Only handles | Rob Austein | |
self-hosted case so far, needs minor tweaks to deal with hosting. Result looks vaguely sane but there's no code to test it yet. svn path=/branches/tk100/; revision=4111 | |||
2011-12-09 | update myrpki glue functions to use the system rpki.conf when dealing with ↵ | Michael Elkins | |
the self-hosted instance, otherwise use the rpki.conf in the "conf" directory for the hosted instance. force run_pubd and run_rootd to false as well for hosted instances. svn path=/branches/tk139/; revision=4110 | |||
2011-12-09 | Rework models slightly. Now parsing most of the BPKI stuff. | Rob Austein | |
svn path=/branches/tk100/; revision=4109 | |||
2011-12-09 | Set the default location for rpki.conf from ${sysconfdir} instead of ↵ | Michael Elkins | |
hardcoding the path. svn path=/branches/tk139/; revision=4108 |