aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2013-03-26add templates for 404 and 500 error reporting to the userMichael Elkins
2013-03-25Break rootd setup out of rpkic create_identity into new command rpkicRob Austein
2013-03-25Add create_identity and initialize_server_bpki, teach yamltest to useRob Austein
2013-03-25fix wrong css class for page-headerMichael Elkins
2013-03-25upgrade to bootstrap 2.3.1Michael Elkins
2013-03-25use new method Zookeeper.initialize_resource_bpki() added in [5206].Michael Elkins
2013-03-25use Zookeeper.synchronize_ca() when changes are made to a single resource hol...Michael Elkins
2013-03-25Start splitting BPKI initialization into separate ServerCA andRob Austein
2013-03-24First pass at cleaning up exception handling in rpkic and zookeeper.Rob Austein
2013-03-24add link to pubclient detail for exporting the XML responseMichael Elkins
2013-03-24correct xml attribute for popup help is 'title'Michael Elkins
2013-03-24revert default filetype to xml in serve_xml()Michael Elkins
2013-03-22.setRFC3779() handling of emtpy iterations was subtly broken in waysRob Austein
2013-03-22add import/export of asns.csv and prefixes.csvMichael Elkins
2013-03-22Rewrite configure_publication_client() to avoid dependency onRob Austein
2013-03-21Clean up if construct_sia_uri() throws an exception while we'reRob Austein
2013-03-21merge ^/branches/tk334Michael Elkins
2013-03-21Record context in CMS replay exceptions. Closes #458.Rob Austein
2013-03-19need to guard against issuer being None the first time we process the root ce...Michael Elkins
2013-03-18merge work for #460Michael Elkins
2013-03-18Publication clients hang off of server_ca, not resource_ca.Rob Austein
2013-03-12Use inherit_token in from_POW_rfc3779(). See #460.Rob Austein
2013-03-12improve error message when encountering a resource certificate with a RFC3779...Michael Elkins
2013-03-06fix DeprecationWarning showing up in the apache.logMichael Elkins
2013-03-05Skip synchronization for parents with no repository set. Fixes #438.Rob Austein
2013-03-05fix paginator template tag to nicely display when there are a huge amount of ...Michael Elkins
2013-03-05need enctype="multipart/form-data" when uploading files in a formMichael Elkins
2013-03-05field label was not being expanded in the app_form.html templateMichael Elkins
2013-03-05remove outdated css class attributes for an old version of bootstapMichael Elkins
2013-03-04move core function to rpki.gui.app.check_expiredMichael Elkins
2013-03-04add .cert_chain property to return the complete certificate chain for the spe...Michael Elkins
2013-03-04move core of rpkid/portal-gui/scripts/rpkigui-import-routes.py to rpkid/rpki/...Michael Elkins
2013-03-04move core implementation to rpki.gui.cacheview.util and only leave the script...Michael Elkins
2013-03-01remove duplication line of codeMichael Elkins
2013-03-01change rpki.gui.models.IPV6AddressField.get_db_prep_value() to return `long` ...Michael Elkins
2013-02-28remove rpki.gui.cacheview from urls.py since it is outdated and doesn't compi...Michael Elkins
2013-02-28update templates for new syntax of the {% url %} tag in django 1.5Michael Elkins
2013-02-28conf list for superusers should show everythingMichael Elkins
2013-02-27drop "Request" from "ROA Requests" in dashboardMichael Elkins
2013-02-27add a clone button to each roa, which copies the prefix as the default value ...Michael Elkins
2013-02-27updated web portal html templates to use newer syntax for the {% url %} tagMichael Elkins
2013-02-26add support for multiple users managing the same resource holderMichael Elkins
2013-02-25move repository client list to its own pageMichael Elkins
2013-02-23add new roa creation form allowing multiple roas to be enteredMichael Elkins
2013-02-21add support for breaking the route view into multiple pagesMichael Elkins
2013-02-20remove glue.str_to_resource_range() since resource_range_ip.parse_str() can n...Michael Elkins
2013-02-20add is_prefix attribute to ipv6 objects so that the create roa button appears...Michael Elkins
2013-02-20use resource_range_ip.parse_str() rather than calling through resource_range_...Michael Elkins
2013-02-20Move .rpkic_history from current directory to $HOME. Fixes #422.Rob Austein
2013-02-20Fix bug introduced in [4985] where login() was called in the logout() method.Michael Elkins