diff options
author | Rob Austein <sra@hactrn.net> | 2007-03-20 11:18:07 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-03-20 11:18:07 +0000 |
commit | b552d632eae8f2c6befd27264ff5d037b9f3a056 (patch) | |
tree | 8c91168f87b37070a6daa4cd0f6721730da78a38 /scripts/regeng-api | |
parent | 109dcd102ff2ee4645ffff018c867ab111ae0c9d (diff) |
checkpoint
svn path=/scripts/regeng-api; revision=501
Diffstat (limited to 'scripts/regeng-api')
-rw-r--r-- | scripts/regeng-api | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/regeng-api b/scripts/regeng-api index f5e68be3..fbc25f17 100644 --- a/scripts/regeng-api +++ b/scripts/regeng-api @@ -106,6 +106,9 @@ :biz-context-id biz-context-id) => () +(list-biz-contexts :cust-id 42) +=> (biz-context-id ...) + (get-biz-signing-certs :cust-id 42 :biz-context-id splat) => (cert ...) @@ -115,6 +118,10 @@ (cert ...)) => () +;; (define-friend) is missing. relationship of a friend to a ca context is: +;; a ca-context has zero or one parents (usually one, but rirs are weird) +;; a ca-context has zero or more children + (add-friend-biz-ta :cust-id 42 :biz-context-id splat :ta ta) |