aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2013-03-18merge work for #460Michael Elkins
2013-03-18Publication clients hang off of server_ca, not resource_ca.Rob Austein
2013-03-14remove trailing slash from the URL alias for /rcynic. closes #465Michael Elkins
2013-03-14add alias for /rcynic/ to the generated apache.conf (see #465)Michael Elkins
2013-03-13check for settings.py in the standard locations if $DJANGO_SETTINGS_MODULE is...Michael Elkins
2013-03-13add new helper script for the rpki workshop to create web user accounts for e...Michael Elkins
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-12set PATH in cron entry otherwise rpkigui-import-routes script is not found in...Michael Elkins
2013-03-11fix error in crontab entry where it was not running every two hoursMichael Elkins
2013-03-11change default log level to WARNINGMichael Elkins
2013-03-07fix issue with automatically built config filesMichael Elkins
2013-03-07use --enable-target-install framework to add install-linux to the install tar...Michael Elkins
2013-03-07move installation of most portal-gui scripts to setup.py (see #373)Michael Elkins
2013-03-06fix typohMichael Elkins
2013-03-06fix DeprecationWarning showing up in the apache.logMichael Elkins
2013-03-06comment out debug statement printing sys.pathMichael Elkins
2013-03-06revert [5096]Michael 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-04remove deprecated script that was used back when the web portal used the sqli...Michael 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-03move build-time generated configuration to local_settings.py and leave settin...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-28add new script rpkigui-flatten-roas script to take care of flattening old roa...Michael 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-26Create publication directory.Rob Austein
2013-02-26Clean generated rpki.conf.sample.Rob Austein
2013-02-26Sigh, I guess it would be too simple if @sharedstatedir@ had anythingRob Austein
2013-02-26Make ${sharedstatedir}/rpki/publication the default location for theRob Austein
2013-02-25move repository client list to its own pageMichael Elkins
2013-02-24Pull from trunk.Rob Austein
2013-02-24First build, then install, doh.Rob Austein
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-21Pull from trunk.Rob Austein
2013-02-20remove glue.str_to_resource_range() since resource_range_ip.parse_str() can n...Michael Elkins