index
:
sra/rpki.net
master
zone-cleanup
Dragon Research Labs RPKI Toolkit
git user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpkid
Age
Commit message (
Expand
)
Author
2014-01-07
Switch `rpkic show_published_objects` to use `.tracking_data()`
Rob Austein
2014-01-07
Clean up non-verifying CMS extraction methods.
Rob Austein
2014-01-07
Add show_received_resources and show_published_objects. See #663.
Rob Austein
2014-01-07
Add show_roa_request and show_ghostbuster_request commands. See #663.
Rob Austein
2014-01-07
Set notBefore value directly when issuing certificates to avoid race
Rob Austein
2014-01-07
Remove ancient kludge that worked around a Django 1.2 bug.
Rob Austein
2013-12-16
Clean up unused variables.
Rob Austein
2013-11-27
$top/rpkid/portal-gui/ no longer needs a Makefile. Closes #477.
Rob Austein
2013-11-01
Allow iteration over all the resource_ranges in a resource_bag.
Rob Austein
2013-10-09
we must import rpki.gui.cacheview.models because it is illegal to try to impo...
Michael Elkins
2013-10-09
[5462] change to Auto_update error handling was incomplete.
Rob Austein
2013-10-08
Add DH and DSA parameter generation, while I still remember all the
Rob Austein
2013-10-08
Preliminary support for ECDSA and EC key parameter generation. At the
Rob Austein
2013-10-08
Switch RSA key generation to use a new .generateRSA() class method
Rob Austein
2013-10-01
Map a few more exceptions to proper up-down protocol error codes,
Rob Austein
2013-10-01
Remove unnecessary and incorrect assertion.
Rob Austein
2013-10-01
Convenience targets for resuming tests based on yamlconf and yamltest.
Rob Austein
2013-09-30
Don't delay waiting for daemons to start up if we're just going to
Rob Austein
2013-09-30
Copy Ghostbusters support over from yamltest.py.
Rob Austein
2013-09-26
Bump CRL interval up by an hour to avoid race condition, since CRL
Rob Austein
2013-09-26
better error handling and logging when we can't parse the origin AS from a ro...
Michael Elkins
2013-09-25
Add --enable-wsgi-python-egg-cache. See #630.
Rob Austein
2013-09-25
Use NameVirtualHost for Apache 2.2 on Ubuntu as well as on FreeBSD.
Rob Austein
2013-09-23
Use netifaces library to construct a list of IP addresses to stuff
Rob Austein
2013-09-23
rework save_statuses() to save a single status instead, and peform garbage co...
Michael Elkins
2013-09-23
Test code shouldn't depend on scan_roas having been installed.
Rob Austein
2013-09-23
catch OSError when calling os.stat() and treat the object as if it were missi...
Michael Elkins
2013-09-23
use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() retu...
Michael Elkins
2013-09-23
revert [5498]
Michael Elkins
2013-09-20
Disable mod_deflate if it's enabled and we know how to do so. In
Rob Austein
2013-09-20
Oops, this went with [5507], see #616.
Rob Austein
2013-09-20
Apache 2.4 support. Closes #616.
Rob Austein
2013-09-20
Fix obscure reference count oops in IPAddress arithmetic operation
Rob Austein
2013-09-20
use resource_range_ip.min.bits instead of resource_range_ip.datum_type.bits t...
Michael Elkins
2013-09-20
add +/- for each roa to given visual feedback about how the roa affects the g...
Michael Elkins
2013-09-19
delete existing objects that were previously accepted if they were not accept...
Michael Elkins
2013-09-19
new cli script rpkigui-query-routes to query the web portal's routeview/rcyni...
Michael Elkins
2013-09-19
garbage collect ROAPrefixV* objects when there are no associated ROAs
Michael Elkins
2013-09-19
import cacheview.models directly instead of cacheview
Michael Elkins
2013-09-19
resource_range_ip has a .min element, not .prefix_min
Michael Elkins
2013-09-19
update cacheview interface to match the style of the main app
Michael Elkins
2013-09-18
remove default=None from the migration removing null=True from the ResourceCe...
Michael Elkins
2013-09-13
add favicon for RPKI web portal
Michael Elkins
2013-09-11
Zookeeper.synchronize_bpki() was only synchronizing a subset of the
Rob Austein
2013-09-11
Fix outdated error message.
Rob Austein
2013-09-10
Skip build/ subdirectory when constructing TAGS files.
Rob Austein
2013-09-09
set default logging level to ERROR for rpkigui-rcynic script so we don't floo...
Michael Elkins
2013-09-03
use Python None as default value for ForeignKey field, rather than 0.
Michael Elkins
2013-09-01
Add resource_bag.__nonzero__() method.
Rob Austein
2013-08-28
Pass Python exceptions from callback through to caller correctly.
Rob Austein
[next]