Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-14 | rework cacheview models to separate validation status from accepted objects | Michael Elkins | |
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330 | |||
2012-02-13 | set proper sort order for RouteOrigin{,V6} to sort by prefix | Michael Elkins | |
svn path=/branches/tk161/; revision=4329 | |||
2012-02-12 | only show accepted roas in route_roa_list | Michael Elkins | |
svn path=/branches/tk161/; revision=4328 | |||
2012-02-12 | add link to display roas covering a bgp prefix in the routes view | Michael Elkins | |
svn path=/branches/tk161/; revision=4327 | |||
2012-02-12 | fix bug in routeviews parser | Michael Elkins | |
svn path=/branches/tk161/; revision=4326 | |||
2012-02-12 | fix bug with duplicate route,origin pairs due to fact that routeviews dump ↵ | Michael Elkins | |
isn't sub-sorted by origin_as svn path=/branches/tk161/; revision=4325 | |||
2012-02-12 | reorder sys.path to place newly added site-packages directory at the head of ↵ | Michael Elkins | |
the list svn path=/branches/tk161/; revision=4324 | |||
2012-02-10 | optimize the bgp import script | Michael Elkins | |
svn path=/branches/tk161/; revision=4323 | |||
2012-02-09 | merge with /trunk | Michael Elkins | |
svn path=/branches/tk161/; revision=4321 | |||
2012-02-09 | add support to irbe_cli for ghostbusters in the publication protocol. ↵ | Michael Elkins | |
closes #185 svn path=/trunk/; revision=4320 | |||
2012-02-09 | pep8 fixes | Michael Elkins | |
svn path=/branches/tk161/; revision=4319 | |||
2012-02-09 | use std logging module for log messsages | Michael Elkins | |
change -d to generalized "-l LOGLEVEL" pep8 fixes svn path=/branches/tk161/; revision=4318 | |||
2012-02-08 | fix broken $Id$ tag | Michael Elkins | |
svn path=/branches/tk161/; revision=4317 | |||
2012-02-08 | sort roa list lexicographically by prefix | Michael Elkins | |
svn path=/branches/tk161/; revision=4316 | |||
2012-02-08 | specifier issuer when looking up parent. closes #183 | Michael Elkins | |
svn path=/branches/tk161/; revision=4315 | |||
2012-02-08 | make import routes more silent | Michael Elkins | |
svn path=/branches/tk161/; revision=4314 | |||
2012-02-08 | use install -d instead of -D, which is not supported under freebsd's install | Michael Elkins | |
svn path=/branches/tk161/; revision=4313 | |||
2012-02-07 | make configure detect when running inside of virtualenv so that the ↵ | Michael Elkins | |
rpki.wsgi script can be generated properly make rpki.wsgi be generated used a sed script rather than make-django-script svn path=/branches/tk161/; revision=4312 | |||
2012-02-07 | combine install targets into single target | Michael Elkins | |
svn path=/branches/tk161/; revision=4311 | |||
2012-02-07 | remove deprecated web portal scripts | Michael Elkins | |
svn path=/branches/tk161/; revision=4310 | |||
2012-02-07 | check that the prefix is allocated to the user when validating the roa ↵ | Michael Elkins | |
creation form svn path=/branches/tk161/; revision=4309 | |||
2012-02-07 | use two-column format for dashboard | Michael Elkins | |
svn path=/branches/tk161/; revision=4308 | |||
2012-02-07 | add support for editing user accounts to change email and password | Michael Elkins | |
remove superuser column from user list svn path=/branches/tk161/; revision=4307 | |||
2012-02-07 | make selection of parent in the user creation form optional, with the ↵ | Michael Elkins | |
default being the current user renamed ChildWizardForm to UserCreateForm renamed template for user creation form svn path=/branches/tk161/; revision=4306 | |||
2012-02-07 | rename child creation wizard to user_create | Michael Elkins | |
svn path=/branches/tk161/; revision=4305 | |||
2012-02-07 | add basic user management support | Michael Elkins | |
svn path=/branches/tk161/; revision=4304 | |||
2012-02-07 | don't need to call Zookeeper.synchronize() when add/deleting roa requests | Michael Elkins | |
svn path=/branches/tk161/; revision=4303 | |||
2012-02-07 | force irdb sync with rpkid when something changes | Michael Elkins | |
svn path=/branches/tk161/; revision=4302 | |||
2012-02-07 | fix wrong class for block messages | Michael Elkins | |
svn path=/branches/tk161/; revision=4301 | |||
2012-02-07 | split roa creation double confirmation into separate functions and forms | Michael Elkins | |
svn path=/branches/tk161/; revision=4300 | |||
2012-02-07 | add glue function for converting string to resource_range_ip | Michael Elkins | |
svn path=/branches/tk161/; revision=4299 | |||
2012-02-07 | add support for running in virtualenv | Michael Elkins | |
svn path=/branches/tk161/; revision=4298 | |||
2012-02-07 | need to check max prefix length when checking new roa | Michael Elkins | |
svn path=/branches/tk161/; revision=4297 | |||
2012-02-07 | coerce min/max value back to appropriate datum_type for the range | Michael Elkins | |
svn path=/branches/tk161/; revision=4296 | |||
2012-02-06 | remove import cruft | Michael Elkins | |
svn path=/branches/tk161/; revision=4295 | |||
2012-02-06 | create /usr/local/share/rpki if it doesn't exist | Michael Elkins | |
svn path=/branches/tk161/; revision=4294 | |||
2012-02-04 | Change line style to linespoints. | Rob Austein | |
svn path=/trunk/; revision=4293 | |||
2012-02-04 | Extract latest rcynic.xml from mailbox. | Rob Austein | |
svn path=/trunk/; revision=4292 | |||
2012-02-04 | format models.py according to pep8 | Michael Elkins | |
use narrower spans to display multi column fields in some templates to avoid unnecessary wrapping when the window is narrow add titles to buttons for some actions to provide some user help svn path=/branches/tk161/; revision=4291 | |||
2012-02-04 | fix import/export of XML files as part of the setup process | Michael Elkins | |
svn path=/branches/tk161/; revision=4290 | |||
2012-02-03 | strip empty lines from irdbd schema. closes #163 | Michael Elkins | |
svn path=/branches/tk161/; revision=4289 | |||
2012-02-03 | Change manifest filename extension from .mnf to .mft, to comply with | Rob Austein | |
the soon-to-be RFC. Closes #37. svn path=/trunk/; revision=4288 | |||
2012-02-03 | Clean up exceptions in rpki.x509.CMS_object.verify(). | Rob Austein | |
Up-down specification explictly allows certificates and CRLs we consider extraneous to be included in CMS messages. I think that any verification model which relies on these is flawed, so I don't use them, in fact, nobody does, but I was unable to convince my co-authors to change the specification. Sigh. So the up-down code has to allow these. In theory, OpenSSL's verification code should have no problem picking the useful bits out of the garbage, since that's a normal part of OpenSSL's job when acting as a TLS client, so we just pass the mess along to OpenSSL and let OpenSSL sort it out. This closes #9. svn path=/trunk/; revision=4287 | |||
2012-02-03 | Clean up rcynic test data during "make clean". | Rob Austein | |
svn path=/trunk/; revision=4286 | |||
2012-02-03 | SundialField needs to set __metaclass__. Closes #181 | Michael Elkins | |
svn path=/branches/tk161/; revision=4285 | |||
2012-02-03 | "Multiple rsync URIs in extension" should be warning, not error. | Rob Austein | |
svn path=/trunk/; revision=4284 | |||
2012-02-02 | form validation must be prepared for None values in required fields | Michael Elkins | |
svn path=/branches/tk161/; revision=4283 | |||
2012-02-02 | add support for add/revoke resources to child | Michael Elkins | |
add support for editing child model add child creation wizard svn path=/branches/tk161/; revision=4282 | |||
2012-02-02 | Add --suppress_backup_whining: Suppress whining about bad backup | Rob Austein | |
objects when the current objects at the same URL are OK. Enabled (whining suppressed) by default, use the switch if you prefer the old behavior. See #177. svn path=/trunk/; revision=4281 | |||
2012-02-02 | Tweak AIA/SIA/CRLDP checking again: don't accidently reject just for | Rob Austein | |
having an alternate URI, do check the whole extension rather than stopping on first success. svn path=/trunk/; revision=4280 |