summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-07-06 13:44:19 +1000
committerDamien Miller <djm@mindrot.org>2012-07-06 13:44:19 +1000
commitdfceafe8b11a4a1f9890a37e0cd88b01eb9cc30c (patch)
treea017648b59e06bd4405c04b143780b5b10bbc6af /ChangeLog
parent77eab7b0240683eea307332e1df3ff8920baf012 (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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63045f048..0d876d2ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
920120704 1520120704
10 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for 16 - (dtucker) [configure.ac openbsd-compat/bsd-misc.h] Add setlinebuf for