aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2011-05-03add missing import from futureMichael Elkins
2011-04-27First whack at some of the silliest logging codeRob Austein
2011-04-25CopyrightRob Austein
2011-04-25Add renew_children command.Rob Austein
2011-04-22Be more careful about reusing expired active certs when generating ROAs.Rob Austein
2011-04-21TypoRob Austein
2011-04-21Add .fromOpenSSL() constructor.Rob Austein
2011-04-21Hack Doxygen IMAGE_PATH via Makefile and environment variable ratherRob Austein
2011-04-18use a more meaningful label for the unallocated case in the dropbox when edit...Michael Elkins
2011-04-18add missing html templateMichael Elkins
2011-04-18ask for confirmation when deleting a roa requestMichael Elkins
2011-04-18Sweep SQL cache a bit more frequently during cron processingRob Austein
2011-04-10TypoRob Austein
2011-04-09Don't lock cron out accidently from .serve_run_now()Rob Austein
2011-04-07ADR vcard type is not a string, but a compound objectMichael Elkins
2011-04-06make the myrpki cli ignore the ghostbuster_request table when running configu...Michael Elkins
2011-04-06Don't traceback on publication failureRob Austein
2011-04-06use GMT instead of UTC, since the latter seems to make fbsd 8 unhappyMichael Elkins
2011-04-04Handle BadContactURL same as ChildNotFoundRob Austein
2011-04-04...but do log the exception, doh.Rob Austein
2011-04-04Don't throw traceback on ChildNotFoundRob Austein
2011-03-30pass a log file object to glue.list_received_resourcesMichael Elkins
2011-03-30add support for editing the validity period for child resource certsMichael Elkins
2011-03-30fix broken redirect after deleting split prefixMichael Elkins
2011-03-30add 'refresh' link in portal gui to query rpkid for updated information rathe...Michael Elkins
2011-03-27Handle past-expiration IRDB entries properlyRob Austein
2011-03-27MySQL gets tetchy when asked to insert an empty list of valuesRob Austein
2011-03-26Don't fail in diagnostic code in dumpasn1 isn't availableRob Austein
2011-03-24move base templates into rpki.gui.appMichael Elkins
2011-03-24add support to the portal gui for generating ghostbuster requestsMichael Elkins
2011-03-24fix typo in settings.pyMichael Elkins
2011-03-24add support for populating the IRDB with ghostbuster requestsMichael Elkins
2011-03-21regenRob Austein
2011-03-21First cut at Ghostbusters support.Rob Austein
2011-03-18Merge rpki.rpki_engine into rpki.rpkid.Rob Austein
2011-03-18Add @property decorators to a bunch of methods that are just syntacticRob Austein
2011-03-14Don't fail if parent neither offers nor refers a repository.Rob Austein
2011-03-12Traceback on connection failure is not very friendly.Rob Austein
2011-03-03put django project templates into $top/rpkid/rpki/gui/templatesMichael Elkins
2011-03-02update portal-gui settings.py.in to reflect changes in django 1.2Michael Elkins
2011-03-02mv portal-gui TODO into the app directoryMichael Elkins
2011-03-02move portal-gui scripts out of the python package tree into the project treeMichael Elkins
2011-03-02put default values for portal-gui django app into a local settings.pyMichael Elkins
2011-03-02move rpki.gui.app templates into the source tree as recommended for distribut...Michael Elkins
2011-02-25portal-gui no longer invokes the myrpki.py command line tool.Michael Elkins
2011-02-25refactor the IRDB sql code out ofMichael Elkins
2011-02-24add rpki.resource_set.roa_prefix.from_roa_tuple() to do the opposite of .to_r...Michael Elkins
2011-02-19do not print warning about missing <list_received_resources/> responses when ...Michael Elkins
2011-02-16sort ASs and AddressRanges by the lower bound in the rangeMichael Elkins
2011-02-15Use the request.META['wsgi.errors'] log object instead of writing to sys.stde...Michael Elkins