xref: /dragonfly/contrib/openpam/RELNOTES (revision 0db87cb7)
1
2		Release notes for OpenPAM Micrampelis
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
22Unit tests for limited portions of the library can be found in the t
23subdirectory.
24
25Please direct bug reports and inquiries to <des@des.no>.
26
27$Id: RELNOTES 609 2012-05-26 13:57:45Z des $
28