diff options
author | Damien Miller <djm@mindrot.org> | 2013-07-18 16:09:25 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-07-18 16:09:25 +1000 |
commit | 044bd2a7ddb0b6f6b716c87e57261572e2b89028 (patch) | |
tree | 2469b2b23ee87d09ae3a9be14258e7a68fda7c3b /ChangeLog | |
parent | 9a6615542108118582f64b7161ca0e12176e3712 (diff) |
- guenther@cvs.openbsd.org 2013/06/17 04:48:42
[scp.c]
Handle time_t values as long long's when formatting them and when
parsing them from remote servers.
Improve error checking in parsing of 'T' lines.
ok dtucker@ deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,12 @@ | |||
3 | - dtucker@cvs.openbsd.org 2013/06/10 19:19:44 | 3 | - dtucker@cvs.openbsd.org 2013/06/10 19:19:44 |
4 | [readconf.c] | 4 | [readconf.c] |
5 | revert 1.203 while we investigate crashes reported by okan@ | 5 | revert 1.203 while we investigate crashes reported by okan@ |
6 | - guenther@cvs.openbsd.org 2013/06/17 04:48:42 | ||
7 | [scp.c] | ||
8 | Handle time_t values as long long's when formatting them and when | ||
9 | parsing them from remote servers. | ||
10 | Improve error checking in parsing of 'T' lines. | ||
11 | ok dtucker@ deraadt@ | ||
6 | 12 | ||
7 | 20130702 | 13 | 20130702 |
8 | - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config | 14 | - (dtucker) [contrib/cygwin/README contrib/cygwin/ssh-host-config |