Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-18 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=4637 | |||
2012-08-18 | Add profiling support. | Rob Austein | |
svn path=/trunk/; revision=4636 | |||
2012-08-07 | Safe mapping functions for OIDs, now that we're using the same code to | Rob Austein | |
deal with BPKI certificates with all the whacky distinguished name fields allowed by X.509, or at least by PKIX. See #279. svn path=/trunk/; revision=4621 | |||
2012-08-07 | add countryName oid. references #279 | Michael Elkins | |
svn path=/trunk/; revision=4620 | |||
2012-08-02 | First hack to hostkeys didn't work. Still need option to protect the | Rob Austein | |
clueless from disabling hostkeys accidently, but Iain has a plane to catch. svn path=/trunk/; revision=4619 | |||
2012-08-02 | Check for 404 errors, allow specification of username and password for | Rob Austein | |
transmission daemon. Also allow SSH hostkeys to be optional, which is a bad idea, but is needed in certain automated test environments where the hostkey isn't available without heroic effort (read: don't run without a hostkey in any kind of production environment). svn path=/trunk/; revision=4618 | |||
2012-07-31 | Move rpkic autosync control to rpki.conf. | Rob Austein | |
svn path=/trunk/; revision=4617 | |||
2012-07-31 | Somehow we got an exception whose string expansion was the null | Rob Austein | |
string. Huh? Log exception class name in cae this ever happens again. svn path=/trunk/; revision=4616 | |||
2012-07-31 | First cut at allowing I/O loop to run during processing of massive | Rob Austein | |
batches of ROA requests. Not yet well tested, preliminary results look good and I have people waiting for this patch, so checking in now while continuing testing. See #275. svn path=/trunk/; revision=4615 | |||
2012-07-31 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4614 | |||
2012-07-30 | Add -x option to control "XML summary" file name from command line. | Rob Austein | |
Consolidate code that generates file:// URIs from filenames. svn path=/trunk/; revision=4613 | |||
2012-07-30 | Remove -s from getopt string too. | Rob Austein | |
svn path=/trunk/; revision=4612 | |||
2012-07-30 | Add --stop_after_config | Rob Austein | |
svn path=/trunk/; revision=4611 | |||
2012-07-30 | Switch to Django ORM .raw() query interface for a few queries which | Rob Austein | |
were showing .deepcopy() hot spots under profiling. See #274. svn path=/trunk/; revision=4610 | |||
2012-07-26 | Add profiling support to yamltest; fix profiling support in daemons. | Rob Austein | |
Tweak yamltest to force one ROA request per prefix regardless of how the user expressed it; we may want to revisit this eventually, but it's more useful this way for now. svn path=/trunk/; revision=4609 | |||
2012-07-25 | Add profiling support. | Rob Austein | |
svn path=/trunk/; revision=4608 | |||
2012-07-25 | Clean up SQL cache when it gets big, break up huge batches of ROA | Rob Austein | |
requests to avoid timeouts. See #274. svn path=/trunk/; revision=4607 | |||
2012-07-23 | Use TAL instead of TA. | Rob Austein | |
svn path=/trunk/; revision=4606 | |||
2012-07-16 | simplify exiting the script | Michael Elkins | |
svn path=/trunk/; revision=4604 | |||
2012-07-16 | catch socket.error and print a friendlier message when we can't talk to ↵ | Michael Elkins | |
rpkid. fixes #268 svn path=/trunk/; revision=4603 | |||
2012-07-13 | send_email() should have been send_mail() | Michael Elkins | |
svn path=/trunk/; revision=4602 | |||
2012-07-13 | fix pep8 warnings | Michael Elkins | |
svn path=/trunk/; revision=4601 | |||
2012-07-13 | fix missing imports | Michael Elkins | |
svn path=/trunk/; revision=4600 | |||
2012-07-13 | fetch list of published objects from rpkid, and check for valid->invalid ↵ | Michael Elkins | |
transitions, emailing an alert when a problem is detected. references #257 svn path=/trunk/; revision=4599 | |||
2012-07-12 | move fetching of admin email addresses to the glue library so it can be used ↵ | Michael Elkins | |
by rpkigui-rcynic as well svn path=/trunk/; revision=4598 | |||
2012-07-12 | Use purportedly-human-readable strings instead of internal symbols | Rob Austein | |
when listing what's wrong with particular objects. svn path=/trunk/; revision=4597 | |||
2012-07-12 | First cut at script to find ROAs and list expiration dates of all | Rob Austein | |
certificates in that ROA's authorization chain. See #256. svn path=/trunk/; revision=4596 | |||
2012-07-12 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=4595 | |||
2012-07-11 | First cut at Ruediger's "tell me why this object went away" tool. No | Rob Austein | |
doubt could be vastly improved. See #257. svn path=/trunk/; revision=4594 | |||
2012-07-10 | add option to not send email report; useful for cli debugging | Michael Elkins | |
svn path=/trunk/; revision=4593 | |||
2012-07-09 | in addition to logging to stdout, send email notifications to addresses ↵ | Michael Elkins | |
listed in published ghostbuster records for each user. remove -v (verbose) option svn path=/trunk/; revision=4592 | |||
2012-07-06 | Clever hack of inserting SVG inline doesn't work with xml.etree due to | Rob Austein | |
xml.etree's lack of support for XML namespaces. lxml.etree gets this right, but we don't want to require relying parties to install lxml. Since every browser we care about supports SVG with plain old <img/> elements, just do this the simple way and move on. Fixes #264. svn path=/trunk/; revision=4591 | |||
2012-07-06 | use the client_handle specified in the <list_published_objects/> response to ↵ | Michael Elkins | |
determine child. references #104. svn path=/trunk/; revision=4590 | |||
2012-07-06 | Regen | Rob Austein | |
svn path=/trunk/; revision=4589 | |||
2012-07-06 | Add control interface to clear CMS-timestamp-based replay protection, | Rob Austein | |
so we can recover from misconfigured clocks. Closes #265. Add child_handle attribute to <list_published_objects/> response. Closes #266. svn path=/trunk/; revision=4588 | |||
2012-07-06 | add support for checking child resource certs | Michael Elkins | |
make the expire time configurable allow the user to optionally specify a list of resource handles to check svn path=/trunk/; revision=4587 | |||
2012-07-06 | Implement CMS-timestamp-based replay protection. Closes #35. | Rob Austein | |
svn path=/trunk/; revision=4586 | |||
2012-07-06 | Handle empty hostname list. | Rob Austein | |
svn path=/trunk/; revision=4585 | |||
2012-07-06 | force update of received resources cache prior to checking for rescert ↵ | Michael Elkins | |
expiration svn path=/trunk/; revision=4584 | |||
2012-07-06 | remove debug msg to stdout from rpki.gui.app.glue.list_received_resources | Michael Elkins | |
svn path=/trunk/; revision=4583 | |||
2012-07-05 | add current handle name to each warning message | Michael Elkins | |
svn path=/trunk/; revision=4582 | |||
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 |