Changeset 908 in openpam
- Timestamp:
- Jan 18, 2017, 10:11:57 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r907 r908 1 OpenPAM Radula 2017-01-21 2 3 - BUGFIX: Fix an inverted test which prevented pam_get_authtok(3) and 4 pam_get_user(3) from using application-provided custom prompts. 5 6 - BUGFIX: Plug a potential memory leak in openpam_readlinev(3). 7 8 - BUGFIX: In openpam_readword(3), support line continuations within 9 whitespace. 10 11 - ENHANCE: Add a feature flag to control fallback to "other" policy. 12 13 - ENHANCE: Add a pam_return(8) module which returns an arbitrary 14 code specified in the module options. 15 16 - ENHANCE: More and better unit tests. 17 ============================================================================ 1 18 OpenPAM Ourouparia 2014-09-12 2 19 -
trunk/RELNOTES
r907 r908 1 1 2 Release notes for OpenPAM Ourouparia3 ====================================2 Release notes for OpenPAM Radula 3 ================================ 4 4 5 5 This release corresponds to the code used in FreeBSD HEAD as of the … … 13 13 14 14 - Sample modules (pam_permit, pam_deny and pam_unix) and a sample 15 application (su) which demonstrate how to use PAM.15 application (su) which demonstrate how to use the PAM library. 16 16 17 17 - A test application (pamtest) which can be used to test policies and 18 18 modules. 19 19 20 - Unit tests for limited portions of the librar ies.20 - Unit tests for limited portions of the library. 21 21 22 22 Please direct bug reports and inquiries to <des@des.no>. -
trunk/configure.ac
r907 r908 152 152 ]) 153 153 AC_CONFIG_FILES([mkpkgng],[chmod +x mkpkgng]) 154 AC_CONFIG_FILES([misc/coverage.sh],[chmod +x misc/coverage.sh]) 155 AC_CONFIG_FILES([misc/coverity.sh],[chmod +x misc/coverity.sh]) 154 156 AC_OUTPUT -
trunk/include/security/openpam_version.h
r890 r908 40 40 41 41 #define OPENPAM 42 #define OPENPAM_VERSION 201 4091243 #define OPENPAM_RELEASE " Ourouparia"42 #define OPENPAM_VERSION 20170121 43 #define OPENPAM_RELEASE "Radula" 44 44 45 45 #endif /* !SECURITY_OPENPAM_VERSION_H_INCLUDED */
Note: See TracChangeset
for help on using the changeset viewer.