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
/
server.t
Age
Commit message (
Expand
)
Author
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
2008-01-17
Support enforcing a naming policy for wallet objects via a Perl
Russ Allbery
2007-12-07
Test the interaction of the ADMIN ACL with autocreate on get.
Russ Allbery
2007-12-05
Determine the class for object and ACL schema implementations from the
Russ Allbery
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-11-20
Attempt to create the object with a default owner on get and store
Russ Allbery
2007-11-20
Add support for running a user-defined function whenever an object is
Russ Allbery
2007-10-11
Add an acl_history method to the server layer and test it.
Russ Allbery
2007-10-10
Add tests for the history method and its ACLs.
Russ Allbery
2007-10-05
Add comprehensive license information in LICENSE and update the copyright
Russ Allbery
2007-09-20
Take multiple values in the attr() method and convert it to a reference
Russ Allbery
2007-09-20
Call attr() correctly when setting attributes, even if it doesn't
Russ Allbery
2007-09-20
Add support for attribute setting and retrieving to the high-level
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-18
Add flag_set and flag_clear to Wallet::Server.
Russ Allbery
2007-09-17
Add an acl_show() method to Wallet::Server that calls the underlying ACL
Russ Allbery
2007-09-17
In show() for an object, call show() for each of the ACLs on that object
Russ Allbery
2007-09-01
Test a couple more ADMIN ACL manipulation cases.
Russ Allbery
2007-09-01
Test another case around the ADMIN ACL.
Russ Allbery
2007-09-01
Add some additional safeguards to ensure that users cannot destroy,
Russ Allbery
2007-08-31
Check handling of invalid database configuration and failure to connect
Russ Allbery
2007-08-31
You don't have to explicitly load the driver module for DBI.
Russ Allbery
2007-08-30
Finish the test suite. This should now be fairly comprehensive.
Russ Allbery
2007-08-30
Checkpoint. Add tests for basic object operations.
Russ Allbery
2007-08-30
Initial test suite for the Wallet::Server interface. Right now, just
Russ Allbery