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
/
object.t
Age
Commit message (
Expand
)
Author
2007-12-01
Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead of
Russ Allbery
2007-12-01
The wallet backend test suite now supports using a database other than
Russ Allbery
2007-11-30
Initial work on supporting testing with MySQL.
Russ Allbery
2007-10-10
Adjust for the new behavior of showing the former value of an attribute
Russ Allbery
2007-10-10
Add an object history method and tests for it.
Russ Allbery
2007-10-05
Add comprehensive license information in LICENSE and update the copyright
Russ Allbery
2007-09-19
Add generic attribute support to the object layer and update the API
Russ Allbery
2007-09-18
Test that retrieving data from a locked object still works.
Russ Allbery
2007-09-18
Implement the locked flag.
Russ Allbery
2007-09-18
Flags are now displayed as part of show.
Russ Allbery
2007-09-17
Add methods to the base object to set, clear, list, and check flags. Wrap
Russ Allbery
2007-09-17
In show() for an object, call show() for each of the ACLs on that object
Russ Allbery
2007-08-31
You don't have to explicitly load the driver module for DBI.
Russ Allbery
2007-08-30
Test clearing attributes.
Russ Allbery
2007-08-30
Unlink the database before creating it to protect against previous test
Russ Allbery
2007-08-30
use all the modules we need.
Russ Allbery
2007-08-30
Clean up all exception output when storing it in the error variable to
Russ Allbery