Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-30 | Clean up all exception output when storing it in the error variable to | Russ Allbery | |
remove the " at line" stuff added by Perl and the newlines so that the errors stored in objects are consistent. Fix various bugs in the base object, including a few more type vs. name inversions and use of object instead of name. Allow owners to be specified as ACL names instead of IDs, and change the ID to a name in show. Add a new test suite for the base object implementation. | |||
2007-08-30 | Fix all the interfaces so that objects are identified as type, name, not | Russ Allbery | |
name, type, and fix the schema for the places where I'd renamed name to object for no good reason. I don't know what I was thinking originally. | |||
2007-08-29 | Fix lots of problems with the schema and rework it a little bit to be | Russ Allbery | |
compatible with SQLite. Mostly this involves creating indexes separately rather than part of the create table statement. | |||
2007-08-29 | The backend will be called wallet-backend, not walletd. | Russ Allbery | |
2007-08-29 | Show ACL names instead of IDs when displaying objects. | Russ Allbery | |
2007-08-28 | Unlink the temporary keytab file after we've gotten the data out of it. | Russ Allbery | |
2007-08-28 | Add accessor functions for the name and type. | Russ Allbery | |
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 | Rename Wallet::Object to Wallet::Object::Base and fix some syntax errors | Russ Allbery | |
introduced by recent changes. | |||
2007-08-28 | Add the keytab object implementation. Add the skeleton of a config | Russ Allbery | |
module which currently doesn't do anything useful except define some variables so that I can do syntax checking. |