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
/
Wallet
/
Server.pm
Age
Commit message (
Expand
)
Author
2010-03-08
Imported Upstream version 0.11
upstream/0.11
Russ Allbery
2010-02-21
Imported Upstream version 0.10
Russ Allbery
2008-02-13
Remove the restriction that all object implementations must have class
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
Only disconnect the database handle during Wallet::Server object
Russ Allbery
2008-01-23
Refactor database initialization into a new Wallet::Admin module.
Russ Allbery
2008-01-22
Add a Wallet::Database class that now holds the database connection code
Russ Allbery
2008-01-17
Support enforcing a naming policy for wallet objects via a Perl
Russ Allbery
2007-12-07
Check a default creation ACL first before the ADMIN ACL when deciding
Russ Allbery
2007-12-07
Correctly implement the documented intention that setting an attribute
Russ Allbery
2007-12-07
Get rid of a bunch more return undefs.
Russ Allbery
2007-12-07
Load the Perl modules for ACL verifiers and object types dynamically
Russ Allbery
2007-12-05
Various coding style fixes and cleanup based on a much-appreciated
Russ Allbery
2007-12-05
Determine the class for object and ACL schema implementations from the
Russ Allbery
2007-12-01
Following the DBI documentation, turn on AutoCommit after RaiseError so
Russ Allbery
2007-12-01
Don't disconnect on destruction of the server object if the handle is
Russ Allbery
2007-12-01
Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead of
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 the history method (for objects).
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
Change the error handling of the Wallet::ACL list() method to return the
Russ Allbery
2007-09-20
Add support for attribute setting and retrieving to the high-level
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-01
Note that not all objects support store.
Russ Allbery
2007-09-01
Add some additional safeguards to ensure that users cannot destroy,
Russ Allbery
2007-08-31
Use a better method of setting the internal error that automatically
Russ Allbery
2007-08-31
Allow empty DB_INFO and DB_NAME settings as long as they're defined.
Russ Allbery
2007-08-30
Fix ACL verification for destroy and flags actions. Clear the internal
Russ Allbery
2007-08-30
Return true from object creation, not the new object, which would be a
Russ Allbery
2007-08-30
Properly clean up errors from exceptions. Properly catch exceptions when
Russ Allbery
2007-08-30
Clean up all exception output when storing it in the error variable to
Russ Allbery
2007-08-30
Fix all the interfaces so that objects are identified as type, name, not
Russ Allbery
2007-08-30
This class now provides a method to do database initialization, which
Russ Allbery
2007-08-29
Add an initialize function to Wallet::Server to set up the database.
Russ Allbery
2007-08-29
Wallet::Server is now responsible for connecting to the database. Don't
Russ Allbery
2007-08-29
Fix the store implementation to take the right arguments.
Russ Allbery
2007-08-28
Initial untested implementation. Now supports all the remaining metadata
Russ Allbery
2007-08-28
Checkpoint. The object manipulation functions are here, as are the ACL
Russ Allbery