aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26Various to-do updates.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-25Add a note about error codes and debugging.Russ Allbery
2007-09-25Be consistent in how we handle cells and realms in kasetkey. AssumeRuss Allbery
2007-09-25Determine the cell of our target principal before we open an authserverRuss Allbery
2007-09-24Add support for attribute setting and retrieval to the front end andRuss 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-18Document the locked flag in the server backend and client man pages.Russ 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-18Note cases where one might want to override flag_set() or flag_clear().Russ Allbery
2007-09-18Flags are now displayed as part of show.Russ Allbery
2007-09-18Add flag clear and flag set to the public interface.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 information about the attribute implementation and reorganize a bit.Russ Allbery
2007-09-17Add an acl show command to the front end that calls the appropriateRuss 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-16Add a few more test cases.Russ Allbery
2007-09-15Add a test suite for keytab-backend.Russ Allbery
2007-09-15Reorganize and rework a little to make testing easier.Russ Allbery
2007-09-14Ignore generated man pages.Russ Allbery
2007-09-14Add a test suite for the backend driver program.Russ Allbery
2007-09-14keytab-backend and wallet-backend are scripts, not programs, so don'tRuss Allbery
2007-09-14Rewrite to put the guts into a function to make testing easier. RemoveRuss Allbery
2007-09-14Add a bunch more stuff.Russ Allbery
2007-09-01Also need to write README and NEWS files.Russ Allbery
2007-09-01Add a note that this is part of the wallet system.Russ Allbery
2007-09-01Finish revising the design documentation to bring it up to date.Russ Allbery
2007-09-01Note that you may need to change the path to wallet-backend.Russ Allbery
2007-09-01Update and rewrite from the perspective of someone extending the walletRuss Allbery
2007-09-01Add a remctl fragment for the wallet backend.Russ Allbery
2007-09-01Update for the current state of the world, remove some stuff that weRuss Allbery