summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2010-02-19 01:21:48 -0800
committerRuss Allbery <rra@stanford.edu>2010-02-19 01:21:48 -0800
commit345333f027be0b34318584b3f1b5e3e12adcaa98 (patch)
treec7b8090eb433b9c32762e40a364aeabd320b6167 /NEWS
parent93eb5f8fe8d05398dd6fb364680e40eb8dae23e4 (diff)
Refactor reporting into a separate module and script
Move all reporting from Wallet::Admin to Wallet::Report and simplify the method names since they're now part of a dedicated reporting class. Similarly, create a new wallet-report script to wrap Wallet::Report, moving all reporting commands to it from wallet-admin, and simplify the commands since they're for a dedicated reporting script. Remove the contrib script wallet-report to wallet-summary so that it doesn't conflict with the new reporting backend script.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 17 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index 96962f8..a87ae2f 100644
--- a/NEWS
+++ b/NEWS
@@ -32,15 +32,22 @@ wallet 0.10 (unreleased)
Fix logging in wallet-backend and the remctl configuration to not log
the data passed to store.
- Add additional reports for wallet-admin list: objects owned by a
- specific ACL, objects owned by no one, objects of a specific type,
- objects with a specific flag, objects for which a specific ACL has
- privileges, ACLs with an entry with a given type and identifier, and
- ACLs with no members.
-
- Add a new report owners command to wallet-admin and corresponding
- report_owners() method to Wallet::Admin, which returns all ACL lines
- on owner ACLs for matching objects.
+ Move all reporting from Wallet::Admin to Wallet::Report and simplify
+ the method names since they're now part of a dedicated reporting
+ class. Similarly, create a new wallet-report script to wrap
+ Wallet::Report, moving all reporting commands to it from wallet-admin,
+ and simplify the commands since they're for a dedicated reporting
+ script.
+
+ Add additional reports for wallet-report: objects owned by a specific
+ ACL, objects owned by no one, objects of a specific type, objects with
+ a specific flag, objects for which a specific ACL has privileges, ACLs
+ with an entry with a given type and identifier, and ACLs with no
+ members.
+
+ Add a new owners command to wallet-report and corresponding owners()
+ method to Wallet::Report, which returns all ACL lines on owner ACLs
+ for matching objects.
Report ACL names as well as numbers in object history.
@@ -50,7 +57,7 @@ wallet 0.10 (unreleased)
implementation than the wallet client. This primarily helps with
testing.
- Update to rra-c-util 3.0:
+ Update to rra-c-util 2.3:
* Use Kerberos portability layer to support Heimdal.
* Avoid Kerberos API calls deprecated on Heimdal.