xref: /dragonfly/contrib/openpam/RELNOTES (revision 783d47c4)
1
2		 Release notes for OpenPAM Lycopsida
3		 ===================================
4
5This release corresponds to the code used in FreeBSD HEAD as of the
6release date, and is also expected to work on almost any POSIX-like
7platform that has GNU autotools, GNU make and the GNU compiler suite
8installed.
9
10The library itself is complete.  Documentation exists in the form of
11man pages for the library functions.  These man pages are generated by
12a Perl script from specially marked-up comments in the source files
13themselves, which minimizes the chance that any of them should be out
14of date.
15
16The distribution also includes three sample modules (pam_deny,
17pam_permit and pam_unix) and a sample application (su).  These are not
18intended for actual use, but rather to serve as examples for module or
19application developers.  It also includes a command-line application
20(pamtest) which can be used to test policies and modules.
21
22Please direct bug reports and inquiries to <des@des.no>.
23
24$Id: RELNOTES 506 2011-12-18 14:25:12Z des $
25