aboutsummaryrefslogtreecommitdiffstats
path: root/tools/make-dns-cert.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-05build: Simplify for string.h and getopt.h.NIIBE Yutaka1-3/+0
* configure.ac (AC_CHECK_HEADERS): Remove string.h and getopt.h. * dirmngr/ks-engine-ldap.c: Remove including getopt.h. * tools/make-dns-cert.c: Likewise. -- Checking string.h is supported by AC_HEADER_STDC. Use of getopt.h is only needed for getopt_long of GNU extention. Signed-off-by: NIIBE Yutaka <[email protected]>
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2008-03-27Utilize new automake vars for proper installation into doc/.Werner Koch1-1/+1
2008-03-26Allow standalone build.Werner Koch1-4/+14
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+239
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
2006-04-20* make-dns-cert.c (main): Small exit code tweak from Peter Palfrader.David Shaw1-1/+1
2006-04-05* make-dns-cert.c: Some changes from Peter Palfrader to send errors toDavid Shaw1-20/+45
stderr and allow spaces in a fingerprint. Also warn when a key is over 16k (as that is the default max-cert-size) and fail when a key is over 64k as that is the DNS limit in many places.
2006-04-04* make-dns-cert.c: New program to generate properly formatted CERT recordsDavid Shaw1-0/+214
so people don't have to do it manually.