Changeset 265 in openpam
- Timestamp:
- 07/14/03 14:34:43 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
HISTORY (modified) (2 diffs)
-
include/security/openpam_version.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r246 r265 1 OpenPAM Dogwood 2003-07-14 2 3 - ENHANCE: Use the GNU autotools. 4 5 - ENHANCE: Constify the msg field in struct pam_message. 6 7 - BUGFIX: Remove left-over debugging output 8 9 - BUGFIX: Avoid side effects in arguments to the FREE() macro 10 11 - ENHANCE: Make openpam_ttyconv(3) use read(2) rather than fgets(3). 12 13 - BUGFIX: Staticize some variables which shouldn't be global. 14 15 - BUGFIX: Correcly anticipate a NULL user in pam_get_user(3). 16 17 - ENHANCE: Various minor documentation improvements. 18 19 Thanks to Dmitry V. Levin <ldv@altlinux.org> for considerable 20 assistance with this release. 21 ============================================================================ 1 22 OpenPAM Digitalis 2003-06-01 2 23 … … 243 264 First (beta) release. 244 265 ============================================================================ 245 $P4: //depot/projects/openpam/HISTORY# 19$266 $P4: //depot/projects/openpam/HISTORY#20 $ -
trunk/include/security/openpam_version.h
r255 r265 32 32 * SUCH DAMAGE. 33 33 * 34 * $P4: //depot/projects/openpam/include/security/openpam_version.h#1 0$34 * $P4: //depot/projects/openpam/include/security/openpam_version.h#11 $ 35 35 */ 36 36 … … 40 40 #define _OPENPAM 41 41 #define _OPENPAM_VERSION YYYYMMDD 42 #define _OPENPAM_RELEASE "D igitalis"42 #define _OPENPAM_RELEASE "Dogwood" 43 43 44 44 #endif
Note: See TracChangeset
for help on using the changeset viewer.