Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-11 | Add rekey, revoke, and reissue commands. Closes #249. | Rob Austein | |
svn path=/trunk/; revision=4485 | |||
2012-05-10 | We only need to poke requested handles once per synchronize call, not | Rob Austein | |
every time through inner loop. Fixes #248. svn path=/trunk/; revision=4484 | |||
2012-05-05 | Allow loading of CSV files assigning resources to unknown children. | Rob Austein | |
We probably need a config file option or rpkic setting to control this behavior. svn path=/branches/tk33/; revision=4467 | |||
2012-05-04 | Add delete_rootd. | Rob Austein | |
svn path=/branches/tk33/; revision=4464 | |||
2012-04-24 | Add Zookeeper.publish_world_now() and rpkic force_publication. Closes #27. | Rob Austein | |
svn path=/trunk/; revision=4452 | |||
2012-04-24 | Bump default CRL interval and regeneration margin up a bit to reduce | Rob Austein | |
incidence of stale CRL and manifest warnings. See #11. svn path=/trunk/; revision=4451 | |||
2012-04-17 | Don't blather about RSA key generation. | Rob Austein | |
svn path=/trunk/; revision=4432 | |||
2012-02-22 | Preserve old BPKI CA subject names when we can, since changing them | Rob Austein | |
requires re-doing OOB initialization dance. svn path=/branches/tk161/; revision=4360 | |||
2012-02-22 | rpki.rpkic.main.do_update_bpki() wasn't writing updated BPKI object to | Rob Austein | |
disk; see #200. Make BPKI certificate lifetimes and CRL intervals configurable; closes #201. svn path=/branches/tk161/; revision=4359 | |||
2012-02-22 | invoke .save() after calling .avow() or .generate_crl() to ensure the newly ↵ | Michael Elkins | |
generated objects are saved to the db. closes #200 svn path=/branches/tk161/; revision=4357 | |||
2012-02-17 | use .all() to select all objects. closes #199 | Michael Elkins | |
svn path=/branches/tk161/; revision=4351 | |||
2012-02-16 | Fix delete_self operation. Closes #196. | Rob Austein | |
svn path=/branches/tk161/; revision=4341 | |||
2012-02-16 | Client objects live under server_ca, not resource_ca. Closes #194. | Rob Austein | |
svn path=/branches/tk161/; revision=4340 | |||
2012-02-15 | __metaclass__ lossage: None makes a bad datetime object. Closes #193. | Rob Austein | |
svn path=/branches/tk161/; revision=4339 | |||
2012-02-15 | poke rpkid to run its cron job after creating/deleting roas or gbrs | Michael Elkins | |
svn path=/branches/tk161/; revision=4337 | |||
2012-02-03 | SundialField needs to set __metaclass__. Closes #181 | Michael Elkins | |
svn path=/branches/tk161/; revision=4285 | |||
2012-01-20 | branch merge with tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4244 | |||
2012-01-20 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4239 | |||
2012-01-19 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4231 | |||
2012-01-18 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4221 | |||
2012-01-17 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4211 | |||
2012-01-17 | merge with ^/branches/tk100 | Michael Elkins | |
svn path=/branches/tk161/; revision=4206 | |||
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-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-07 | Checkpoint. rpkic and yamltest mostly work, but irdbd is still acting | Rob Austein | |
weird. svn path=/branches/tk100/; revision=4146 | |||
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-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-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-10 | Tighten uniqueness constraints on IRDB models. | Rob Austein | |
svn path=/branches/tk100/; revision=4114 | |||
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 | Rework models slightly. Now parsing most of the BPKI stuff. | Rob Austein | |
svn path=/branches/tk100/; revision=4109 | |||
2011-12-07 | Checkpoint. Conversion of some SQL tables works now. | Rob Austein | |
svn path=/branches/tk100/; revision=4104 | |||
2011-12-07 | Sort out how to run syncdb | Rob Austein | |
svn path=/branches/tk100/; revision=4103 |