summaryrefslogtreecommitdiff
path: root/perl/Wallet/Object/Keytab.pm
AgeCommit message (Expand)Author
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-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-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-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-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
2007-08-31Fix some documentation issues around trace information and add more SEERuss Allbery
2007-08-31Add documentation.Russ Allbery
2007-08-30Fix the valid principal check and fix assumptions about who qualifiesRuss Allbery
2007-08-30Do not require (or allow) principals to be qualified with the realm.Russ 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-28Unlink the temporary keytab file after we've gotten the data out of it.Russ 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
2007-08-28Add the keytab object implementation. Add the skeleton of a configRuss Allbery