aboutsummaryrefslogtreecommitdiff
path: root/perl/Wallet/Schema.pm
AgeCommit message (Expand)Author
2014-07-11Switch to Module::Build for the Perl moduleRuss Allbery
2014-07-11Add new object type for Duo integrationsRuss Allbery
2014-04-13Change my email address to eagle@eyrie.orgRuss Allbery
2013-03-27Fix return status of Wallet::Schemarelease/1.0Russ Allbery
2013-02-27Add standard headers to the Wallet::Schema::* classesRuss Allbery
2013-02-13Add spelling stopwords to new wallet Perl modulesRuss 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
2012-04-03Add initial LDAP attribute ACL verifierRuss Allbery
2011-06-20Add a comment field to objectsRuss Allbery
2011-05-17Add wallet-admin upgrade command to upgrade the databaseRuss Allbery
2011-05-17Support database upgrades from version 0Russ Allbery
2011-05-17Add metadata table to the wallet databaseRuss Allbery
2010-06-29Add a krb5-regex ACL typeIan Durkacz
2010-02-09Check spelling of server API POD and tweak server docsRuss Allbery
2010-02-09Remove kaserver synchronization support from the wallet backendRuss Allbery
2009-06-09Remove Subversion Id stringsRuss 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