Changeset 213 in openpam
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r197 r213 1 OpenPAM Dianthus 2003-05-02 2 3 - BUGFIX: Initialize some potentially uninitialized variables. 4 5 - BUGFIX: Silence some warnings emitted by gcc -std=iso9899:1999. 6 7 - BUGFIX: In pam_getenv(), return a pointer to the stored variable 8 instead of a freshly allocated copy. 9 10 - ENHANCE: Detect recursion in openpam_borrow_cred() 11 12 - ENHANCE: Make borrowing one's own credentials a no-op. 13 14 - ENHANCE: Further improve debugging support. 15 16 - ENHANCE: Clean up some variable names. 17 ============================================================================ 1 18 OpenPAM Daffodil 2003-01-06 2 19 … … 207 224 First (beta) release. 208 225 ============================================================================ 209 $P4: //depot/projects/openpam/HISTORY#1 7$226 $P4: //depot/projects/openpam/HISTORY#18 $ -
trunk/RELNOTES
r197 r213 1 1 2 Release notes for OpenPAM D affodil2 Release notes for OpenPAM Dianthus 3 3 ================================== 4 4 5 This is a bugfix release. The previous release, Cyclamen, was rushed 6 out without sufficient testing, and contained a number of small but 7 serious errors. 5 This is a maintenance release incorporating a number of minor patches 6 accumulated since the previous release. 8 7 9 8 This release corresponds to the code used in FreeBSD-CURRENT as of the 10 release date. It has also been successfully built on NetBSD 1.6, and 11 should build with minimal or no changes on OpenBSD. Work is underway 12 to port OpenPAM to MacOS 10.2. It has not been tested on any other 13 operating system. 9 release date. It may or may not build on other platforms; previous 10 releases have been built on NetBSD and (with partial success) MacOS X. 14 11 15 12 The library itself is complete. Documentation exists in the form of … … 28 25 proper credit for your contribution. 29 26 30 $P4: //depot/projects/openpam/RELNOTES#14 $ 27 Please direct bug reports and inquiries to des@freebsd.org. 28 29 $P4: //depot/projects/openpam/RELNOTES#15 $ -
trunk/include/security/openpam_version.h
r165 r213 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/openpam_version.h# 6$34 * $P4: //depot/projects/openpam/include/security/openpam_version.h#7 $ 35 35 */ 36 36 … … 39 39 40 40 #define _OPENPAM 41 #define _OPENPAM_VERSION 200 2063042 #define _OPENPAM_RELEASE " Citronella"41 #define _OPENPAM_VERSION 20030502 42 #define _OPENPAM_RELEASE "Dianthus" 43 43 44 44 #endif
Note: See TracChangeset
for help on using the changeset viewer.