Changeset 945 in openpam
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r936 r945 1 OpenPAM Tabebuia 2019-02-24 2 3 - BUGFIX: Fix off-by-one bug in pam_getenv(3) which was introduced in 4 OpenPAM Radula. 5 6 - ENHANCE: Add unit tests for pam_{get,put,set}env(3). 7 ============================================================================ 1 8 OpenPAM Resedacea 2017-04-30 2 9 … … 6 13 - BUGFIX: Return PAM_SYMBOL_ERR instead of PAM_SYSTEM_ERR from the 7 14 dispatcher when the required service function could not be found. 8 15 9 16 - ENHANCE: Introduce the PAM_BAD_HANDLE error code for when pamh is 10 17 NULL in API functions that have a NULL check. -
trunk/RELNOTES
r936 r945 1 1 2 Release notes for OpenPAM Resedacea3 ===================================2 Release notes for OpenPAM Tabebuia 3 ================================== 4 4 5 5 OpenPAM is developed primarily on FreeBSD, but is expected to work on -
trunk/include/security/openpam_version.h
r938 r945 1 1 /*- 2 2 * Copyright (c) 2002-2003 Networks Associates Technology, Inc. 3 * Copyright (c) 2004-201 7Dag-Erling Smørgrav3 * Copyright (c) 2004-2019 Dag-Erling Smørgrav 4 4 * All rights reserved. 5 5 * … … 40 40 41 41 #define OPENPAM 42 #define OPENPAM_VERSION 201 7043043 #define OPENPAM_RELEASE " Resedacea"42 #define OPENPAM_VERSION 20190224 43 #define OPENPAM_RELEASE "Tabebuia" 44 44 45 45 #endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */
Note: See TracChangeset
for help on using the changeset viewer.