Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-18 | Document the locked flag in the server backend and client man pages. | Russ Allbery | |
Document locked flag issues when implementing a new object type. | |||
2007-09-18 | Note cases where one might want to override flag_set() or flag_clear(). | Russ Allbery | |
2007-09-01 | Finish revising the design documentation to bring it up to date. | Russ Allbery | |
2007-09-01 | Note that you may need to change the path to wallet-backend. | Russ Allbery | |
2007-09-01 | Update and rewrite from the perspective of someone extending the wallet | Russ Allbery | |
system, taking out all the documentation of the object API that's now covered in the Wallet::Object::Base documentation. | |||
2007-09-01 | Update for the current state of the world, remove some stuff that we | Russ Allbery | |
aren't going to do, and flesh out some of the thoughts. | |||
2007-09-01 | Flesh out the setup instructions. | Russ Allbery | |
2007-08-31 | Remove the ACL API, which is now in the Wallet::ACL documentation, and | Russ Allbery | |
rework the introduction a little. | |||
2007-08-29 | Convert the schema documentation into a Perl class that contains the same | Russ Allbery | |
information but can also return the SQL commands or apply them to a database. | |||
2007-08-28 | Throw exceptions for failure of object new() and create() functions | Russ Allbery | |
rather than returning undef so that we can save the error message. | |||
2007-08-28 | Use acl_entries, not acl_entry, for the ACL table to match the | Russ Allbery | |
pluralization of other table names. Add indexes and uniqueness constraints and fix the object_history primary key. | |||
2007-08-28 | Standardize on terminology. Each component of an ACL is called an entry. | Russ Allbery | |
2007-08-28 | Remove the default ACL thing from the object API. That was a bad idea. | Russ Allbery | |
I'll do something different with a policy framework. Added some more information about what this file documents. Added the ACL API, although that's shortly going to move out of this file into documentation. | |||
2007-08-28 | No need to pass a database handle into the ACL constructors any more. | Russ Allbery | |
I was only going to use that for the krb5-group ACL, which I won't be implementing. | |||
2007-08-28 | Remove krb5-group, which I won't be implementing. Clarify the netdb ACL | Russ Allbery | |
type since I found a good way of integrating it well with the rest of the ACL system. | |||
2007-08-28 | Update for the correct arguments, add trace arguments to more methods, | Russ Allbery | |
and add the destroy method. | |||
2007-08-27 | Rename delete to destroy in the API and MySQL fields to avoid the Perl | Russ Allbery | |
delete keyword. | |||
2007-08-27 | Add the history tables and remove the krb5-group ACL tables, since I won't | Russ Allbery | |
be implementing that ACL type. Add names to the ACL table. Various other fixes from the design review. | |||
2007-08-27 | Initial brief notes on database setup. | Russ Allbery | |
2007-08-07 | Reword the first paragraph to be a bit clearer. | Russ Allbery | |
2007-07-19 | Initial general design document. | Russ Allbery | |
2007-05-02 | Improvements to default_check including the operation type, and pass | Russ Allbery | |
the database handle to the ACL constructor. | |||
2007-05-02 | kasetkey is now included in wallet, so no need to mention that as a to-do | Russ Allbery | |
item here. | |||
2007-03-08 | Rename to docs for compatibility with other packages. | Russ Allbery | |