[Bug 2319] [PATCH REVIEW] U2F authentication

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2319

Les Aker  changed:

   What|Removed |Added

 CC||m...@lesaker.org

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2521] subtract buffer size from computed rekey limit to avoid exceeding it

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2521

Darren Tucker  changed:

   What|Removed |Added

   Attachment #2780||ok?(d...@mindrot.org)
  Flags||

--- Comment #5 from Darren Tucker  ---
Created attachment 2780
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2780=edit
Allow rekeylimits >4G.

I also fixed RekeyLimit to allow limits >4G (should work up to 2**63,
limited by the return value of scan_scaled).

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2521] subtract buffer size from computed rekey limit to avoid exceeding it

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2521

Darren Tucker  changed:

   What|Removed |Added

   Attachment #2778|0   |1
is obsolete||
   Attachment #2779||ok?(d...@mindrot.org)
  Flags||

--- Comment #4 from Darren Tucker  ---
Created attachment 2779
  --> https://bugzilla.mindrot.org/attachment.cgi?id=2779=edit
Account for actual contents of buffers when calculating rekeying

Patch #2778 solves the problem with the large rekeylimit ciphers but it
still potentially leaves the problems with the others, and using the
same approach on those will rekey significantly more than requested.

An alternative patch that checks the actual buffer usage which should
be more accurate.  Can you confirm that this also solves the problem
you have observed?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2451] Bugs intended to be fixed in 7.2

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2451
Bug 2451 depends on bug 2511, which changed state.

Bug 2511 Summary: Drop fine-grained privileges on Illumos/Solaris
https://bugzilla.mindrot.org/show_bug.cgi?id=2511

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching the reporter of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2521] subtract buffer size from computed rekey limit to avoid exceeding it

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2521

Darren Tucker  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|unassigned-b...@mindrot.org |dtuc...@zip.com.au

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2515] Implement diffie-hellman-group{14,15,16)-sha256

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2515

Darren Tucker  changed:

   What|Removed |Added

   Attachment #2767|0   |1
is obsolete||

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching the reporter of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2511] Drop fine-grained privileges on Illumos/Solaris

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2511

Damien Miller  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #16 from Damien Miller  ---
Committed - this will be in OpenSSH 7.2. Thanks for your patience :)

commit 4626cbaf78767fc8e9c86dd04785386c59ae0839
Author: Damien Miller 
Date:   Fri Jan 8 14:24:56 2016 +1100

Support Illumos/Solaris fine-grained privileges

Includes a pre-auth privsep sandbox and several pledge()
emulations. bz#2511, patch by Alex Wilson.

ok dtucker@

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2511] Drop fine-grained privileges on Illumos/Solaris

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2511

Darren Tucker  changed:

   What|Removed |Added

   Attachment #2774|ok?(dtuc...@zip.com.au) |ok+
  Flags||

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2521] subtract buffer size from computed rekey limit to avoid exceeding it

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2521

Damien Miller  changed:

   What|Removed |Added

   Attachment #2779|ok?(d...@mindrot.org)|ok+
  Flags||

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 2521] subtract buffer size from computed rekey limit to avoid exceeding it

2016-01-07 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2521

Damien Miller  changed:

   What|Removed |Added

   Attachment #2780|ok?(d...@mindrot.org)|ok+
  Flags||

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs