Age | Commit message (Expand) | Author |
2007-10-05 | Pull keytab handling in the client into a separate file for later | Russ Allbery |
2007-10-05 | Pull the file writing code for the wallet client into a separate file | Russ Allbery |
2007-10-04 | Use die, warn, and xmalloc, now that we have them. | Russ Allbery |
2007-10-04 | Update runtests to the latest version. Fix various other missing or | Russ Allbery |
2007-10-04 | Initial import of a C portability framework and utility functions from | Russ Allbery |
2007-10-04 | Fix error handling if we cannot dup stdout. | Russ Allbery |
2007-09-27 | Set MIME type to avoid diffs. | Russ Allbery |
2007-09-27 | Initial cut at srvtab support in the wallet client. This still requires | Russ Allbery |
2007-09-26 | Include the synchronization configuration in show() output. Provide a | Russ Allbery |
2007-09-26 | Add tests for the Kerberos v5 to Kerberos v4 name mapping and do more | Russ Allbery |
2007-09-26 | Add support for deleting principals out of the AFS kaserver (optionally) | Russ Allbery |
2007-09-26 | Various to-do updates. | Russ Allbery |
2007-09-25 | If synchronization is enabled, destroy the principal out of K4 when the | Russ Allbery |
2007-09-25 | Add support for synchronizing a key with an AFS kaserver in the keytab | Russ Allbery |
2007-09-25 | Add a note about error codes and debugging. | Russ Allbery |
2007-09-25 | Be consistent in how we handle cells and realms in kasetkey. Assume | Russ Allbery |
2007-09-25 | Determine the cell of our target principal before we open an authserver | Russ Allbery |
2007-09-24 | Add support for attribute setting and retrieval to the front end and | Russ Allbery |
2007-09-20 | Take multiple values in the attr() method and convert it to a reference | Russ Allbery |
2007-09-20 | Change the error handling of the Wallet::ACL list() method to return the | Russ Allbery |
2007-09-20 | Change flag_list to return the empty list on error and clear error. | Russ Allbery |
2007-09-20 | Update the documentation to get rid of the stupid error return from | Russ Allbery |
2007-09-20 | Call attr() correctly when setting attributes, even if it doesn't | Russ Allbery |
2007-09-20 | Add support for attribute setting and retrieving to the high-level | Russ Allbery |
2007-09-19 | Add generic attribute support to the object layer and update the API | Russ Allbery |
2007-09-19 | Redirect stderr from remctld to stdout so that it doesn't show up in | Russ Allbery |
2007-09-19 | Skip the unchanging tests if Net::Remctl isn't available. | Russ Allbery |
2007-09-19 | Implement unchanging support in the keytab object backend, which retrieves | Russ Allbery |
2007-09-19 | Allow creation of a keytab object for a principal that already exists. | Russ Allbery |
2007-09-19 | Drop the leading underscore for internal methods. I haven't been using | Russ Allbery |
2007-09-18 | Document the locked flag in the server backend and client man pages. | Russ Allbery |
2007-09-18 | Test that retrieving data from a locked object still works. | Russ Allbery |
2007-09-18 | Implement the locked flag. | Russ Allbery |
2007-09-18 | Note cases where one might want to override flag_set() or flag_clear(). | Russ Allbery |
2007-09-18 | Flags are now displayed as part of show. | Russ Allbery |
2007-09-18 | Add flag clear and flag set to the public interface. | Russ Allbery |
2007-09-18 | Add flag_set and flag_clear to Wallet::Server. | Russ Allbery |
2007-09-17 | Add methods to the base object to set, clear, list, and check flags. Wrap | Russ Allbery |
2007-09-17 | Add additional information about the history entry semantics when logging | Russ Allbery |
2007-09-17 | Add information about the attribute implementation and reorganize a bit. | Russ Allbery |
2007-09-17 | Add an acl show command to the front end that calls the appropriate | Russ Allbery |
2007-09-17 | Add an acl_show() method to Wallet::Server that calls the underlying ACL | Russ Allbery |
2007-09-17 | In show() for an object, call show() for each of the ACLs on that object | Russ Allbery |
2007-09-17 | Add a show method to Wallet::ACL. | Russ Allbery |
2007-09-16 | Add a few more test cases. | Russ Allbery |
2007-09-15 | Add a test suite for keytab-backend. | Russ Allbery |
2007-09-15 | Reorganize and rework a little to make testing easier. | Russ Allbery |
2007-09-14 | Ignore generated man pages. | Russ Allbery |
2007-09-14 | Add a test suite for the backend driver program. | Russ Allbery |
2007-09-14 | keytab-backend and wallet-backend are scripts, not programs, so don't | Russ Allbery |