diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -98,9 +98,12 @@ | |||
98 | - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on | 98 | - (dtucker) [regress/reexec.sh] Add ${EXEEXT} so this test also works on |
99 | Cygwin. | 99 | Cygwin. |
100 | - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux: | 100 | - (dtucker) [auth-pam.c] Bug #1033: Fix warnings building with PAM on Linux: |
101 | warning: dereferencing type-punned pointer will break strict-aliasing rules | 101 | warning: dereferencing type-punned pointer will break strict-aliasing rules |
102 | warning: passing arg 3 of `pam_get_item' from incompatible pointer type | 102 | warning: passing arg 3 of `pam_get_item' from incompatible pointer type |
103 | The type-punned pointer fix is based on a patch from SuSE's rpm. ok djm@ | 103 | The type-punned pointer fix is based on a patch from SuSE's rpm. ok djm@ |
104 | - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1033: Provide | ||
105 | templates for _getshort and _getlong if missing to prevent compiler warnings | ||
106 | on Linux. | ||
104 | 107 | ||
105 | 20050524 | 108 | 20050524 |
106 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | 109 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] |
@@ -2600,4 +2603,4 @@ | |||
2600 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2603 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2601 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2604 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2602 | 2605 | ||
2603 | $Id: ChangeLog,v 1.3788 2005/05/26 09:59:48 dtucker Exp $ | 2606 | $Id: ChangeLog,v 1.3789 2005/05/26 10:12:15 dtucker Exp $ |