aboutsummaryrefslogtreecommitdiff
path: root/utils/uri
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-01-21Add --help support to all of the C programs in $top/utils/*.Rob Austein
svn path=/trunk/; revision=5640
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
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
2011-10-19make clean wasn't cleaning up .dSYM files on MacOSXRob Austein
svn path=/trunk/; revision=4057
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-05-19Add alternate all-on-one-line format ("-s" option).Rob Austein
svn path=/utils/uri/uri.c; revision=3254
2008-07-14Fix usage messagesRob Austein
svn path=/utils/print_manifest/print_manifest.c; revision=1992
2008-07-14Fix copyright noticesRob Austein
svn path=/utils/find_roa/test_roa.sh; revision=1989
2008-06-27Decode other kinds of SIA values besides id-ad-caRepositoryRob Austein
svn path=/utils/uri/uri.c; revision=1958
2008-06-12Reorganize old directory hierarchy to match current usageRob Austein
svn path=/docs; revision=1875