summaryrefslogtreecommitdiff
path: root/perl/Wallet
AgeCommit message (Expand)Author
2007-09-19Drop the leading underscore for internal methods. I haven't been usingRuss Allbery
2007-09-18Implement the locked flag.Russ Allbery
2007-09-18Flags are now displayed as part of show.Russ Allbery
2007-09-18Add flag_set and flag_clear to Wallet::Server.Russ Allbery
2007-09-17Add methods to the base object to set, clear, list, and check flags. WrapRuss Allbery
2007-09-17Add additional information about the history entry semantics when loggingRuss Allbery
2007-09-17Add an acl_show() method to Wallet::Server that calls the underlying ACLRuss Allbery
2007-09-17In show() for an object, call show() for each of the ACLs on that objectRuss Allbery
2007-09-17Add a show method to Wallet::ACL.Russ Allbery
2007-09-01Note that not all objects support store.Russ Allbery
2007-09-01Add some additional safeguards to ensure that users cannot destroy,Russ Allbery
2007-08-31Remove duplicate error documentation.Russ Allbery
2007-08-31Use a better method of setting the internal error that automaticallyRuss Allbery
2007-08-31Add documentation.Russ Allbery
2007-08-31Be considerably more robust in the face of configuration errors. CheckRuss Allbery
2007-08-31Allow empty DB_INFO and DB_NAME settings as long as they're defined.Russ Allbery
2007-08-31Add documentation.Russ Allbery
2007-08-31Fix some documentation issues around trace information and add more SEERuss Allbery
2007-08-31Add a few more SEE ALSO references.Russ Allbery
2007-08-31Add documentation.Russ Allbery
2007-08-30Fix the valid principal check and fix assumptions about who qualifiesRuss Allbery
2007-08-30Fix ACL verification for destroy and flags actions. Clear the internalRuss Allbery
2007-08-30Return true from object creation, not the new object, which would be aRuss Allbery
2007-08-30Don't allow empty object types or names. Return true from settingRuss Allbery
2007-08-30Do not require (or allow) principals to be qualified with the realm.Russ Allbery
2007-08-30Properly clean up errors from exceptions. Properly catch exceptions whenRuss Allbery
2007-08-30Add primary keys for tables where everything is a key to be sure that weRuss Allbery
2007-08-30Don't reuse the same reference in list; expand each return separately.Russ Allbery
2007-08-30Reject all-numeric ACL names since they're ambiguous. Change the storedRuss Allbery
2007-08-30Clean up all exception output when storing it in the error variable toRuss Allbery
2007-08-30Fix all the interfaces so that objects are identified as type, name, notRuss Allbery
2007-08-30This class now provides a method to do database initialization, whichRuss Allbery
2007-08-30Adjust for SQL syntax differences for auto-increment keys between MySQLRuss Allbery
2007-08-30Call last_insert_id with the correct arguments.Russ Allbery
2007-08-29Load the configuration file after setting defaults for variables.Russ Allbery
2007-08-29Add an initialize function to Wallet::Server to set up the database.Russ Allbery
2007-08-29Fix lots of problems with the schema and rework it a little bit to beRuss Allbery
2007-08-29Wallet::Server is now responsible for connecting to the database. Don'tRuss Allbery
2007-08-29Convert the schema documentation into a Perl class that contains the sameRuss Allbery
2007-08-29The backend will be called wallet-backend, not walletd.Russ Allbery
2007-08-29Fix the store implementation to take the right arguments.Russ Allbery
2007-08-29Add the database parameters.Russ Allbery
2007-08-29Show ACL names instead of IDs when displaying objects.Russ Allbery
2007-08-29Retrieve the ACL name on object creation and store it in the object asRuss Allbery
2007-08-28Unlink the temporary keytab file after we've gotten the data out of it.Russ Allbery
2007-08-28Initial untested implementation. Now supports all the remaining metadataRuss Allbery
2007-08-28Add accessor functions for the name and type.Russ Allbery
2007-08-28Checkpoint. The object manipulation functions are here, as are the ACLRuss Allbery
2007-08-28Throw exceptions for failure of object new() and create() functionsRuss Allbery
2007-08-28Rename Wallet::Object to Wallet::Object::Base and fix some syntax errorsRuss Allbery