summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2007-10-09Add user documentation for the enctypes attribute on keytabs. MentionRuss Allbery
that the enctype must be in the database in the keytab object API documentation. The README and NEWS files are now done.
2007-10-06Add standard README and NEWS files and organize TODO a bit more byRuss Allbery
release targets.
2007-10-05The wallet client now automatically sets the sync attribute on a keytabRuss Allbery
object when get is called with the -S flag.
2007-10-05Pull the file writing code for the wallet client into a separate fileRuss Allbery
so that the srvtab and keytab management can share it. Write atomically to a new file and then link and rename to do an atomic update. Leave a backup copy of any file that's replaced.
2007-09-27Initial cut at srvtab support in the wallet client. This still requiresRuss Allbery
additional work and cleanup, particularly support for the sync attribute.
2007-09-26Include the synchronization configuration in show() output. Provide aRuss Allbery
new object method that subclasses can override to add attribute information to show() and remove the documentation about overriding show().
2007-09-26Add support for deleting principals out of the AFS kaserver (optionally)Russ Allbery
if synchronization is not set.
2007-09-26Various to-do updates.Russ Allbery
2007-09-25Add support for synchronizing a key with an AFS kaserver in the keytabRuss Allbery
object implementation, extracting the DES key with Authen::Krb5 (since ktutil doesn't work). Rename the KEYTAB_CACHE variable to KEYTAB_REMCTL_CACHE to match the rest of the keytab retrieval configuration and reorganize the Wallet::Config documentation to group related configuration options for the keytab backend. Fix a column name in the keytab_enctypes table to be more consistent with the rest of the schema.
2007-09-24Add support for attribute setting and retrieval to the front end andRuss Allbery
document them in the user documentation.
2007-09-19Implement unchanging support in the keytab object backend, which retrievesRuss Allbery
keytabs via remctl from the KDC.
2007-09-18Document the locked flag in the server backend and client man pages.Russ Allbery
Document locked flag issues when implementing a new object type.
2007-09-18Flags are now displayed as part of show.Russ 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
Wallet::Server method.
2007-09-16Add a few more test cases.Russ Allbery
2007-09-15Add a test suite for keytab-backend.Russ Allbery
2007-09-14Add a bunch more stuff.Russ Allbery
2007-09-01Also need to write README and NEWS files.Russ Allbery
2007-09-01Finish revising the design documentation to bring it up to date.Russ Allbery
2007-09-01Add a test for the download trace information. Do that in the keytabRuss Allbery
test because that's the only place we can successfully run get right now.
2007-09-01Documentation is now finished. Add a few more things.Russ Allbery
2007-08-31A few more items.Russ Allbery
2007-08-31More of the documentation is finished.Russ Allbery
2007-08-31Testing is basically done. Add testing of the backends, what little bitRuss Allbery
of code is in them, and add some additional neat ideas for the future.
2007-08-30Note that we should switch to using names for ACLs in errors to be moreRuss Allbery
friendly.
2007-08-30Add the additional ACL verifiers that need to be written.Russ Allbery
2007-08-30Need history functions.Russ Allbery
2007-08-29Flesh out further and divide into things required to replace leland_srvtabRuss Allbery
and future work. This should now be relatively complete.
2007-08-29Update with the latest leftover bits from the most recent code. GettingRuss Allbery
closer to being complete.
2007-08-29Note that we still need to display ACL details.Russ Allbery
2007-08-28Flesh out with all the other stuff that needs to be done. This isn'tRuss Allbery
complete yet, since there are some parts of the implementation I've not even really started.
2007-08-28Start gathering a to-do list of things I need to fix later.Russ Allbery