★ wanayoo — archive 1999 http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/moduli.cNouvelle recherche | Portail wanayoo

CVS log for src/usr.bin/ssh/moduli.c

[BACK] Up to [OpenBSD] / src / usr.bin / ssh

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Nov 10 01:33:07 2010 UTC (5 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_4_9_BASE, OPENBSD_4_9, HEAD
Diff to: previous 1.21: preferred, coloured
Changes since revision 1.21: +4 -4 lines
use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.
these have been around for years by this time. ok markus

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Jun 26 09:19:40 2008 UTC (2 years, 9 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4
Diff to: previous 1.20: preferred, coloured
Changes since revision 1.20: +16 -33 lines
when loading moduli from /etc/moduli in sshd(8), check that they
are of the expected "safe prime" structure and have had
appropriate primality tests performed;
feedback and ok dtucker@

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Feb 24 03:30:11 2007 UTC (4 years, 1 month ago) by ray
Branches: MAIN
CVS tags: OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1
Diff to: previous 1.19: preferred, coloured
Changes since revision 1.19: +3 -5 lines
- strlen returns size_t, not int.
- Pass full buffer size to fgets.

OK djm@, millert@, and moritz@.

Revision 1.12.2.2: download - view: text, markup, annotated - select for diffs
Wed Nov 8 00:44:05 2006 UTC (4 years, 5 months ago) by brad
Branches: OPENBSD_3_8
Diff to: previous 1.12.2.1: preferred, coloured; branchpoint 1.12: preferred, coloured; next MAIN 1.13: preferred, coloured
Changes since revision 1.12.2.1: +34 -18 lines
upgrade to OpenSSH 4.5

Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Wed Nov 8 00:42:10 2006 UTC (4 years, 5 months ago) by brad
Branches: OPENBSD_4_0
Diff to: previous 1.18: preferred, coloured; next MAIN 1.19: preferred, coloured
Changes since revision 1.18: +34 -18 lines
upgrade to OpenSSH 4.5

Revision 1.12.4.2: download - view: text, markup, annotated - select for diffs
Wed Nov 8 00:17:14 2006 UTC (4 years, 5 months ago) by brad
Branches: OPENBSD_3_9
Diff to: previous 1.12.4.1: preferred, coloured; branchpoint 1.12: preferred, coloured; next MAIN 1.13: preferred, coloured
Changes since revision 1.12.4.1: +34 -18 lines
upgrade to OpenSSH 4.5

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Nov 6 21:25:28 2006 UTC (4 years, 5 months ago) by markus
Branches: MAIN
Diff to: previous 1.18: preferred, coloured
Changes since revision 1.18: +34 -18 lines
add missing checks for openssl return codes; with & ok djm@

Revision 1.12.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 6 03:19:32 2006 UTC (4 years, 6 months ago) by brad
Branches: OPENBSD_3_8
Diff to: previous 1.12: preferred, coloured
Changes since revision 1.12: +13 -17 lines
upgrade to OpenSSH 4.4

Revision 1.12.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 30 04:06:50 2006 UTC (4 years, 6 months ago) by brad
Branches: OPENBSD_3_9
Diff to: previous 1.12: preferred, coloured
Changes since revision 1.12: +13 -17 lines
upgrade to OpenSSH 4.4

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Aug 3 03:34:42 2006 UTC (4 years, 8 months ago) by deraadt
Branches: MAIN
CVS tags: OPENBSD_4_0_BASE
Branch point for: OPENBSD_4_0
Diff to: previous 1.17: preferred, coloured
Changes since revision 1.17: +2 -3 lines
almost entirely get rid of the culture of ".h files that include .h files"
ok djm, sort of ok stevesk
makes the pain stop in one easy step

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 1 23:22:47 2006 UTC (4 years, 8 months ago) by stevesk
Branches: MAIN
Diff to: previous 1.16: preferred, coloured
Changes since revision 1.16: +2 -1 lines
move #include <stdio.h> out of includes.h

Revision 1.16: download - view: text, markup, annotated - select for diffs
Wed Jul 26 13:57:17 2006 UTC (4 years, 8 months ago) by stevesk
Branches: MAIN
Diff to: previous 1.15: preferred, coloured
Changes since revision 1.15: +2 -1 lines
move #include <stdlib.h> out of includes.h

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Jul 22 20:48:23 2006 UTC (4 years, 8 months ago) by stevesk
Branches: MAIN
Diff to: previous 1.14: preferred, coloured
Changes since revision 1.14: +2 -1 lines
move #include <string.h> out of includes.h

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Jul 22 19:08:54 2006 UTC (4 years, 8 months ago) by stevesk
Branches: MAIN
Diff to: previous 1.13: preferred, coloured
Changes since revision 1.13: +8 -3 lines
move #include <time.h> out of includes.h

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Mar 25 00:05:41 2006 UTC (5 years ago) by djm
Branches: MAIN
Diff to: previous 1.12: preferred, coloured
Changes since revision 1.12: +3 -14 lines
introduce xcalloc() and xasprintf() failure-checked allocations functions
and use them throughout openssh

xcalloc is particularly important because malloc(nmemb * size) is a
dangerous idiom (subject to integer overflow) and it is time for it to
die

feedback and ok deraadt@

Revision 1.10.2.1: download - view: text, markup, annotated - select for diffs
Sun Sep 4 18:40:02 2005 UTC (5 years, 7 months ago) by brad
Branches: OPENBSD_3_7
Diff to: previous 1.10: preferred, coloured; next MAIN 1.11: preferred, coloured
Changes since revision 1.10: +17 -16 lines
upgrade to OpenSSH 4.2

Revision 1.9.2.2: download - view: text, markup, annotated - select for diffs
Fri Sep 2 03:45:00 2005 UTC (5 years, 7 months ago) by brad
Branches: OPENBSD_3_6
Diff to: previous 1.9.2.1: preferred, coloured; branchpoint 1.9: preferred, coloured; next MAIN 1.10: preferred, coloured
Changes since revision 1.9.2.1: +17 -16 lines
upgrade to OpenSSH 4.2

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jul 17 07:17:55 2005 UTC (5 years, 8 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_3_9_BASE, OPENBSD_3_8_BASE
Branch point for: OPENBSD_3_9, OPENBSD_3_8
Diff to: previous 1.11: preferred, coloured
Changes since revision 1.11: +12 -12 lines
knf says that a 2nd level indent is four (not three or five) spaces

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon May 23 22:44:01 2005 UTC (5 years, 10 months ago) by avsm
Branches: MAIN
Diff to: previous 1.10: preferred, coloured
Changes since revision 1.10: +6 -5 lines
- removes signed/unsigned comparisons in moduli generation
- use strtonum instead of atoi where its easier
- check some strlcpy overflow and fatal instead of truncate

Revision 1.5.2.2: download - view: text, markup, annotated - select for diffs
Thu Mar 10 17:15:04 2005 UTC (6 years, 1 month ago) by brad
Branches: OPENBSD_3_5
Diff to: previous 1.5.2.1: preferred, coloured; branchpoint 1.5: preferred, coloured; next MAIN 1.6: preferred, coloured
Changes since revision 1.5.2.1: +3 -3 lines
upgrade to OpenSSH 4.0

Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Thu Mar 10 16:28:27 2005 UTC (6 years, 1 month ago) by brad
Branches: OPENBSD_3_6
Diff to: previous 1.9: preferred, coloured
Changes since revision 1.9: +3 -3 lines
upgrade to OpenSSH 4.0

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jan 17 03:25:46 2005 UTC (6 years, 2 months ago) by dtucker
Branches: MAIN
CVS tags: OPENBSD_3_7_BASE
Branch point for: OPENBSD_3_7
Diff to: previous 1.9: preferred, coloured
Changes since revision 1.9: +3 -3 lines
Correct spelling: SCHNOOR->SCHNORR; ok djm@

Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Thu Aug 19 22:37:31 2004 UTC (6 years, 7 months ago) by brad
Branches: OPENBSD_3_4
Diff to: previous 1.1.2.1: preferred, coloured; branchpoint 1.1: preferred, coloured; next MAIN 1.2: preferred, coloured
Changes since revision 1.1.2.1: +57 -29 lines
upgrade to OpenSSH 3.9

Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Thu Aug 19 04:13:26 2004 UTC (6 years, 7 months ago) by brad
Branches: OPENBSD_3_5
Diff to: previous 1.5: preferred, coloured
Changes since revision 1.5: +57 -29 lines
upgrade to OpenSSH 3.9

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jul 11 17:48:47 2004 UTC (6 years, 9 months ago) by deraadt
Branches: MAIN
CVS tags: OPENBSD_3_6_BASE
Branch point for: OPENBSD_3_6
Diff to: previous 1.8: preferred, coloured
Changes since revision 1.8: +24 -24 lines
spaces

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri May 21 08:43:03 2004 UTC (6 years, 10 months ago) by markus
Branches: MAIN
Diff to: previous 1.7: preferred, coloured
Changes since revision 1.7: +3 -1 lines
add prototypes for -Wall; ok djm

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun May 9 00:06:47 2004 UTC (6 years, 11 months ago) by djm
Branches: MAIN
Diff to: previous 1.6: preferred, coloured
Changes since revision 1.6: +30 -4 lines
zap another tiny header; ok deraadt@

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Apr 22 11:56:57 2004 UTC (6 years, 11 months ago) by djm
Branches: MAIN
Diff to: previous 1.5: preferred, coloured
Changes since revision 1.5: +6 -6 lines
Bugzilla #850: Sophie Germain is the correct name of the French mathematician,
"Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr

Revision 1.1.4.2: download - view: text, markup, annotated - select for diffs
Thu Mar 4 18:18:15 2004 UTC (7 years, 1 month ago) by brad
Branches: OPENBSD_3_3
Diff to: previous 1.1.4.1: preferred, coloured; branchpoint 1.1: preferred, coloured; next MAIN 1.2: preferred, coloured
Changes since revision 1.1.4.1: +58 -49 lines
upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8upgrade to OpenSSH 3.8

Revision 1.1.2.1: download - view: text, markup, annotated - select for diffs
Sat Feb 28 03:51:33 2004 UTC (7 years, 1 month ago) by brad
Branches: OPENBSD_3_4
Diff to: previous 1.1: preferred, coloured
Changes since revision 1.1: +58 -49 lines
upgrade to OpenSSH 3.8

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Dec 22 09:16:57 2003 UTC (7 years, 3 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_3_5_BASE
Branch point for: OPENBSD_3_5
Diff to: previous 1.4: preferred, coloured
Changes since revision 1.4: +18 -9 lines
tidy up moduli generation debugging, add -v (verbose/debug) option to
ssh-keygen; ok markus@

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Dec 9 13:52:55 2003 UTC (7 years, 4 months ago) by dtucker
Branches: MAIN
Diff to: previous 1.3: preferred, coloured
Changes since revision 1.3: +10 -1 lines
Prevent ssh-keygen -T from outputting moduli with a generator of 0, since
they can't be used for Diffie-Hellman.  Assistance and ok djm@

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 7 06:34:18 2003 UTC (7 years, 4 months ago) by djm
Branches: MAIN
Diff to: previous 1.2: preferred, coloured
Changes since revision 1.2: +1 -10 lines
remove unused debugging #define templates

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 21 11:57:03 2003 UTC (7 years, 4 months ago) by djm
Branches: MAIN
Diff to: previous 1.1: preferred, coloured
Changes since revision 1.1: +33 -33 lines
unexpand and delete whitespace at EOL; ok markus@

Revision 1.1.6.1: download - view: text, markup, annotated - select for diffs
Tue Sep 16 21:20:26 2003 UTC (7 years, 6 months ago) by brad
Branches: OPENBSD_3_2
Diff to: previous 1.1: preferred, coloured; next MAIN 1.2: preferred, coloured
Changes since revision 1.1: +1 -1 lines
upgrade to OpenSSH 3.7

Revision 1.1.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 16 20:50:43 2003 UTC (7 years, 6 months ago) by brad
Branches: OPENBSD_3_3
Diff to: previous 1.1: preferred, coloured
Changes since revision 1.1: +1 -1 lines
upgrade to OpenSSH 3.7

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 28 09:49:56 2003 UTC (7 years, 8 months ago) by djm
Branches: MAIN
CVS tags: OPENBSD_3_4_BASE
Branch point for: OPENBSD_3_4, OPENBSD_3_3, OPENBSD_3_2
Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.
Based on code from Phil Karn, William Allen Simpson and Niels Provos.
ok markus@, thanks jmc@

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

OpenBSD CVSweb server maintained by <beck@openbsd.org>