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
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