From 8ad3e4f7768ffb0defae8cdea241a4f4f27d8f37 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 19 Nov 2007 08:07:00 +0000 Subject: Still more method cleanup, including access control the absence of which had been lost in the SQL noise. svn path=/scripts/README; revision=1324 --- scripts/README | 25 ++++++++++++++----------- scripts/biz-certs/Bob-CA.srl | 2 +- scripts/rpki/exceptions.py | 3 +++ scripts/rpki/left_right.py | 10 ++++++++++ scripts/rpki/sql.py | 4 ++-- scripts/rpki/up_down.py | 12 +++--------- 6 files changed, 33 insertions(+), 23 deletions(-) diff --git a/scripts/README b/scripts/README index 5ecb35bd..afe637dd 100644 --- a/scripts/README +++ b/scripts/README @@ -68,7 +68,12 @@ Current TO DO list: - Batch regeneration of CRLs and manifests for all CAs. -- Implement remaining left-right control booleans. + - Protection against up-down operations specifying a class_name that + belongs to some other self context. + +- Implement remaining left-right control booleans -- among other + reasons, these are the IRBE triggers for things like key rollover, + which we need to test some of the stuff that's already done. - Child side of revocation...Common Management Tasks page in the APNIC Wiki shows some states where revocation is triggered by the child @@ -83,7 +88,7 @@ Current TO DO list: At the moment we think that the state progression is linear, ie, there's no need for a next_state field. - state := pending | active | deprecated | revoked + state := pending | active | deprecated timestamp := NULL |