summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/moduli.c
AgeCommit message (Expand)Author
2016-09-12Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitionsTheo de Raadt
2015-01-20Reduce use of <sys/param.h> and transition to <limits.h> throughout.Theo de Raadt
2014-08-21Free resources on error in mkstemp and fdopendoug
2013-10-24Periodically print progress and, if possible, expected time to completionDarren Tucker
2013-05-17bye, bye xfree(); ok markus@Damien Miller
2012-07-06Add options to specify starting line number and number of lines to processDarren Tucker
2011-10-19s/tmpfile/tmp/ to make this -Wshadow cleanDamien Miller
2011-10-16add missing includes to unbreak tree; fix from rpointelStefan Sperling
2011-10-16Add optional checkpoints for moduli screening. feedback & ok deraadtDarren Tucker
2010-11-10use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED.Damien Miller
2008-06-26when loading moduli from /etc/moduli in sshd(8), check that theyDamien Miller
2007-02-24- strlen returns size_t, not int.Ray Lai
2006-11-06add missing checks for openssl return codes; with & ok djm@Markus Friedl
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-22move #include <time.h> out of includes.hKevin Steves
2006-03-25introduce xcalloc() and xasprintf() failure-checked allocations functionsDamien Miller
2005-07-17knf says that a 2nd level indent is four (not three or five) spacesDamien Miller
2005-05-23- removes signed/unsigned comparisons in moduli generationAnil Madhavapeddy
2005-01-17Correct spelling: SCHNOOR->SCHNORR; ok djm@Darren Tucker
2004-07-11spacesTheo de Raadt
2004-05-21add prototypes for -Wall; ok djmMarkus Friedl
2004-05-09zap another tiny header; ok deraadt@Damien Miller
2004-04-22Bugzilla #850: Sophie Germain is the correct name of the French mathematician,Damien Miller
2003-12-22tidy up moduli generation debugging, add -v (verbose/debug) option toDamien Miller
2003-12-09Prevent ssh-keygen -T from outputting moduli with a generator of 0, sinceDarren Tucker
2003-12-07remove unused debugging #define templatesDamien Miller
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-07-28Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.Damien Miller