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 (
Collapse
)
Author
2007-09-17
Add an acl_show() method to Wallet::Server that calls the underlying ACL
Russ Allbery
show() method.
2007-09-17
In show() for an object, call show() for each of the ACLs on that object
Russ Allbery
and append that information to the object description.
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
rename, or remove the last entry from the ADMIN ACL. Add full documentation for Wallet::Server.
2007-08-31
Check handling of invalid database configuration and failure to connect
Russ Allbery
to the database.
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
checks the ACL management functions.