summaryrefslogtreecommitdiff
path: root/perl/Wallet/Object
AgeCommit message (Expand)Author
2010-03-08Imported Upstream version 0.11upstream/0.11Russ Allbery
2010-02-21Imported Upstream version 0.10Russ Allbery
2008-02-20Report the correct error message when addprinc fails while creating aRuss Allbery
2008-02-09Actually implement FILE_MAX_SIZE.Russ Allbery
2008-02-09Add file object support to the wallet server.Russ Allbery
2008-02-09Minor documentation fixes.Russ Allbery
2008-02-08No unnecessary ; after __END__.Russ Allbery
2008-02-07The current version of Net::Remctl can't handle explicit undef or theRuss Allbery
2008-01-22Update documentation for the API to Wallet::Object::Base andRuss Allbery
2008-01-22Add a Wallet::Database class that now holds the database connection codeRuss Allbery
2007-12-07Get rid of more return undefs.Russ Allbery
2007-12-07Bump version numbers appropriately.Russ Allbery
2007-12-06Fix the keytab principal validation regex to allow instancesRuss Allbery
2007-12-05Various coding style fixes and cleanup based on a much-appreciatedRuss Allbery
2007-12-05Coding style improvements.Russ Allbery
2007-12-01Following the DBI documentation, turn on AutoCommit after RaiseError soRuss Allbery
2007-12-01Set InactiveDestroy to the right thing. Doh.Russ Allbery
2007-12-01Make sure we always have a valid object and access to our databaseRuss Allbery
2007-12-01Don't use die when forking kasetkey fails and similarly don't close theRuss Allbery
2007-12-01Don't close our open database handles after a failed fork.Russ Allbery
2007-12-01Expiration dates are now expressed in YYYY-MM-DD HH:MM:SS instead ofRuss Allbery
2007-11-30Initial work on supporting testing with MySQL.Russ Allbery
2007-10-10Make enctype changes in sorted order so that the history trace is reliableRuss Allbery
2007-10-10Redo history tracking for attributes. Currently, all of our attributesRuss Allbery
2007-10-10Add an object history method and tests for it.Russ Allbery
2007-10-09Bump version number for the keytab changes.Russ Allbery
2007-10-09Add NEWS entry for enctypes. Clarify in the documentation the behaviorRuss Allbery
2007-10-09Add user documentation for the enctypes attribute on keytabs. MentionRuss Allbery
2007-10-09We have to check the validity of enctypes ourselves since SQLite doesn'tRuss Allbery
2007-10-09Initial implementation of enctype restriction with a basic test suite.Russ Allbery
2007-10-05Add comprehensive license information in LICENSE and update the copyrightRuss Allbery
2007-10-04Fix error handling if we cannot dup stdout.Russ Allbery
2007-09-26Include the synchronization configuration in show() output. Provide aRuss Allbery
2007-09-26Add tests for the Kerberos v5 to Kerberos v4 name mapping and do moreRuss Allbery
2007-09-26Add support for deleting principals out of the AFS kaserver (optionally)Russ Allbery
2007-09-25If synchronization is enabled, destroy the principal out of K4 when theRuss Allbery
2007-09-25Add support for synchronizing a key with an AFS kaserver in the keytabRuss Allbery
2007-09-20Change flag_list to return the empty list on error and clear error.Russ Allbery
2007-09-20Update the documentation to get rid of the stupid error return fromRuss Allbery
2007-09-19Add generic attribute support to the object layer and update the APIRuss Allbery
2007-09-19Implement unchanging support in the keytab object backend, which retrievesRuss Allbery
2007-09-19Allow creation of a keytab object for a principal that already exists.Russ Allbery
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-17Add methods to the base object to set, clear, list, and check flags. WrapRuss Allbery
2007-09-17In show() for an object, call show() for each of the ACLs on that objectRuss 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-31Be considerably more robust in the face of configuration errors. CheckRuss Allbery