Changeset 165 in openpam
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r150 r165 1 ============================================================================ 2 OpenPAM Citronella 2002-06-30 3 4 - ENHANCE: Add the "binding" control flag (from Solaris 9). 5 6 - ENHANCE: Define struct pam_repository and PAM_REPOSITORY (from 7 Solaris 9). 8 9 - ENHANCE: Flesh out the pam(3) man page. 10 11 - ENHANCE: Add an openpam(3) page with cross-references to all the 12 documented OpenPAM API extensions. 13 14 - ENHANCE: Add a pam_conv(3) man page describing the conversation 15 system. 16 17 - ENHANCE: Improved sample application. 18 19 - ENHANCE: Added sample pam_unix module. 20 21 - BUGFIX: Various documentation nits. 22 1 23 ============================================================================ 2 24 OpenPAM Cinquefoil 2002-05-24 … … 163 185 First (beta) release. 164 186 ============================================================================ 165 $P4: //depot/projects/openpam/HISTORY#1 2$187 $P4: //depot/projects/openpam/HISTORY#13 $ -
trunk/RELNOTES
r150 r165 1 1 2 Release notes for OpenPAM Ci nquefoil2 Release notes for OpenPAM Citronella 3 3 ==================================== 4 4 … … 6 6 man pages for the library functions. 7 7 8 This release is incorporated into FreeBSD-CURRENT as of 2002-0 5-24.8 This release is incorporated into FreeBSD-CURRENT as of 2002-06-30. 9 9 It has also been successfully built on NetBSD, and should build with 10 10 minimal or no changes on OpenBSD. It has not been tested on any other 11 11 OS. 12 12 13 $P4: //depot/projects/openpam/RELNOTES#1 1$13 $P4: //depot/projects/openpam/RELNOTES#12 $ -
trunk/include/security/openpam_version.h
r157 r165 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/openpam_version.h# 5$34 * $P4: //depot/projects/openpam/include/security/openpam_version.h#6 $ 35 35 */ 36 36 … … 39 39 40 40 #define _OPENPAM 41 #define _OPENPAM_VERSION 20020 52442 #define _OPENPAM_RELEASE "Ci nquefoil"41 #define _OPENPAM_VERSION 20020630 42 #define _OPENPAM_RELEASE "Citronella" 43 43 44 44 #endif
Note: See TracChangeset
for help on using the changeset viewer.