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
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 server test for new SQLite autoincrement behavior
Russ Allbery
2014-04-13
Change my email address to eagle@eyrie.org
Russ Allbery
2013-03-27
Allow owners of objects to destroy them by default
Russ Allbery
2013-01-31
Renamed dbh subroutines and variables for clarity
Jon Robertson
2013-01-30
Moved the Perl wallet modules and tests to DBIx::Class
Jon Robertson
2012-11-04
Add new acl check command
Russ Allbery
2011-06-20
Add a comment field to objects
Russ Allbery
2010-03-05
Allow naming policy enforcement for ACL names
Russ Allbery
2010-03-03
Verify that an ACL to be deleted is not referenced
Russ Allbery
2010-03-03
Remove file names from test file headers
Russ Allbery
2010-01-07
Added ACL name to object history entries
Jon Robertson
2009-06-09
Remove Subversion Id strings
Russ Allbery
2008-02-13
Move register_object and register_verifier into Wallet::Admin.
Russ Allbery
2008-02-07
Add a new autocreate API call that tries to create an object using the
Russ Allbery
2008-02-07
Add a check command to the wallet server to determine whether an object
Russ Allbery
2008-02-06
Check naming policy on wallet object creation before checking the
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
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