Library
~~~~~~~
) Work with our GSSAPI libs
) Better/FASTER random numbers (init time is pretty miserable)
) Test suite
) Add db support to pwcheck_method
) use file callback on secrets db? (annoying!)
) Does shadow password stuff work? (maybe pwcheck?)
) configure stuff: static libs, etc.
) Use libltdl---probably much better portability

Documentation
~~~~~~~~~~~~~
) so much to do here
) how to write an application using sasl
) man pages
) how to configure sasl

Mechs to write
~~~~~~~~~~~~~~
) PASSDSS-3DES-1 (draft-newman-sasl-passdss-01.txt)
) OTP

Digest-MD5
~~~~~~~~~~
) Layers
) Checking wacko cases or even not so wacko cases
) Testing

Kerberos_V4
~~~~~~~~~~~
) Needs to check timestamps for replay attacks

Plain
~~~~~

Cram-MD5
~~~~~~~~
) needs snprintf support

Database stuff
~~~~~~~~~~~~~~
) Berkeley DB?
) Flat text file?

ABI
~~~
) Consider IRIX ABI issues for plugins
	- /usr/lib32/sasl?
	- /usr/lib/sasl/{ABI}?
) Standardize the plugin ABI
