aboutsummaryrefslogtreecommitdiff
path: root/perl/Wallet/ACL.pm
AgeCommit message (Expand)Author
2014-07-11Switch to Module::Build for the Perl moduleRuss Allbery
2014-04-13Change my email address to eagle@eyrie.orgRuss Allbery
2013-10-29ACL.pm: Fix a place where the acl history was getting raw timestampJon Robertson
2013-02-27Use correct form of Stanford's copyright statementRuss Allbery
2013-01-31Renamed dbh subroutines and variables for clarityJon Robertson
2013-01-30Moved the Perl wallet modules and tests to DBIx::ClassJon Robertson
2012-08-30Fix POD stopwords and formattingRuss Allbery
2010-03-03Verify that an ACL to be deleted is not referencedRuss Allbery
2010-02-09Check spelling of server API POD and tweak server docsRuss Allbery
2009-06-09Remove Subversion Id stringsRuss Allbery
2008-02-13Remove the restriction that all object implementations must have classRuss Allbery
2008-01-22Update documentation for the API to Wallet::Object::Base andRuss Allbery
2008-01-22Add a Wallet::Database class that now holds the database connection codeRuss Allbery
2007-12-07Get rid of more return undefs.Russ Allbery
2007-12-07Load the Perl modules for ACL verifiers and object types dynamicallyRuss Allbery
2007-12-05Various coding style fixes and cleanup based on a much-appreciatedRuss Allbery
2007-12-05Maintain a global cache of ACL verifiers in Wallet::ACL and reuse themRuss Allbery
2007-12-05Determine the class for object and ACL schema implementations from theRuss Allbery
2007-12-01Following the DBI documentation, turn on AutoCommit after RaiseError soRuss Allbery
2007-12-01Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead ofRuss Allbery
2007-11-30Initial work on supporting testing with MySQL.Russ Allbery
2007-10-10Add a history method to the Wallet::ACL API.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-09-20Change the error handling of the Wallet::ACL list() method to return theRuss Allbery
2007-09-17Add a show method to Wallet::ACL.Russ Allbery
2007-08-31Use a better method of setting the internal error that automaticallyRuss Allbery
2007-08-31Add documentation.Russ Allbery
2007-08-30Properly clean up errors from exceptions. Properly catch exceptions whenRuss Allbery
2007-08-30Don't reuse the same reference in list; expand each return separately.Russ Allbery
2007-08-30Reject all-numeric ACL names since they're ambiguous. Change the storedRuss Allbery
2007-08-30Clean up all exception output when storing it in the error variable toRuss Allbery
2007-08-30Call last_insert_id with the correct arguments.Russ Allbery
2007-08-29Retrieve the ACL name on object creation and store it in the object asRuss Allbery
2007-08-28Add an accessor function to retrieve the ACL ID.Russ Allbery
2007-08-28Initial implementation of ACL objects for the wallet.Russ Allbery
2007-08-27Rename Wallet::ACL to Wallet::ACL::Base to preserve the Wallet::ACLRuss Allbery
2007-05-02Add a test suite for the new ACL modules and declare $VERSION so thatRuss Allbery
2007-05-02Add the initial build infrastructure for the wallet Perl modules andRuss Allbery