aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Collapse)Author
2012-02-24remove the admin link from the topbar. closes #202Michael Elkins
svn path=/branches/tk161/; revision=4364
2012-02-24HttpResponse is not an exceptionMichael Elkins
svn path=/branches/tk161/; revision=4363
2012-02-23move the 'select identity' link to the app_base template, inside the ↵Michael Elkins
is_superuser check. svn path=/branches/tk161/; revision=4362
2012-02-22remove gui interface to update_bpki since this should be run either by the ↵Michael Elkins
cli or in cron svn path=/branches/tk161/; revision=4361
2012-02-22Preserve old BPKI CA subject names when we can, since changing themRob Austein
requires re-doing OOB initialization dance. svn path=/branches/tk161/; revision=4360
2012-02-22rpki.rpkic.main.do_update_bpki() wasn't writing updated BPKI object toRob Austein
disk; see #200. Make BPKI certificate lifetimes and CRL intervals configurable; closes #201. svn path=/branches/tk161/; revision=4359
2012-02-22invoke .save() after calling .avow() or .generate_crl() to ensure the newly ↵Michael Elkins
generated objects are saved to the db. closes #200 svn path=/branches/tk161/; revision=4357
2012-02-17use .all() to select all objects. closes #199Michael Elkins
svn path=/branches/tk161/; revision=4351
2012-02-16Changed BPKI certification model for rootd with new IRDB means thatRob Austein
rpkid no longer expects to see a BPKI CRL in CMS messages from rootd, so fix rootd to conform to rpkid's expectation. svn path=/branches/tk161/; revision=4344
2012-02-16fix bug where ipv4 addresses were displayed instead of ipv6 in the dashboardMichael Elkins
invoke Zookeeper.run_rpkid_now() or .synchronize() when anything in the IRDB changes. closes #192 svn path=/branches/tk161/; revision=4343
2012-02-16Fix delete_self operation. Closes #196.Rob Austein
svn path=/branches/tk161/; revision=4341
2012-02-16Client objects live under server_ca, not resource_ca. Closes #194.Rob Austein
svn path=/branches/tk161/; revision=4340
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-14for object_accepted, the filename should be relative to the "authenticated" ↵Michael Elkins
directory. svn path=/branches/tk161/; revision=4332
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-09merge with /trunkMichael Elkins
svn path=/branches/tk161/; revision=4321
2012-02-09pep8 fixesMichael Elkins
svn path=/branches/tk161/; revision=4319
2012-02-08sort roa list lexicographically by prefixMichael Elkins
svn path=/branches/tk161/; revision=4316
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-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-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-03SundialField needs to set __metaclass__. Closes #181Michael Elkins
svn path=/branches/tk161/; revision=4285
2012-02-02form validation must be prepared for None values in required fieldsMichael Elkins
svn path=/branches/tk161/; revision=4283
2012-02-02add support for add/revoke resources to childMichael Elkins
add support for editing child model add child creation wizard svn path=/branches/tk161/; revision=4282
2012-02-01remove dead codeMichael Elkins
svn path=/branches/tk161/; revision=4279
2012-02-01fix typoh in filenameMichael Elkins
svn path=/branches/tk161/; revision=4278
2012-01-30merge with tk100Michael Elkins
svn path=/branches/tk161/; revision=4272
2012-01-30remove dead code that is deprecated by the changes in tk100.Michael Elkins
reformat code according to pep8 move copyright notices into comments out of docstrings svn path=/branches/tk161/; revision=4271
2012-01-21require double confirmation for roa creationMichael Elkins
display list of matching routes with validation status for second confirmation svn path=/branches/tk161/; revision=4254
2012-01-21add form for creating ROA requestsMichael Elkins
svn path=/branches/tk161/; revision=4253
2012-01-20create custom template tag for fetching the verbose_name or ↵Michael Elkins
verbose_name_plural in generic object list/detail views select page title based on verbose_name instead of passing in page_title rename templates to the default name selected by object_detail() and object_list() generic views use generic delete_object() view for parents and ghostbusters svn path=/branches/tk161/; revision=4252
2012-01-20add deletion confirmation to general object detail templateMichael Elkins
fix repository deletion svn path=/branches/tk161/; revision=4251
2012-01-20add generic template for viewing a list of objects as a tableMichael Elkins
format roa request deletion confirmation page into two columns, with an alert box around the action remove trailing slash from roa_detail url svn path=/branches/tk161/; revision=4250