index
:
krb5-wallet.git
debian
master
patches-bill
pristine-tar
ubuntu
upstream/latest
Unnamed repository; edit this file 'description' to name the repository.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perl
/
Wallet
/
Schema.pm
Age
Commit message (
Expand
)
Author
2014-07-11
Switch to Module::Build for the Perl module
Russ Allbery
2014-07-11
Add new object type for Duo integrations
Russ Allbery
2014-04-13
Change my email address to eagle@eyrie.org
Russ Allbery
2013-03-27
Fix return status of Wallet::Schema
release/1.0
Russ Allbery
2013-02-27
Add standard headers to the Wallet::Schema::* classes
Russ Allbery
2013-02-13
Add spelling stopwords to new wallet Perl modules
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-08-30
Fix POD stopwords and formatting
Russ Allbery
2012-04-03
Add initial LDAP attribute ACL verifier
Russ Allbery
2011-06-20
Add a comment field to objects
Russ Allbery
2011-05-17
Add wallet-admin upgrade command to upgrade the database
Russ Allbery
2011-05-17
Support database upgrades from version 0
Russ Allbery
2011-05-17
Add metadata table to the wallet database
Russ Allbery
2010-06-29
Add a krb5-regex ACL type
Ian Durkacz
2010-02-09
Check spelling of server API POD and tweak server docs
Russ Allbery
2010-02-09
Remove kaserver synchronization support from the wallet backend
Russ Allbery
2009-06-09
Remove Subversion Id strings
Russ Allbery
2008-02-13
Move register_object and register_verifier into Wallet::Admin.
Russ Allbery
2008-02-09
Add file object support to the wallet server.
Russ Allbery
2007-12-05
Bump version number for previous changes.
Russ Allbery
2007-12-05
Determine the class for object and ACL schema implementations from the
Russ Allbery
2007-12-04
Add a subclass of the NetDB ACL verifier that requires the principal
Russ Allbery
2007-12-01
If we're using MySQL, force all the tables to InnoDB so that we get
Russ Allbery
2007-12-01
Don't do an in-place edit of the SQL inside the object, since we then
Russ Allbery
2007-11-30
Initial work on supporting testing with MySQL.
Russ Allbery
2007-10-09
Fix foreign key reference in the history table for the object name.
Russ Allbery
2007-10-05
Add comprehensive license information in LICENSE and update the copyright
Russ Allbery
2007-09-25
Add support for synchronizing a key with an AFS kaserver in the keytab
Russ Allbery
2007-09-17
Add additional information about the history entry semantics when logging
Russ Allbery
2007-08-30
Add primary keys for tables where everything is a key to be sure that we
Russ Allbery
2007-08-30
Fix all the interfaces so that objects are identified as type, name, not
Russ Allbery
2007-08-30
Adjust for SQL syntax differences for auto-increment keys between MySQL
Russ Allbery
2007-08-29
Fix lots of problems with the schema and rework it a little bit to be
Russ Allbery
2007-08-29
Convert the schema documentation into a Perl class that contains the same
Russ Allbery