diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-09-21 12:59:33 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-09-21 12:59:33 +1000 |
commit | 1e80e4023bce285ef4858383b5064b9ac3b254c1 (patch) | |
tree | 1a325ebda0f4736a43c3cc24f31d8c518423127f /ChangeLog | |
parent | c70ce7b09d8fd0b341c33e1b8d584a91bb241547 (diff) |
- otto@cvs.openbsd.org 2006/09/19 05:52:23
[sftp.c]
Use S_IS* macros insted of masking with S_IF* flags. The latter may
have multiple bits set, which lead to surprising results. Spotted by
Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ | |||
1 | 20060921 | ||
2 | - (dtucker) OpenBSD CVS Sync | ||
3 | - otto@cvs.openbsd.org 2006/09/19 05:52:23 | ||
4 | [sftp.c] | ||
5 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | ||
6 | have multiple bits set, which lead to surprising results. Spotted by | ||
7 | Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@ | ||
8 | |||
1 | 20060918 | 9 | 20060918 |
2 | - (dtucker) [configure.ac] On AIX, check to see if the compiler will allow | 10 | - (dtucker) [configure.ac] On AIX, check to see if the compiler will allow |
3 | macro redefinitions, and if not, remove "-qlanglvl=ansi" from the flags. | 11 | macro redefinitions, and if not, remove "-qlanglvl=ansi" from the flags. |
@@ -5457,4 +5465,4 @@ | |||
5457 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 5465 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
5458 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 5466 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
5459 | 5467 | ||
5460 | $Id: ChangeLog,v 1.4552 2006/09/18 13:54:32 dtucker Exp $ | 5468 | $Id: ChangeLog,v 1.4553 2006/09/21 02:59:33 dtucker Exp $ |