Changes between Version 1 and Version 2 of Releases/Dogwood
- Timestamp:
- Oct 9, 2014, 2:47:56 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Releases/Dogwood
v1 v2 3 3 OpenPAM Dogwood was released on 2003-07-15. 4 4 5 - ENHANCE:Use the GNU autotools.5 - '''ENHANCE''' Use the GNU autotools. 6 6 7 - ENHANCE:Constify the msg field in struct pam_message.7 - '''ENHANCE''' Constify the msg field in struct pam_message. 8 8 9 - BUGFIX:Remove left-over debugging output9 - '''BUGFIX''' Remove left-over debugging output 10 10 11 - BUGFIX: Avoid side effects in arguments to the FREE()macro11 - '''BUGFIX''' Avoid side effects in arguments to the `FREE()` macro 12 12 13 - ENHANCE: Make openpam_ttyconv(3) use read(2) rather than fgets(3).13 - '''ENHANCE''' Make `openpam_ttyconv(3)` use `read(2)` rather than `fgets(3)`. 14 14 15 - BUGFIX:Staticize some variables which shouldn't be global.15 - '''BUGFIX''' Staticize some variables which shouldn't be global. 16 16 17 - BUGFIX: Correcly anticipate a NULL user in pam_get_user(3).17 - '''BUGFIX''' Correcly anticipate a `NULL` user in `pam_get_user(3)`. 18 18 19 - ENHANCE:Various minor documentation improvements.19 - '''ENHANCE''' Various minor documentation improvements. 20 20 21 21 Thanks to Dmitry V. Levin <ldv@altlinux.org> for considerable