RELNOTES revision 91097
1
2		 Release notes for OpenPAM Caliopsis
3		 ===================================
4
5This is a beta release.
6
7The library itself is mostly complete.  Documentation exists in the
8form of skeletal man pages for the library itself, but no detailed
9documentation is provided in this release.
10
11This release is primarily intended for reviewers and developers
12interested in testing OpenPAM on FreeBSD.  It has not been tested on
13any other OS, though it should build and run with minimal tweaks on
14NetBSD and OpenBSD.
15
16Known issues:
17
18  - The pam_get_user() and pam_get_authtok() functions do not check
19    for commonly used options such as {use,try}_first_pass or
20    auth_as_self.  In fact, pam_get_authtok() behaves as if
21    try_first_pass was always specified.
22
23  - The provided conversation function, openpam_ttyconv(), should
24    block signals, and support some sort of timeout.
25
26  - The documentation is far from complete.
27
28$Id$
29