diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-06-25 18:32:33 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-06-25 18:32:33 +1000 |
commit | 067263e84800c4b35f9bbbfafdd92aea493b6e0b (patch) | |
tree | 29b4b16a2c1fb123f5521d6c0f4e49a7d66b7289 /ChangeLog | |
parent | 7dae3d296e685843f003038a7f1a9f8ef7f614bd (diff) |
- djm@cvs.openbsd.org 2007/06/13 00:21:27
[scp.c]
don't ftruncate() non-regular files; bz#1236 reported by wood AT
xmission.com; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ | |||
1 | 20070625 | ||
2 | - (dtucker) OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2007/06/13 00:21:27 | ||
4 | [scp.c] | ||
5 | don't ftruncate() non-regular files; bz#1236 reported by wood AT | ||
6 | xmission.com; ok dtucker@ | ||
7 | |||
1 | 20070614 | 8 | 20070614 |
2 | - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the | 9 | - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the |
3 | USE_BUILTIN_RIJNDAEL compat goop to openssl-compat.h so it can be | 10 | USE_BUILTIN_RIJNDAEL compat goop to openssl-compat.h so it can be |
@@ -3072,4 +3079,4 @@ | |||
3072 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3079 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3073 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3080 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3074 | 3081 | ||
3075 | $Id: ChangeLog,v 1.4702 2007/06/14 13:47:31 dtucker Exp $ | 3082 | $Id: ChangeLog,v 1.4703 2007/06/25 08:32:33 dtucker Exp $ |