summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-10-09 19:05:45 +0000
committerRuss Allbery <rra@stanford.edu>2007-10-09 19:05:45 +0000
commit16c2fc19f3955afa1e6579e450594253a7e0a69a (patch)
tree828fc4bef99e463312467badd6b1e5c1d93ca462 /TODO
parent62b8ed8126729623199e47af565a6f69083ecee6 (diff)
Add user documentation for the enctypes attribute on keytabs. Mention
that the enctype must be in the database in the keytab object API documentation. The README and NEWS files are now done.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 127bded..1ea0d5b 100644
--- a/TODO
+++ b/TODO
@@ -2,17 +2,11 @@
Minimum required to replace leland_srvtab:
-* Add support for limiting the enctypes of created keytabs by setting the
- enctype attribute on the object and include the enctypes in the object
- show display.
-
* Add support to the test suite for specifying a different database than
SQLite for testing. For MySQL and other database types that we can't
just delete, also requires adding a method to Wallet::Schema to drop all
of our tables and indices in reverse order of creation.
-* Add README and NEWS files and update web page.
-
* Write the remctl configuration and finish Debian packaging of the
wallet client and server.