aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Collapse)Author
2012-05-05Allow 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-04Don't explode if valid_until isn't set in test configuration.Rob Austein
svn path=/branches/tk33/; revision=4465
2012-05-04Add delete_rootd.Rob Austein
svn path=/branches/tk33/; revision=4464
2012-05-03Resource overlap handling: fix handling of overlaps, and add option toRob Austein
allow overlaps when dealing with damaged data -- in general, you should not use the allow_overlap flag for any reason, it's only present to avoid having to fork this code just to deal with nastiness like the RIR ERX data. svn path=/branches/tk33/; revision=4461
2012-05-02More set operations.Rob Austein
svn path=/branches/tk33/; revision=4458
2012-04-30Default new start_* options to older run_* options, so oldRob Austein
configuration files will continue to work as expected. Closes #244. svn path=/trunk/; revision=4455
2012-04-24Add Zookeeper.publish_world_now() and rpkic force_publication. Closes #27.Rob Austein
svn path=/trunk/; revision=4452
2012-04-24Bump default CRL interval and regeneration margin up a bit to reduceRob Austein
incidence of stale CRL and manifest warnings. See #11. svn path=/trunk/; revision=4451
2012-04-24CleanupRob Austein
svn path=/trunk/; revision=4449
2012-04-18Add start_{rpki,irdb,pub,root}d options. See #238.Rob Austein
svn path=/trunk/; revision=4435
2012-04-17Change [4433] didn't handle deeply nested hosting properly. See #236.Rob Austein
svn path=/trunk/; revision=4434
2012-04-17Synchronize with daemons automatically after rpkic commands whereRob Austein
doing so makes sense. This closes #236. svn path=/trunk/; revision=4433
2012-04-17Don't blather about RSA key generation.Rob Austein
svn path=/trunk/; revision=4432
2012-04-17RegenRob Austein
svn path=/trunk/; revision=4431
2012-04-17Make "valid_until" optional in schema for setup protocol. Fixes #237.Rob Austein
svn path=/trunk/; revision=4430
2012-04-16CleanupRob Austein
svn path=/trunk/; revision=4425
2012-04-16Clean up README files. Mostly this means changing them to pointers toRob Austein
the real consolidated documentation. Delete old Doxygen-based rpkid manual and stuff that went with it, while retaining ability to generate Doxygen manual of internals for the libraries. This closes #232. svn path=/trunk/; revision=4424
2012-04-16Rework ./configure options so that user tells us what RPKI tools theyRob Austein
want to install and we tell the user if something is missing. This closes #231. svn path=/trunk/; revision=4422
2012-04-15Put BPKI server files in /usr/local/share/rpki (akaRob Austein
${datarootdir}/rpki). This closes #230 and partially addresses #227. svn path=/trunk/; revision=4421
2012-04-15setup_publication() had the "DROP TABLE IF EXISTS" exception problemRob Austein
too. svn path=/trunk/; revision=4420
2012-04-15Don't abort unit tests when dnspython is not installed.Rob Austein
svn path=/trunk/; revision=4419
2012-04-15Forgot to take myrpki out of Makefile, oops, fixed. smoketest wasRob Austein
getting upset when trying to delete nonexistent SQL tables; have fixed this before, but apparently managed to break it again. svn path=/trunk/; revision=4418
2012-04-15Retire myrpki.py before it confuses somebody.Rob Austein
svn path=/trunk/; revision=4417
2012-04-06Disable Django debugging and add warning comment.Rob Austein
svn path=/branches/tk161/; revision=4410
2012-04-06RegenRob Austein
svn path=/branches/tk161/; revision=4409
2012-03-19Sync from trunk.Rob Austein
svn path=/branches/tk161/; revision=4403
2012-03-11Debug rekey/revoke code, mostly SQL interface issues.Rob Austein
This fixes #218. I think. svn path=/trunk/; revision=4393
2012-02-29Whack rootd's silly handling of CRL numbers and subject certificateRob Austein
serial numbers, to avoid resetting these values when rootd reboots. rootd is such a kludge. This fixes #214. svn path=/trunk/; revision=4377
2012-02-24add more information to the Parent detail view. closes #205Michael Elkins
svn path=/branches/tk161/; revision=4369
2012-02-24remove .title() from the template tags to retrieve the verbose_name of ↵Michael Elkins
objects in the generic lists properly capitalize the model names in verbose_name{,_plural}. closes #204 svn path=/branches/tk161/; revision=4368
2012-02-24display current resource handle in a larger font. closes #206Michael Elkins
svn path=/branches/tk161/; revision=4367
2012-02-24reword text to avoid indicating where the route origin validation table is ↵Michael Elkins
relative to the confirmation form. closes #203 svn path=/branches/tk161/; revision=4366
2012-02-24move copyright notice to comment block. pep8 formatting.Michael Elkins
svn path=/branches/tk161/; revision=4365
2012-02-24remove the admin link from the topbar. closes #202Michael Elkins
svn path=/branches/tk161/; revision=4364
2012-02-24HttpResponse is not an exceptionMichael Elkins
svn path=/branches/tk161/; revision=4363
2012-02-23move the 'select identity' link to the app_base template, inside the ↵Michael Elkins
is_superuser check. svn path=/branches/tk161/; revision=4362
2012-02-22remove gui interface to update_bpki since this should be run either by the ↵Michael Elkins
cli or in cron svn path=/branches/tk161/; revision=4361
2012-02-22Preserve old BPKI CA subject names when we can, since changing themRob Austein
requires re-doing OOB initialization dance. svn path=/branches/tk161/; revision=4360
2012-02-22rpki.rpkic.main.do_update_bpki() wasn't writing updated BPKI object toRob Austein
disk; see #200. Make BPKI certificate lifetimes and CRL intervals configurable; closes #201. svn path=/branches/tk161/; revision=4359
2012-02-22Make base_port configurable in [yamltest] section of rpki.conf. See #200.Rob Austein
svn path=/branches/tk161/; revision=4358
2012-02-22invoke .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-21Another test configuration.Rob Austein
svn path=/trunk/; revision=4356
2012-02-20Include self_handle in up-down resource mismatch reports. Closes #14.Rob Austein
svn path=/trunk/; revision=4355
2012-02-17Revoke certificates and clean up published objects when processing aRob Austein
left-right destroy action. Clean up empty publication directories on withdrawal. Fix rootd's handling of CRLs and manifests. See #197. svn path=/trunk/; revision=4354
2012-02-17also refresh the rescert cacheMichael Elkins
svn path=/branches/tk161/; revision=4353
2012-02-17First cut at cleaning up litter left behind in repository if the UIRob Austein
just deletes the <self/> object. See #197. svn path=/trunk/; revision=4352
2012-02-17use .all() to select all objects. closes #199Michael Elkins
svn path=/branches/tk161/; revision=4351
2012-02-17delete objects through the irdb.models rather than the proxy models, to ↵Michael Elkins
avoid issue with cascade deletes not working via proxy models svn path=/branches/tk161/; revision=4350
2012-02-17end range should be 33 since it is not inclusiveMichael Elkins
add output to give feedback svn path=/branches/tk161/; revision=4349
2012-02-17new script for reseting the labuser* accounts on rpki.netMichael Elkins
svn path=/branches/tk161/; revision=4348