diff options
author | Damien Miller <djm@mindrot.org> | 2012-07-06 13:44:19 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2012-07-06 13:44:19 +1000 |
commit | dfceafe8b11a4a1f9890a37e0cd88b01eb9cc30c (patch) | |
tree | a017648b59e06bd4405c04b143780b5b10bbc6af /ChangeLog | |
parent | 77eab7b0240683eea307332e1df3ff8920baf012 (diff) |
- dtucker@cvs.openbsd.org 2012/07/06 00:41:59
[moduli.c ssh-keygen.1 ssh-keygen.c]
Add options to specify starting line number and number of lines to process
when screening moduli candidates. This allows processing of different
parts of a candidate moduli file in parallel. man page help jmc@, ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ | |||
5 | - (djm) [configure.ac] Recursively expand $(bindir) to ensure it has no | 5 | - (djm) [configure.ac] Recursively expand $(bindir) to ensure it has no |
6 | unexpanded $(prefix) embedded. bz#2007 patch from nix-corp AT | 6 | unexpanded $(prefix) embedded. bz#2007 patch from nix-corp AT |
7 | esperi.org.uk; ok dtucker@ | 7 | esperi.org.uk; ok dtucker@ |
8 | - (djm) OpenBSD CVS Sync | ||
9 | - dtucker@cvs.openbsd.org 2012/07/06 00:41:59 | ||
10 | [moduli.c ssh-keygen.1 ssh-keygen.c] | ||
11 | Add options to specify starting line number and number of lines to process | ||
12 | when screening moduli candidates. This allows processing of different | ||
13 | parts of a candidate moduli file in parallel. man page help jmc@, ok djm@ | ||
8 | 14 | ||
9 | 20120704 | 15 | 20120704 |
10 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for | 16 | - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for |