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
/
t
/
server.t
Age
Commit message (
Expand
)
Author
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