1 | |
---|
2 | Release notes for OpenPAM Dianthus |
---|
3 | ================================== |
---|
4 | |
---|
5 | This is a maintenance release incorporating a number of minor patches |
---|
6 | accumulated since the previous release. |
---|
7 | |
---|
8 | This release corresponds to the code used in FreeBSD-CURRENT as of the |
---|
9 | release date. It is also known to build cleanly on NetBSD 1.6 and |
---|
10 | OpenBSD 3.1. It may or may not build on other platforms; you will |
---|
11 | need a BSD-compatible make(1) (NetBSD's make(1) is easy to port to |
---|
12 | most POSIX platforms). Previous versions were successfully built on |
---|
13 | MacOS X 10.1, but there seem to be issues with the heavily modified |
---|
14 | version of GCC 3.1 that ships with MacOS X 10.2. |
---|
15 | |
---|
16 | The library itself is complete. Documentation exists in the form of |
---|
17 | man pages for the library functions. These man pages are generated by |
---|
18 | a Perl script from specially marked-up comments in the source files |
---|
19 | themselves, which minimizes the chance that any of them should be out |
---|
20 | of date. |
---|
21 | |
---|
22 | The distribution also includes three sample modules (pam_deny, |
---|
23 | pam_permit and pam_unix) and a sample application (su). These are not |
---|
24 | intended for actual use, but rather to serve as examples for module or |
---|
25 | application developers. |
---|
26 | |
---|
27 | NOTE: to the person who sent me MacOS patches in July 2002: I have |
---|
28 | lost your name and email address. Please contact me so I can give you |
---|
29 | proper credit for your contribution. |
---|
30 | |
---|
31 | Please direct bug reports and inquiries to des@freebsd.org. |
---|
32 | |
---|
33 | $P4: //depot/projects/openpam/RELNOTES#16 $ |
---|