diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -11,6 +11,14 @@ | |||
11 | to when it's enabled in the server's config. Speeds up Protocol 2 | 11 | to when it's enabled in the server's config. Speeds up Protocol 2 |
12 | connections to inetd-mode servers that also allow Protocol 1. bz #440, | 12 | connections to inetd-mode servers that also allow Protocol 1. bz #440, |
13 | based on a patch from bruno at wolff.to, ok markus@ | 13 | based on a patch from bruno at wolff.to, ok markus@ |
14 | - dtucker@cvs.openbsd.org 2008/01/01 08:47:04 | ||
15 | [misc.c] | ||
16 | spaces -> tabs from my previous commit | ||
17 | - dtucker@cvs.openbsd.org 2008/01/01 09:06:39 | ||
18 | [scp.c] | ||
19 | If scp -p encounters a pre-epoch timestamp, use the epoch which is | ||
20 | as close as we can get given that it's used unsigned. Add a little | ||
21 | debugging while there. bz #828, ok djm@ | ||
14 | 22 | ||
15 | 20071231 | 23 | 20071231 |
16 | - (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of | 24 | - (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of |
@@ -3501,4 +3509,4 @@ | |||
3501 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3509 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3502 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3510 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3503 | 3511 | ||
3504 | $Id: ChangeLog,v 1.4813 2008/01/01 09:33:09 dtucker Exp $ | 3512 | $Id: ChangeLog,v 1.4814 2008/01/01 09:36:25 dtucker Exp $ |