aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-15__metaclass__ lossage: None makes a bad datetime object. Closes #193.Rob Austein
svn path=/branches/tk161/; revision=4339
2012-02-15poke rpkid to run its cron job after creating/deleting roas or gbrsMichael Elkins
svn path=/branches/tk161/; revision=4337
2012-02-15merge with /trunkMichael Elkins
svn path=/branches/tk161/; revision=4336
2012-02-15Factor XML generation code out of main(), and don't overwrite old XMLRob Austein
file when we can't run to completion, eg, when some other process is sitting on our lock file. This closes #184. svn path=/trunk/; revision=4335
2012-02-14Downgrade "AIA doesn't match issuer" to a warning. Closes #188.Rob Austein
svn path=/trunk/; revision=4334
2012-02-14remove some unnecessary debug outputMichael Elkins
svn path=/branches/tk161/; revision=4333
2012-02-14for object_accepted, the filename should be relative to the "authenticated" ↵Michael Elkins
directory. svn path=/branches/tk161/; revision=4332
2012-02-14Apparently an old version of the res-certs specification allowedRob Austein
1024-bit RSA keys for EE certificates, or so some of the implementors believe, so downgrade that error to a warning for now. This is configurable using the "allow-1024-bit-ee-key" option and defaults to allowing such keys with a warning for now, but that default is subject to change. svn path=/trunk/; revision=4331
2012-02-14rework cacheview models to separate validation status from accepted objectsMichael Elkins
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330
2012-02-13set proper sort order for RouteOrigin{,V6} to sort by prefixMichael Elkins
svn path=/branches/tk161/; revision=4329
2012-02-12only show accepted roas in route_roa_listMichael Elkins
svn path=/branches/tk161/; revision=4328
2012-02-12add link to display roas covering a bgp prefix in the routes viewMichael Elkins
svn path=/branches/tk161/; revision=4327
2012-02-12fix bug in routeviews parserMichael Elkins
svn path=/branches/tk161/; revision=4326
2012-02-12fix 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-12reorder 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-10optimize the bgp import scriptMichael Elkins
svn path=/branches/tk161/; revision=4323
2012-02-09merge with /trunkMichael Elkins
svn path=/branches/tk161/; revision=4321
2012-02-09add support to irbe_cli for ghostbusters in the publication protocol. ↵Michael Elkins
closes #185 svn path=/trunk/; revision=4320
2012-02-09pep8 fixesMichael Elkins
svn path=/branches/tk161/; revision=4319
2012-02-09use std logging module for log messsagesMichael Elkins
change -d to generalized "-l LOGLEVEL" pep8 fixes svn path=/branches/tk161/; revision=4318
2012-02-08fix broken $Id$ tagMichael Elkins
svn path=/branches/tk161/; revision=4317
2012-02-08sort roa list lexicographically by prefixMichael Elkins
svn path=/branches/tk161/; revision=4316
2012-02-08specifier issuer when looking up parent. closes #183Michael Elkins
svn path=/branches/tk161/; revision=4315
2012-02-08make import routes more silentMichael Elkins
svn path=/branches/tk161/; revision=4314
2012-02-08use install -d instead of -D, which is not supported under freebsd's installMichael Elkins
svn path=/branches/tk161/; revision=4313
2012-02-07make 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-07combine install targets into single targetMichael Elkins
svn path=/branches/tk161/; revision=4311
2012-02-07remove deprecated web portal scriptsMichael Elkins
svn path=/branches/tk161/; revision=4310
2012-02-07check that the prefix is allocated to the user when validating the roa ↵Michael Elkins
creation form svn path=/branches/tk161/; revision=4309
2012-02-07use two-column format for dashboardMichael Elkins
svn path=/branches/tk161/; revision=4308
2012-02-07add support for editing user accounts to change email and passwordMichael Elkins
remove superuser column from user list svn path=/branches/tk161/; revision=4307
2012-02-07make 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-07rename child creation wizard to user_createMichael Elkins
svn path=/branches/tk161/; revision=4305
2012-02-07add basic user management supportMichael Elkins
svn path=/branches/tk161/; revision=4304
2012-02-07don't need to call Zookeeper.synchronize() when add/deleting roa requestsMichael Elkins
svn path=/branches/tk161/; revision=4303
2012-02-07force irdb sync with rpkid when something changesMichael Elkins
svn path=/branches/tk161/; revision=4302
2012-02-07fix wrong class for block messagesMichael Elkins
svn path=/branches/tk161/; revision=4301
2012-02-07split roa creation double confirmation into separate functions and formsMichael Elkins
svn path=/branches/tk161/; revision=4300
2012-02-07add glue function for converting string to resource_range_ipMichael Elkins
svn path=/branches/tk161/; revision=4299
2012-02-07add support for running in virtualenvMichael Elkins
svn path=/branches/tk161/; revision=4298
2012-02-07need to check max prefix length when checking new roaMichael Elkins
svn path=/branches/tk161/; revision=4297
2012-02-07coerce min/max value back to appropriate datum_type for the rangeMichael Elkins
svn path=/branches/tk161/; revision=4296
2012-02-06remove import cruftMichael Elkins
svn path=/branches/tk161/; revision=4295
2012-02-06create /usr/local/share/rpki if it doesn't existMichael Elkins
svn path=/branches/tk161/; revision=4294
2012-02-04Change line style to linespoints.Rob Austein
svn path=/trunk/; revision=4293
2012-02-04Extract latest rcynic.xml from mailbox.Rob Austein
svn path=/trunk/; revision=4292
2012-02-04format models.py according to pep8Michael 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-04fix import/export of XML files as part of the setup processMichael Elkins
svn path=/branches/tk161/; revision=4290
2012-02-03strip empty lines from irdbd schema. closes #163Michael Elkins
svn path=/branches/tk161/; revision=4289
2012-02-03Change manifest filename extension from .mnf to .mft, to comply withRob Austein
the soon-to-be RFC. Closes #37. svn path=/trunk/; revision=4288