summaryrefslogtreecommitdiff
path: root/perl/Wallet/Schema.pm
AgeCommit message (Expand)Author
2010-02-21Imported Upstream version 0.10Russ Allbery
2008-02-13Move register_object and register_verifier into Wallet::Admin.Russ Allbery
2008-02-09Add file object support to the wallet server.Russ Allbery
2007-12-05Bump version number for previous changes.Russ Allbery
2007-12-05Determine the class for object and ACL schema implementations from theRuss Allbery
2007-12-04Add a subclass of the NetDB ACL verifier that requires the principalRuss Allbery
2007-12-01If we're using MySQL, force all the tables to InnoDB so that we getRuss Allbery
2007-12-01Don't do an in-place edit of the SQL inside the object, since we thenRuss Allbery
2007-11-30Initial work on supporting testing with MySQL.Russ Allbery
2007-10-09Fix foreign key reference in the history table for the object name.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-09-25Add support for synchronizing a key with an AFS kaserver in the keytabRuss Allbery
2007-09-17Add additional information about the history entry semantics when loggingRuss Allbery
2007-08-30Add primary keys for tables where everything is a key to be sure that weRuss Allbery
2007-08-30Fix all the interfaces so that objects are identified as type, name, notRuss Allbery
2007-08-30Adjust for SQL syntax differences for auto-increment keys between MySQLRuss Allbery
2007-08-29Fix lots of problems with the schema and rework it a little bit to beRuss Allbery
2007-08-29Convert the schema documentation into a Perl class that contains the sameRuss Allbery