Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-05 | use str() to print to detail of each Certificate subclass when displaying a ↵ | Michael Elkins | |
warning message svn path=/trunk/; revision=4581 | |||
2012-07-05 | fix __unicode__ method for HostedCA | Michael Elkins | |
svn path=/trunk/; revision=4580 | |||
2012-07-05 | don't print out expiration for TA certs | Michael Elkins | |
check expiration on HostedBy and ServerCA certs svn path=/trunk/; revision=4579 | |||
2012-07-05 | print cached rescert information when we do not find the cert in the rcynic ↵ | Michael Elkins | |
cache svn path=/trunk/; revision=4578 | |||
2012-07-05 | check expiration of BSC's for each handle as well. | Michael Elkins | |
display expiration dates and object types in verbose mode svn path=/trunk/; revision=4577 | |||
2012-07-05 | remove admin autodiscover since we do not use the admin interface | Michael Elkins | |
svn path=/trunk/; revision=4576 | |||
2012-07-05 | add empty stub admin.py to overwrite any existing module | Michael Elkins | |
svn path=/trunk/; revision=4575 | |||
2012-07-05 | add path to wsgi script to apache.conf to allow explicit permissions to read | Michael Elkins | |
svn path=/trunk/; revision=4574 | |||
2012-07-05 | add expiration checks for parent/child/repository TA/cross certs | Michael Elkins | |
svn path=/trunk/; revision=4573 | |||
2012-07-04 | Oops, forgot to include revoke_forgotten command when copying other | Rob Austein | |
control operations over from irbe_cli to rpkic. svn path=/trunk/; revision=4572 | |||
2012-07-03 | initial implementation of rescert expiration cron script | Michael Elkins | |
svn path=/trunk/; revision=4570 | |||
2012-07-03 | Add .mnf to dispatch list for backwards compatability. | Rob Austein | |
svn path=/trunk/; revision=4569 | |||
2012-07-03 | Add more data to pubd log line, to aid tracking flow of objects | Rob Austein | |
through the RPKI system. svn path=/trunk/; revision=4567 | |||
2012-07-03 | Add TAL support. | Rob Austein | |
svn path=/trunk/; revision=4566 | |||
2012-07-03 | Stop whining about missing BPKI CRLs when running rootd under | Rob Austein | |
smoketest. The real problem is smoketest's antique BPKI model, but fixing that'd be more work than it's worth just to suppress a warning. svn path=/trunk/; revision=4565 | |||
2012-06-28 | determine a timezone that is similar to UTC at runtime when settings.py is ↵ | Michael Elkins | |
loaded svn path=/trunk/; revision=4563 | |||
2012-06-28 | change default TIME_ZONE to UTC from GMT, since the former is the preferred ↵ | Michael Elkins | |
name and appears to be present on all modern systems. svn path=/trunk/; revision=4562 | |||
2012-06-27 | in roa creation form, assume mask is closet classful if mask is missing. ↵ | Michael Elkins | |
closes #245 svn path=/trunk/; revision=4561 | |||
2012-06-25 | Tombstone for an obsolete program, to keep users from accidently | Rob Austein | |
running the old one. svn path=/trunk/; revision=4558 | |||
2012-06-25 | log debugging info about the object being processed when an exception is caught. | Michael Elkins | |
this is to aid in debugging issue #262. svn path=/trunk/; revision=4556 | |||
2012-06-22 | add __repr__ method to rpki.rcynic.validation_status_element | Michael Elkins | |
svn path=/trunk/; revision=4552 | |||
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-06-01 | Change default location of rcynic XML output to match default installation ↵ | Michael Elkins | |
value. Closes #255 svn path=/trunk/; revision=4524 | |||
2012-05-23 | Convert rpkid tests to use rcynic-text. | Rob Austein | |
svn path=/trunk/; revision=4511 | |||
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-10 | Failure to write pid file is a warning, not a fatal error. | Rob Austein | |
svn path=/trunk/; revision=4483 | |||
2012-05-10 | rpki.x509.DeadDrop.dump() should not abort the calling function for | Rob Austein | |
any reason. svn path=/trunk/; revision=4482 | |||
2012-05-09 | Run daemons as, well, daemons. Closes #246. | Rob Austein | |
svn path=/trunk/; revision=4481 | |||
2012-05-09 | Fail gracefully if we can't initialize or write to DeadDrop mailbox. | Rob Austein | |
svn path=/trunk/; revision=4480 | |||
2012-05-08 | Re-add command line history feature lost during myrpki -> myrpkic transition. | Rob Austein | |
svn path=/trunk/; revision=4478 | |||
2012-05-05 | Debugging code to say why we're failing to issue. See #247. | Rob Austein | |
svn path=/branches/tk33/; revision=4471 | |||
2012-05-05 | Restrict handle completion to current entity. | Rob Austein | |
svn path=/branches/tk33/; revision=4470 | |||
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 | Don't explode if valid_until isn't set in test configuration. | Rob Austein | |
svn path=/branches/tk33/; revision=4465 | |||
2012-05-04 | Add delete_rootd. | Rob Austein | |
svn path=/branches/tk33/; revision=4464 | |||
2012-05-03 | Resource overlap handling: fix handling of overlaps, and add option to | Rob 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-02 | More set operations. | Rob Austein | |
svn path=/branches/tk33/; revision=4458 | |||
2012-04-30 | Default new start_* options to older run_* options, so old | Rob Austein | |
configuration files will continue to work as expected. Closes #244. svn path=/trunk/; revision=4455 | |||
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-24 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=4449 | |||
2012-04-18 | Add start_{rpki,irdb,pub,root}d options. See #238. | Rob Austein | |
svn path=/trunk/; revision=4435 | |||
2012-04-17 | Change [4433] didn't handle deeply nested hosting properly. See #236. | Rob Austein | |
svn path=/trunk/; revision=4434 | |||
2012-04-17 | Synchronize with daemons automatically after rpkic commands where | Rob Austein | |
doing so makes sense. This closes #236. svn path=/trunk/; revision=4433 | |||
2012-04-17 | Don't blather about RSA key generation. | Rob Austein | |
svn path=/trunk/; revision=4432 | |||
2012-04-17 | Regen | Rob Austein | |
svn path=/trunk/; revision=4431 | |||
2012-04-17 | Make "valid_until" optional in schema for setup protocol. Fixes #237. | Rob Austein | |
svn path=/trunk/; revision=4430 | |||
2012-04-16 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=4425 | |||
2012-04-16 | Clean up README files. Mostly this means changing them to pointers to | Rob 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 |