aboutsummaryrefslogtreecommitdiff
path: root/rcynic/Makefile.in
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
2013-10-09Fix inconsistent names for rpki-rtr's data directory. Fixes #635.Rob Austein
svn path=/trunk/; revision=5559
2013-09-09Send mail from rcynic-cron to root, not rcynic. Closes #610.Rob Austein
svn path=/trunk/; revision=5488
2013-07-06Switch rpki-rtr sockets directory from being owned by "nobody" toRob Austein
being owned by another userid we invented, so kickme works right when not running --cronjob as root. See #557. May need more testing as I am committing this in haste at NRT RedRug and testing on VMs while in transit.... svn path=/trunk/; revision=5426
2013-06-14[5389] removed code that installed default TALs as side effect ofRob Austein
generating rcynic.conf. Oops. See #550. svn path=/trunk/; revision=5406
2013-06-11Add mild degree of parallelism to default rcynic configuration.Rob Austein
svn path=/trunk/; revision=5391
2013-06-10Switch default configuration to use trust-anchor-directory.Rob Austein
svn path=/trunk/; revision=5389
2013-06-04We missed updating rcynic-cron when rpkigui-rcynic moved toRob Austein
${libexecdir} a while back. See #537. svn path=/trunk/; revision=5365
2013-03-26Don't overwrite existing rcynic crontab. Fixes #493.Rob Austein
svn path=/trunk/; revision=5216
2013-03-25Call rpkigui-rcynic script if it exists rather than trying to executeRob Austein
its code directly, as the latter requires a lot of Django-related setup that's way out of scope for the RP code. Fixes #490. svn path=/trunk/; revision=5214
2013-03-18Rewrite rcynic-cron to remove horrible maze of dependencies onRob Austein
external programs to chroot or setuid. Declare dependency on rpki-rp in Ubuntu rpki-ca package. svn path=/trunk/; revision=5171
2013-02-28Fix rcynic installation rules broken in packaging branch merge.Rob Austein
Fixes #428 and 429. svn path=/trunk/; revision=5089
2013-02-24inetd/xinetd listener for rpki-rtr on source code installation, also needed ↵Rob Austein
for Ubuntu package. svn path=/branches/tk377/; revision=5058
2013-02-02OK, now I know why nobody ever uses "install -C".Rob Austein
svn path=/branches/tk377/; revision=5011
2013-02-02Fun with DESTDIR.Rob Austein
svn path=/branches/tk377/; revision=5009
2013-02-02Doh, write TAL configuration to correct file.Rob Austein
svn path=/branches/tk377/; revision=5006
2013-02-02First round of fixes to installation targets.Rob Austein
svn path=/branches/tk377/; revision=5003
2013-02-01Finally ready to start testing new rcynic install code.Rob Austein
svn path=/branches/tk377/; revision=5002
2013-02-01CheckpointRob Austein
svn path=/branches/tk377/; revision=5001
2013-02-01Add rcynic-cron.Rob Austein
svn path=/branches/tk377/; revision=4998
2013-01-31CheckpointRob Austein
svn path=/branches/tk377/; revision=4995
2013-01-31CheckpointRob Austein
svn path=/branches/tk377/; revision=4988
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2013-01-18Hack Linux installation script to work under fakeroot.Rob Austein
svn path=/branches/tk377/; revision=4973
2013-01-09Doh. Typo.Rob Austein
svn path=/branches/tk377/; revision=4963
2013-01-08Start work on separate RP and CA ports for FreeBSD.Rob Austein
svn path=/branches/tk377/; revision=4954
2013-01-04installation-scripts/linux/install.sh is in svn now rather thanRob Austein
generated, so distclean should not remove it. svn path=/trunk/; revision=4948
2012-12-20Using autoconf to customize shell scripts (as opposed to Makefiles)Rob Austein
violates autoconf's theory of operation, and is unnecessary in the case of the rcynic Linux installation script in any case, as we can just do the expansion in the Makefile and pass settings to the script. svn path=/trunk/; revision=4939
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-24rcynic-svn.Rob Austein
svn path=/branches/tk274/; revision=4787
2012-10-17validation_status.py is both simpler and faster thanRob Austein
validation_status.awk, so delete the latter and make the former a proper script. svn path=/branches/tk274/; revision=4783
2012-09-29Clean shouldn't remove defstack.h (anymore).Rob Austein
svn path=/branches/tk274/; revision=4737
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-06-08show.sh has been replaced by rcynic-text.Rob Austein
svn path=/trunk/; revision=4531
2012-05-23Use autoconf to find rrdtool.Rob Austein
svn path=/trunk/; revision=4509
2011-09-15Merge rcynic-ng/ back into rcynic/. Used svn merge --ignore-ancestryRob Austein
to minimize problems for people mirroring the repository. svn path=/configure; revision=3985
2011-05-06DESTDIRRob Austein
svn path=/pywrap/Makefile.in; revision=3801
2011-04-21Tweak Doxygen stuffRob Austein
svn path=/rcynic/Makefile.in; revision=3780
2011-04-20Finish Makefile support for Doxygen.Rob Austein
svn path=/rcynic/Makefile.in; revision=3779
2011-03-22First cut at Ghostbuster record support. Doesn't (yet?) checkRob Austein
anything about the VCard itself. CMS checking code could stand refactoring if I can figure out a sane way to do it while still postponing expensive signature checks until after the cheaper checks. svn path=/rcynic/Makefile.in; revision=3734
2011-01-28Autoconf installation script for rcynic on Linux, because at least oneRob Austein
required program (awk) lives in different places in different distros. rcynic installation parameters probably ought to be configurable via autoconf too, but don't worry about that for now. svn path=/configure; revision=3671
2011-01-26Twisty maze of shell scriptsRob Austein
svn path=/rcynic/Makefile.in; revision=3667
2011-01-26Update distcleanRob Austein
svn path=/rcynic/Makefile.in; revision=3666
2011-01-25Minimally-tested rcynic installation for Mac OS XRob Austein
svn path=/rcynic/Makefile.in; revision=3660
2011-01-24Unfinished hacks to get rcynic jail installation working on Linux and DarwinRob Austein
svn path=/configure; revision=3648
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-04-07Fix rcynic make test so it has some chance of working on OS X.Rob Austein
svn path=/rcynic/Makefile.in; revision=3169