aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-09-01Flesh out the setup instructions.Russ Allbery
2007-09-01Add a test for the download trace information. Do that in the keytabRuss Allbery
2007-09-01Documentation is now finished. Add a few more things.Russ Allbery
2007-09-01Update the list of distribution files, build all the rest of the manualRuss Allbery
2007-09-01Change an instance of remctl to wallet in the -h output.Russ Allbery
2007-09-01Add documentation for the wallet command-line client.Russ Allbery
2007-09-01Note that the commands section is duplicated from the wallet documentation.Russ Allbery
2007-09-01Print error messages for unknown commands. Rewrite the command docs toRuss Allbery
2007-09-01Add documentation.Russ Allbery
2007-09-01Add the URL of the wallet distribution page.Russ Allbery