diff options
author | Damien Miller <djm@mindrot.org> | 2008-02-10 22:25:52 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-02-10 22:25:52 +1100 |
commit | 3dff176ed9509b5bd92947b9504545495a2052cc (patch) | |
tree | fbd3f0d740ebd8e9c00ce2d4a621d416c49cb985 /ChangeLog | |
parent | 3de49f8951d8ea4401b0a8ec053fd51d6f309cbe (diff) |
- djm@cvs.openbsd.org 2008/01/19 23:09:49
[readconf.c readconf.h sshconnect2.c]
promote rekeylimit to a int64 so it can hold the maximum useful limit
of 2^32; report and patch from Jan.Pechanec AT Sun.COM, ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -40,6 +40,10 @@ | |||
40 | and v6 addresses when connected to a server with this quirk, despite | 40 | and v6 addresses when connected to a server with this quirk, despite |
41 | having set 0.0.0.0 as a bind_address. | 41 | having set 0.0.0.0 as a bind_address. |
42 | report and patch from Jan.Pechanec AT Sun.COM; ok dtucker@ | 42 | report and patch from Jan.Pechanec AT Sun.COM; ok dtucker@ |
43 | - djm@cvs.openbsd.org 2008/01/19 23:09:49 | ||
44 | [readconf.c readconf.h sshconnect2.c] | ||
45 | promote rekeylimit to a int64 so it can hold the maximum useful limit | ||
46 | of 2^32; report and patch from Jan.Pechanec AT Sun.COM, ok dtucker@ | ||
43 | 47 | ||
44 | 20080119 | 48 | 20080119 |
45 | - (djm) Silence noice from expr in ssh-copy-id; patch from | 49 | - (djm) Silence noice from expr in ssh-copy-id; patch from |
@@ -3568,4 +3572,4 @@ | |||
3568 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3572 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3569 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3573 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3570 | 3574 | ||
3571 | $Id: ChangeLog,v 1.4827 2008/02/10 11:25:24 djm Exp $ | 3575 | $Id: ChangeLog,v 1.4828 2008/02/10 11:25:52 djm Exp $ |