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
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