Age | Commit message (Expand) | Author |
2014-04-13 | Change my email address to eagle@eyrie.org | Russ Allbery |
2013-03-27 | Allow owners of objects to destroy them by default | Russ Allbery |
2013-01-31 | Renamed dbh subroutines and variables for clarity | Jon Robertson |
2013-01-30 | Moved the Perl wallet modules and tests to DBIx::Class | Jon Robertson |
2012-11-04 | Add new acl check command | Russ Allbery |
2012-08-30 | Fix POD stopwords and formatting | Russ Allbery |
2011-06-20 | Add a comment field to objects | Russ Allbery |
2010-03-05 | Allow naming policy enforcement for ACL names | Russ Allbery |
2010-03-05 | Document how to clear an ACL in Wallet::Server | Russ Allbery |
2010-03-03 | Use L<> links instead of man page references for modules | Russ Allbery |
2010-02-09 | Check spelling of server API POD and tweak server docs | Russ Allbery |
2009-06-09 | Remove Subversion Id strings | Russ Allbery |
2008-02-13 | Remove the restriction that all object implementations must have class | Russ Allbery |
2008-02-07 | Add a new autocreate API call that tries to create an object using the | Russ Allbery |
2008-02-07 | Add a check command to the wallet server to determine whether an object | Russ Allbery |
2008-02-06 | Check naming policy on wallet object creation before checking the | Russ Allbery |
2008-01-23 | Only disconnect the database handle during Wallet::Server object | Russ Allbery |
2008-01-23 | Refactor database initialization into a new Wallet::Admin module. | Russ Allbery |
2008-01-22 | Add a Wallet::Database class that now holds the database connection code | Russ Allbery |
2008-01-17 | Support enforcing a naming policy for wallet objects via a Perl | Russ Allbery |
2007-12-07 | Check a default creation ACL first before the ADMIN ACL when deciding | Russ Allbery |
2007-12-07 | Correctly implement the documented intention that setting an attribute | Russ Allbery |
2007-12-07 | Get rid of a bunch more return undefs. | Russ Allbery |
2007-12-07 | Load the Perl modules for ACL verifiers and object types dynamically | Russ Allbery |
2007-12-05 | Various coding style fixes and cleanup based on a much-appreciated | Russ Allbery |
2007-12-05 | Determine the class for object and ACL schema implementations from the | Russ Allbery |
2007-12-01 | Following the DBI documentation, turn on AutoCommit after RaiseError so | Russ Allbery |
2007-12-01 | Don't disconnect on destruction of the server object if the handle is | Russ Allbery |
2007-12-01 | Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead of | Russ Allbery |
2007-11-30 | Initial work on supporting testing with MySQL. | Russ Allbery |
2007-11-20 | Attempt to create the object with a default owner on get and store | Russ Allbery |
2007-11-20 | Add support for running a user-defined function whenever an object is | Russ Allbery |
2007-10-11 | Add an acl_history method to the server layer and test it. | Russ Allbery |
2007-10-10 | Add the history method (for objects). | Russ Allbery |
2007-10-05 | Add comprehensive license information in LICENSE and update the copyright | Russ Allbery |
2007-09-20 | Take multiple values in the attr() method and convert it to a reference | Russ Allbery |
2007-09-20 | Change the error handling of the Wallet::ACL list() method to return the | Russ Allbery |
2007-09-20 | Add support for attribute setting and retrieving to the high-level | Russ Allbery |
2007-09-18 | Add flag_set and flag_clear to Wallet::Server. | Russ Allbery |
2007-09-17 | Add an acl_show() method to Wallet::Server that calls the underlying ACL | Russ Allbery |
2007-09-01 | Note that not all objects support store. | Russ Allbery |
2007-09-01 | Add some additional safeguards to ensure that users cannot destroy, | Russ Allbery |
2007-08-31 | Use a better method of setting the internal error that automatically | Russ Allbery |
2007-08-31 | Allow empty DB_INFO and DB_NAME settings as long as they're defined. | Russ Allbery |
2007-08-30 | Fix ACL verification for destroy and flags actions. Clear the internal | Russ Allbery |
2007-08-30 | Return true from object creation, not the new object, which would be a | Russ Allbery |
2007-08-30 | Properly clean up errors from exceptions. Properly catch exceptions when | Russ Allbery |
2007-08-30 | Clean up all exception output when storing it in the error variable to | Russ Allbery |
2007-08-30 | Fix all the interfaces so that objects are identified as type, name, not | Russ Allbery |
2007-08-30 | This class now provides a method to do database initialization, which | Russ Allbery |