Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-30 | Archive | Rob Austein | |
svn path=/trunk/; revision=5533 | |||
2013-09-30 | Sample of the original form of rcynic-lta.yaml, corresponding to the | Rob Austein | |
current useless version of the code. Major code rewrite likely, YAML will change with it, this version is just for the archive. svn path=/trunk/; revision=5531 | |||
2013-09-28 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5530 | |||
2013-09-28 | Script that generates flat doc isn't quite smart enough to notice old | Rob Austein | |
pages that have now been deleted. svn path=/trunk/; revision=5529 | |||
2013-09-28 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5528 | |||
2013-09-28 | Build on Debian Wheezy too. | Rob Austein | |
svn path=/trunk/; revision=5527 | |||
2013-09-27 | Keep package build on Debian Wheezy from whining that we didn't build | Rob Austein | |
_POW.so for every installed version of Python. We may want to address this by whacking debian/rules instead eventually, but this works and is simple. svn path=/trunk/; revision=5526 | |||
2013-09-26 | Silence apachectl whining about ulimits during autoconf. | Rob Austein | |
svn path=/trunk/; revision=5525 | |||
2013-09-26 | Bump CRL interval up by an hour to avoid race condition, since CRL | Rob Austein | |
regeneration isn't instantaneous. Closes #601. svn path=/trunk/; revision=5524 | |||
2013-09-26 | better error handling and logging when we can't parse the origin AS from a ↵ | Michael Elkins | |
routeviews entry see #632 svn path=/trunk/; revision=5523 | |||
2013-09-26 | Disclaimer | Rob Austein | |
svn path=/trunk/; revision=5522 | |||
2013-09-25 | Oops, FreeBSD port changes that should have been in [5520]. See #630. | Rob Austein | |
svn path=/trunk/; revision=5521 | |||
2013-09-25 | Add --enable-wsgi-python-egg-cache. See #630. | Rob Austein | |
svn path=/trunk/; revision=5520 | |||
2013-09-25 | Use NameVirtualHost for Apache 2.2 on Ubuntu as well as on FreeBSD. | Rob Austein | |
Refactor config file template code to account for recent changes. svn path=/trunk/; revision=5519 | |||
2013-09-24 | Disable latest FreeBSD ports system whoopie cushion. Closes #631. | Rob Austein | |
svn path=/trunk/; revision=5518 | |||
2013-09-23 | Use netifaces library to construct a list of IP addresses to stuff | Rob Austein | |
into the Django's furshlugginer ALLOWED_HOSTS list. See #628. svn path=/trunk/; revision=5517 | |||
2013-09-23 | set svn:keywords on util.py | Michael Elkins | |
svn path=/trunk/; revision=5516 | |||
2013-09-23 | rework save_statuses() to save a single status instead, and peform garbage ↵ | Michael Elkins | |
collection of objects which were not accepted later on in process_cache see #625 svn path=/trunk/; revision=5515 | |||
2013-09-23 | Test code shouldn't depend on scan_roas having been installed. | Rob Austein | |
svn path=/trunk/; revision=5514 | |||
2013-09-23 | Missing single quote. Fixes #627. | Rob Austein | |
svn path=/trunk/; revision=5513 | |||
2013-09-23 | catch OSError when calling os.stat() and treat the object as if it were ↵ | Michael Elkins | |
missing from rcynic.xml see #625 svn path=/trunk/; revision=5512 | |||
2013-09-23 | use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() ↵ | Michael Elkins | |
return value svn path=/trunk/; revision=5511 | |||
2013-09-23 | revert [5498] | Michael Elkins | |
see #623 svn path=/trunk/; revision=5510 | |||
2013-09-20 | Disable mod_deflate if it's enabled and we know how to do so. In | Rob Austein | |
practice, this is Ubuntu-specific, because FreeBSD lacks Ubuntu's `a2dismod` command. Closes #595. svn path=/trunk/; revision=5509 | |||
2013-09-20 | Oops, this went with [5507], see #616. | Rob Austein | |
svn path=/trunk/; revision=5508 | |||
2013-09-20 | Apache 2.4 support. Closes #616. | Rob Austein | |
svn path=/trunk/; revision=5507 | |||
2013-09-20 | Fix obscure reference count oops in IPAddress arithmetic operation | Rob Austein | |
coercion code. svn path=/trunk/; revision=5505 | |||
2013-09-20 | use resource_range_ip.min.bits instead of resource_range_ip.datum_type.bits ↵ | Michael Elkins | |
to get the max bits for the IP address closes #576 svn path=/trunk/; revision=5504 | |||
2013-09-20 | add +/- for each roa to given visual feedback about how the roa affects the ↵ | Michael Elkins | |
given route svn path=/trunk/; revision=5503 | |||
2013-09-19 | delete existing objects that were previously accepted if they were not ↵ | Michael Elkins | |
accepted during the most recent run. see #588 refactor much of the code in process_cache() into save_statuses() to make it simpler to handle the garbage collection. first we collected all statuses, then save them all at once. svn path=/trunk/; revision=5502 | |||
2013-09-19 | Apache-version-agnosticism, part 1: fix autoconf, FreeBSD port | Rob Austein | |
skeleton, rcynic-cron. rpkigui-apache-confgen still needs work to support 2.4 syntax, but we should be tracking the Apache version number correctly for the version-dependent pathnames on FreeBSD. See #616. svn path=/trunk/; revision=5501 | |||
2013-09-19 | new cli script rpkigui-query-routes to query the web portal's ↵ | Michael Elkins | |
routeview/rcynic db for route validity svn path=/trunk/; revision=5500 | |||
2013-09-19 | garbage collect ROAPrefixV* objects when there are no associated ROAs | Michael Elkins | |
closes #620 svn path=/trunk/; revision=5499 | |||
2013-09-19 | import cacheview.models directly instead of cacheview | Michael Elkins | |
svn path=/trunk/; revision=5498 | |||
2013-09-19 | resource_range_ip has a .min element, not .prefix_min | Michael Elkins | |
svn path=/trunk/; revision=5497 | |||
2013-09-19 | update cacheview interface to match the style of the main app | Michael Elkins | |
svn path=/trunk/; revision=5496 | |||
2013-09-18 | remove default=None from the migration removing null=True from the ↵ | Michael Elkins | |
ResourceCert.conf field. see #612 svn path=/trunk/; revision=5495 | |||
2013-09-18 | Add support for keeping a SQLite database of incoming data when in | Rob Austein | |
client mode. Only lightly tested so far. svn path=/trunk/; revision=5494 | |||
2013-09-13 | add favicon for RPKI web portal | Michael Elkins | |
see #614 svn path=/trunk/; revision=5493 | |||
2013-09-11 | Zookeeper.synchronize_bpki() was only synchronizing a subset of the | Rob Austein | |
BPKI material that Zookeeper.update_bpki() was updating. Fixes #611. svn path=/trunk/; revision=5492 | |||
2013-09-11 | Fix outdated error message. | Rob Austein | |
svn path=/trunk/; revision=5491 | |||
2013-09-10 | Skip build/ subdirectory when constructing TAGS files. | Rob Austein | |
svn path=/trunk/; revision=5490 | |||
2013-09-09 | set default logging level to ERROR for rpkigui-rcynic script so we don't ↵ | Michael Elkins | |
flood the user's mailbox when invokved by cron frequently see #608 svn path=/trunk/; revision=5489 | |||
2013-09-09 | Send mail from rcynic-cron to root, not rcynic. Closes #610. | Rob Austein | |
svn path=/trunk/; revision=5488 | |||
2013-09-07 | Well, this script now generates something that looks like a | Rob Austein | |
certificate tree and validates. Not at all certain that what we generate is right yet. svn path=/trunk/; revision=5487 | |||
2013-09-03 | use Python None as default value for ForeignKey field, rather than 0. | Michael Elkins | |
see #607 svn path=/trunk/; revision=5486 | |||
2013-09-03 | Disable parallel builds. See #604. | Rob Austein | |
svn path=/trunk/; revision=5485 | |||
2013-09-02 | Checkpoint. | Rob Austein | |
svn path=/trunk/; revision=5484 | |||
2013-09-01 | Add resource_bag.__nonzero__() method. | Rob Austein | |
svn path=/trunk/; revision=5483 | |||
2013-08-31 | Constraint class. | Rob Austein | |
svn path=/trunk/; revision=5482 |