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
/
t
/
acl.t
Age
Commit message (
Expand
)
Author
2014-07-11
Switch to Module::Build for the Perl module
Russ Allbery
2014-07-11
Fix test cleanup code to run during global destruction
Russ Allbery
2014-07-11
Adjust ACL test for new SQLite autoincrement behavior
Russ Allbery
2014-04-13
Change my email address to eagle@eyrie.org
Russ Allbery
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
2010-03-03
Remove file names from test file headers
Russ Allbery
2009-06-09
Remove Subversion Id strings
Russ Allbery
2008-01-23
Fix the module inclusions.
Russ Allbery
2008-01-23
Add a destroy() method to the Wallet::Admin object and use that instead
Russ Allbery
2008-01-23
Refactor database initialization into a new Wallet::Admin module.
Russ Allbery
2007-12-01
Clean up the database after running this test.
Russ Allbery
2007-12-01
Use reinitialize instead of initialize.
Russ Allbery
2007-12-01
The wallet backend test suite now supports using a database other than
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-17
Add a show method to Wallet::ACL.
Russ Allbery
2007-08-31
You don't have to explicitly load the driver module for DBI.
Russ Allbery
2007-08-30
Add a test for renaming to an existing name. Unlink the database before
Russ Allbery
2007-08-30
Finish the test suite for the ACL layer.
Russ Allbery
2007-08-30
Add an initial test suite for ACLs. Not all the methods are checked yet.
Russ Allbery
2007-08-30
Rename acl.t to verifier.t to free up acl.t for tests of the more general
Russ Allbery
2007-08-29
Comment fix.
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