aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2014-04-04Initial rpki-rtr support for router certificates. Runs, but not yetRob Austein
tested beyond `smoketest.1.yaml` and `--client loopback`. svn path=/branches/tk671/; revision=5750
2014-03-16Pull from trunk.Rob Austein
svn path=/branches/tk671/; revision=5705
2014-02-27Pull from trunk.Rob Austein
svn path=/branches/tk671/; revision=5694
2014-02-27Pull from trunk.Rob Austein
svn path=/branches/tk671/; revision=5691
2014-01-27Pull from trunk.Rob Austein
svn path=/branches/tk671/; revision=5648
2014-01-21Add --help support to all of the C programs in $top/utils/*.Rob Austein
svn path=/trunk/; revision=5640
2013-12-20If we're going to use getopt(), perhaps we should account for the arguments ↵Rob Austein
it consumes? Doh. svn path=/trunk/; revision=5611
2013-11-21New -c option in print_roa and print_rpki_manifest triggered latentRob Austein
bug in BIO cleanup. svn path=/trunk/; revision=5593
2013-11-20Add -c options to print_roa and print_rpki_manifest to dump the entireRob Austein
CMS blob in (hideously ugly) text format. See #655. svn path=/trunk/; revision=5590
2013-07-18Fix UTCTime printout for CMS signing time.Rob Austein
svn path=/trunk/; revision=5440
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2013-01-17Skip test when rcynic hasn't provided the necessary input data.Rob Austein
svn path=/branches/tk377/; revision=4970
2012-12-20Add "make instalation-manifest" as a first cut at something that willRob Austein
automate construction of things like the pkg-plist for a FreeBSD port. This is a fairly nasty kludge, but we're kind of trapped at the intersection of two different build systems (autoconf and disttools) and a laundry list of platform-specific packaging systems, so anything we do here is likely to be nasty, and almost anything is better than trying to maintain packing lists for all those systems by hand. svn path=/trunk/; revision=4938
2012-10-17If a file doesn't parse as X.509, try parsing as CMS and looking forRob Austein
an embedded EE certificate before giving up. svn path=/branches/tk274/; revision=4782
2012-09-30Don't whack installation directories if they already exist. MaybeRob Austein
there's some clever way to autoconf this so users can control whether they want their directories whacked or not, but for now we need to stop doing this because it messes up /usr/local on MacOSX laptops. See #288. svn path=/branches/tk274/; revision=4745
2012-09-19Move ASN.1 definitions for ROAs and Manifests to common header filesRob Austein
used by all the C programs. svn path=/branches/tk274/; revision=4725
2012-04-16Clean up README files. Mostly this means changing them to pointers toRob Austein
the real consolidated documentation. Delete old Doxygen-based rpkid manual and stuff that went with it, while retaining ability to generate Doxygen manual of internals for the libraries. This closes #232. svn path=/trunk/; revision=4424
2011-10-19make clean wasn't cleaning up .dSYM files on MacOSXRob Austein
svn path=/trunk/; revision=4057
2011-10-16"make distclean" needs to clean up after "make test". This fixes #102.Rob Austein
svn path=/trunk/; revision=4046
2011-06-06Should have been scan_roas, not scan_roa.Rob Austein
svn path=/configure; revision=3852
2011-06-06Handle return statusRob Austein
svn path=/utils/scan_roa/scan_roa.c; revision=3851
2011-06-06New tool scan_roa which just does text listing of all ROAs in aRob Austein
directory tree. svn path=/configure; revision=3850
2011-05-10Don't assume installation directories existRob Austein
svn path=/pywrap/Makefile.in; revision=3810
2011-05-06DESTDIRRob Austein
svn path=/pywrap/Makefile.in; revision=3801
2011-04-05Sigh, "::" print bug, same as in OpenSSL i2r_address(), fixed it thereRob Austein
years ago, missed it here. svn path=/utils/print_roa/print_roa.c; revision=3760
2011-03-29Off-by-one error parsing argv, dohRob Austein
svn path=/utils/print_roa/print_roa.c; revision=3749
2011-03-28Add -s flag to print signing time in brief modeRob Austein
svn path=/utils/print_roa/print_roa.c; revision=3747
2011-02-24Installation targetsRob Austein
svn path=/utils/find_roa/Makefile.in; revision=3692
2011-02-24Rename print_manifest => print_rpki_manifest prior to adding installRob Austein
target. svn path=/configure.ac; revision=3690
2011-02-22Add "-b" option -- just print ASN and prefixes, one line per ROARob Austein
svn path=/utils/print_roa/print_roa.c; revision=3685
2011-01-21Add deinstall/uninstall targets, even when they're no-ops.Rob Austein
svn path=/Makefile.in; revision=3628
2011-01-09Rework POW build so that we can use static libraries again.Rob Austein
svn path=/configure; revision=3602
2010-12-31distclean targetRob Austein
svn path=/Makefile.in; revision=3596
2010-12-29Autoconf now knows how to build rcynic and utils against either ourRob Austein
private OpenSSL or system OpenSSL. Not (yet) hacked for POW and pywrap, nor tested (yet) on any other platform. Mechanism we're using to find our private OpenSSL directory now is kind of icky, may need to switch to some kind of double indirection scheme using AC_SUBST_FILE to hide the nasty bits. svn path=/configure; revision=3580
2010-12-28More autoconf.Rob Austein
svn path=/configure; revision=3579
2010-09-07Print CMS signingTime.Rob Austein
svn path=/utils/print_manifest/print_manifest.c; revision=3441
2010-05-19Add alternate all-on-one-line format ("-s" option).Rob Austein
svn path=/utils/uri/uri.c; revision=3254
2010-04-14testbed.py => smoketest.pyRob Austein
svn path=/myrpki/test-all.sh; revision=3199
2010-02-21CheckpointRob Austein
svn path=/utils/print_roa/strip_roa.sh; revision=2991
2008-11-13Don't dump core if CMS wrapper uses the wrong flavor of SID.Rob Austein
svn path=/utils/print_manifest/print_manifest.c; revision=2034
2008-07-14Fix usage messagesRob Austein
svn path=/utils/print_manifest/print_manifest.c; revision=1992
2008-07-14DocRob Austein
svn path=/utils/README; revision=1991
2008-07-14Fix usageRob Austein
svn path=/utils/hashdir/hashdir.c; revision=1990
2008-07-14Fix copyright noticesRob Austein
svn path=/utils/find_roa/test_roa.sh; revision=1989
2008-07-08Get ASN.1 template right for ROA maxLength fieldRob Austein
svn path=/rcynic/rcynic.c; revision=1980
2008-07-07Add test_roa.sh wrapper script.Rob Austein
svn path=/utils/find_roa/Makefile; revision=1977
2008-07-07Fix format stringRob Austein
svn path=/utils/hashdir/hashdir.c; revision=1976
2008-07-04More informative output, allow multiple prefixesRob Austein
svn path=/utils/find_roa/Makefile; revision=1973
2008-07-04CleanupRob Austein
svn path=/utils/find_roa/find_roa.c; revision=1972