aboutsummaryrefslogtreecommitdiff
path: root/perl/t/server.t
AgeCommit message (Expand)Author
2014-07-11Switch to Module::Build for the Perl moduleRuss Allbery
2014-07-11Fix test cleanup code to run during global destructionRuss Allbery
2014-07-11Adjust server test for new SQLite autoincrement behaviorRuss Allbery
2014-04-13Change my email address to eagle@eyrie.orgRuss Allbery
2013-03-27Allow owners of objects to destroy them by defaultRuss 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-11-04Add new acl check commandRuss Allbery
2011-06-20Add a comment field to objectsRuss Allbery
2010-03-05Allow naming policy enforcement for ACL namesRuss Allbery
2010-03-03Verify that an ACL to be deleted is not referencedRuss Allbery
2010-03-03Remove file names from test file headersRuss Allbery
2010-01-07Added ACL name to object history entriesJon Robertson
2009-06-09Remove Subversion Id stringsRuss Allbery
2008-02-13Move register_object and register_verifier into Wallet::Admin.Russ Allbery
2008-02-07Add a new autocreate API call that tries to create an object using theRuss Allbery
2008-02-07Add a check command to the wallet server to determine whether an objectRuss Allbery
2008-02-06Check naming policy on wallet object creation before checking theRuss Allbery
2008-01-23Add a destroy() method to the Wallet::Admin object and use that insteadRuss Allbery
2008-01-23Refactor database initialization into a new Wallet::Admin module.Russ Allbery
2008-01-17Support enforcing a naming policy for wallet objects via a PerlRuss Allbery
2007-12-07Test the interaction of the ADMIN ACL with autocreate on get.Russ Allbery
2007-12-05Determine the class for object and ACL schema implementations from theRuss Allbery
2007-12-01Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead ofRuss Allbery
2007-12-01The wallet backend test suite now supports using a database other thanRuss Allbery
2007-11-30Initial work on supporting testing with MySQL.Russ Allbery
2007-11-20Attempt to create the object with a default owner on get and storeRuss Allbery
2007-11-20Add support for running a user-defined function whenever an object isRuss Allbery
2007-10-11Add an acl_history method to the server layer and test it.Russ Allbery
2007-10-10Add tests for the history method and its ACLs.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-09-20Take multiple values in the attr() method and convert it to a referenceRuss Allbery
2007-09-20Call attr() correctly when setting attributes, even if it doesn'tRuss Allbery
2007-09-20Add support for attribute setting and retrieving to the high-levelRuss Allbery
2007-09-18Implement the locked flag.Russ Allbery
2007-09-18Flags are now displayed as part of show.Russ Allbery
2007-09-18Add flag_set and flag_clear to Wallet::Server.Russ Allbery
2007-09-17Add an acl_show() method to Wallet::Server that calls the underlying ACLRuss Allbery
2007-09-17In show() for an object, call show() for each of the ACLs on that objectRuss Allbery
2007-09-01Test a couple more ADMIN ACL manipulation cases.Russ Allbery
2007-09-01Test another case around the ADMIN ACL.Russ Allbery
2007-09-01Add some additional safeguards to ensure that users cannot destroy,Russ Allbery
2007-08-31Check handling of invalid database configuration and failure to connectRuss Allbery
2007-08-31You don't have to explicitly load the driver module for DBI.Russ Allbery
2007-08-30Finish the test suite. This should now be fairly comprehensive.Russ Allbery
2007-08-30Checkpoint. Add tests for basic object operations.Russ Allbery
2007-08-30Initial test suite for the Wallet::Server interface. Right now, justRuss Allbery