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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perl
/
Wallet
/
ACL.pm
Age
Commit message (
Expand
)
Author
2014-07-11
Switch to Module::Build for the Perl module
Russ Allbery
2014-04-13
Change my email address to eagle@eyrie.org
Russ Allbery
2013-10-29
ACL.pm: Fix a place where the acl history was getting raw timestamp
Jon Robertson
2013-02-27
Use correct form of Stanford's copyright statement
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
2010-03-03
Verify that an ACL to be deleted is not referenced
Russ Allbery
2010-02-09
Check spelling of server API POD and tweak server docs
Russ Allbery
2009-06-09
Remove Subversion Id strings
Russ Allbery
2008-02-13
Remove the restriction that all object implementations must have class
Russ Allbery
2008-01-22
Update documentation for the API to Wallet::Object::Base and
Russ Allbery
2008-01-22
Add a Wallet::Database class that now holds the database connection code
Russ Allbery
2007-12-07
Get rid of more return undefs.
Russ Allbery
2007-12-07
Load the Perl modules for ACL verifiers and object types dynamically
Russ Allbery
2007-12-05
Various coding style fixes and cleanup based on a much-appreciated
Russ Allbery
2007-12-05
Maintain a global cache of ACL verifiers in Wallet::ACL and reuse them
Russ Allbery
2007-12-05
Determine the class for object and ACL schema implementations from the
Russ Allbery
2007-12-01
Following the DBI documentation, turn on AutoCommit after RaiseError so
Russ Allbery
2007-12-01
Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead of
Russ Allbery
2007-11-30
Initial work on supporting testing with MySQL.
Russ Allbery
2007-10-10
Add a history method to the Wallet::ACL API.
Russ Allbery
2007-10-05
Add comprehensive license information in LICENSE and update the copyright
Russ Allbery
2007-09-20
Change the error handling of the Wallet::ACL list() method to return the
Russ Allbery
2007-09-17
Add a show method to Wallet::ACL.
Russ Allbery
2007-08-31
Use a better method of setting the internal error that automatically
Russ Allbery
2007-08-31
Add documentation.
Russ Allbery
2007-08-30
Properly clean up errors from exceptions. Properly catch exceptions when
Russ Allbery
2007-08-30
Don't reuse the same reference in list; expand each return separately.
Russ Allbery
2007-08-30
Reject all-numeric ACL names since they're ambiguous. Change the stored
Russ Allbery
2007-08-30
Clean up all exception output when storing it in the error variable to
Russ Allbery
2007-08-30
Call last_insert_id with the correct arguments.
Russ Allbery
2007-08-29
Retrieve the ACL name on object creation and store it in the object as
Russ Allbery
2007-08-28
Add an accessor function to retrieve the ACL ID.
Russ Allbery
2007-08-28
Initial implementation of ACL objects for the wallet.
Russ Allbery
2007-08-27
Rename Wallet::ACL to Wallet::ACL::Base to preserve the Wallet::ACL
Russ Allbery
2007-05-02
Add a test suite for the new ACL modules and declare $VERSION so that
Russ Allbery
2007-05-02
Add the initial build infrastructure for the wallet Perl modules and
Russ Allbery