aboutsummaryrefslogtreecommitdiff
path: root/perl
AgeCommit message (Expand)Author
2007-10-10Test rollback when attempting to set an invalid enctype.Russ Allbery
2007-10-10Start checking the history.Russ Allbery
2007-10-10Pass a timestamp in for trace information as well and check the timestampRuss Allbery
2007-10-10Add an object history method and tests for it.Russ Allbery
2007-10-09Fix foreign key reference in the history table for the object name.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-09Flesh out the rest of the tests for enctype handling.Russ 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-05Updates to the required test configuration for the kaserver sync tests.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-20Take multiple values in the attr() method and convert it to a referenceRuss Allbery
2007-09-20Change the error handling of the Wallet::ACL list() method to return theRuss 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-20Call attr() correctly when setting attributes, even if it doesn'tRuss Allbery
2007-09-20Add support for attribute setting and retrieving to the high-levelRuss Allbery
2007-09-19Add generic attribute support to the object layer and update the APIRuss Allbery
2007-09-19Redirect stderr from remctld to stdout so that it doesn't show up inRuss Allbery
2007-09-19Skip the unchanging tests if Net::Remctl isn't available.Russ 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-18Test that retrieving data from a locked object still works.Russ 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-01Add a test for the download trace information. Do that in the keytabRuss Allbery
2007-09-01Note that not all objects support store.Russ Allbery
2007-09-01Test a couple more ADMIN ACL manipulation cases.Russ Allbery
2007-09-01Test another case around the ADMIN ACL.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-31Check for proper handling of lots of configuration errors or failureRuss Allbery
2007-08-31Check handling of invalid database configuration and failure to connectRuss Allbery