From d3b7a7843ed23e839c4fb304b1a2c3402c34f669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 5 Mar 2013 17:49:55 +0000 Subject: [PATCH] Replace with useful content. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@647 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- RELNOTES | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/RELNOTES b/RELNOTES index b4d062d..fa11c97 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,26 +1,28 @@ - Release notes for OpenPAM Micrampelis - ===================================== + Release notes for OpenPAM ???????? + ================================== This release corresponds to the code used in FreeBSD HEAD as of the release date, and is also expected to work on almost any POSIX-like platform that has GNU autotools, GNU make and the GNU compiler suite installed. -The library itself is complete. Documentation exists in the form of -man pages for the library functions. These man pages are generated by -a Perl script from specially marked-up comments in the source files -themselves, which minimizes the chance that any of them should be out -of date. +The distribution consists of the following components: -The distribution also includes three sample modules (pam_deny, -pam_permit and pam_unix) and a sample application (su). These are not -intended for actual use, but rather to serve as examples for module or -application developers. It also includes a command-line application -(pamtest) which can be used to test policies and modules. + - The PAM library itself, with complete API documentation. -Unit tests for limited portions of the library can be found in the t -subdirectory. + - Sample modules (pam_permit, pam_deny and pam_unix) and a sample + application (su) which demonstrate how to use PAM. + + - A test application (pamtest) which can be used to test policies and + modules. + + - A library which implements the OATH one-time password algorithms, + with complete API documentation. + + - A PAM module which implements OATH-based authentication. + + - Unit tests for limited portions of the libraries. Please direct bug reports and inquiries to .