opnsense-src/contrib/openpam/RELNOTES

22 lines
705 B
Text
Raw Normal View History

2002-02-22 20:22:51 -05:00
2019-02-24 15:54:06 -05:00
Release notes for OpenPAM Tabebuia
==================================
2003-01-06 11:07:51 -05:00
2017-02-19 16:00:46 -05:00
OpenPAM is developed primarily on FreeBSD, but is expected to work on
almost any POSIX-like platform that has GNU autotools, GNU make and
the GNU compiler suite installed.
2002-02-22 20:22:51 -05:00
2017-02-19 16:00:46 -05:00
The OpenPAM distribution consists of the following components:
2002-12-16 10:28:05 -05:00
2013-09-07 12:15:30 -04:00
- The PAM library itself, with complete API documentation.
2002-02-22 20:22:51 -05:00
2013-09-07 12:15:30 -04:00
- Sample modules (pam_permit, pam_deny and pam_unix) and a sample
2017-02-19 16:00:46 -05:00
application (su) which demonstrate how to use the PAM library.
2013-09-07 12:15:30 -04:00
- A test application (pamtest) which can be used to test policies and
modules.
2017-02-19 16:00:46 -05:00
- Unit tests for limited portions of the library.
2012-05-26 10:23:18 -04:00
2011-12-18 12:08:40 -05:00
Please direct bug reports and inquiries to <des@des.no>.