aboutsummaryrefslogtreecommitdiff
path: root/rcynic
AgeCommit message (Collapse)Author
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-03-18Downcase for consistency with other filenames.Rob Austein
svn path=/trunk/; revision=5162
2013-03-13Drag rcynic data into GUI before we exit, if GUI is installed.Rob Austein
svn path=/trunk/; revision=5139
2013-03-11Check CRL issuer nae against issuing CA's subject name. Closes #459.Rob Austein
svn path=/trunk/; revision=5133
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-23More post-installation: add rpki-rtr listener to /etc/services andRob Austein
/etc/inetd.conf, create a few missing directories. svn path=/branches/tk377/; revision=5056
2013-02-20Pull from trunk.Rob Austein
svn path=/branches/tk377/; revision=5045
2013-02-20Add altCA and JPNIC TALs, for Tokyo hackathon.Rob Austein
svn path=/trunk/; revision=5044
2013-02-03Don't try to run rcynic-html if parent output directory doesn't exist.Rob Austein
svn path=/branches/tk377/; revision=5019
2013-02-02Exit without whining when another process holds the lock.Rob Austein
svn path=/branches/tk377/; revision=5014
2013-02-02OK, now I know why nobody ever uses "install -C".Rob Austein
svn path=/branches/tk377/; revision=5011
2013-02-02rcynic requires rsync, doh.Rob Austein
svn path=/branches/tk377/; revision=5010
2013-02-02Fun with DESTDIR.Rob Austein
svn path=/branches/tk377/; revision=5009
2013-02-02Whoops, ac_* variables are lowercase this week.Rob Austein
svn path=/branches/tk377/; revision=5007
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-01Cleanup.Rob Austein
svn path=/branches/tk377/; revision=5000
2013-02-01chown() lock file to rcynic user when creating it as root.Rob Austein
svn path=/branches/tk377/; revision=4999
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-31Pull from trunk.Rob Austein
svn path=/branches/tk377/; revision=4989
2013-01-31CheckpointRob Austein
svn path=/branches/tk377/; revision=4988
2013-01-29Regen. Perhaps Generator Id in defstack.py's output was a mistake?Rob Austein
svn path=/trunk/; revision=4982
2013-01-29Check for empty RFC 3779 extensions. See #406.Rob Austein
svn path=/trunk/; revision=4981
2013-01-18Defer device inode creation until package installation.Rob Austein
svn path=/branches/tk377/; revision=4975
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-12Using @cwd in FreeBSD pkg-plist seems to work, and is much less of aRob Austein
change from what has until now been standard practice, so going with that. svn path=/branches/tk377/; revision=4967
2013-01-09Doh.Rob Austein
svn path=/branches/tk377/; revision=4965
2013-01-09I guess it helps to create the parent directory too.Rob Austein
svn path=/branches/tk377/; revision=4964
2013-01-09Doh. Typo.Rob Austein
svn path=/branches/tk377/; revision=4963
2013-01-09More fun with pkg-install.Rob Austein
svn path=/branches/tk377/; revision=4962
2013-01-08CheckpointRob Austein
svn path=/branches/tk377/; revision=4959
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-12-13Update message printed at end of Linux installation. See #363.Rob Austein
svn path=/trunk/; revision=4932
2012-12-13Make shared library copying code work again on Ubuntu 12.04LTS. NeedRob Austein
to test other Linux platforms to see what this breaks. Whole thing probably needs to be controlled a lot more tightly by autoconf. See #363. svn path=/trunk/; revision=4931
2012-12-10First cut at adding support for Ubuntu 12.04. See #363.Rob Austein
Not yet tested, because upgrade to my test machine is taking a while. svn path=/trunk/; revision=4926
2012-11-30LACNIC rolled their trust anchor key and location.Rob Austein
svn path=/trunk/; revision=4924
2012-11-28Check signedObject URI when present. Closes #173.Rob Austein
svn path=/trunk/; revision=4922
2012-11-06Merge from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4803
2012-10-29Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4798
2012-10-26Pull from /trunk.Rob Austein
svn path=/branches/tk274/; revision=4796
2012-10-26Add new APNIC TAL collection (they promise that this profusion of TALsRob Austein
is temporary, scout's honor). Old APNIC TAL slated for oblivion, probably next week. svn path=/trunk/; revision=4795
2012-10-24rcynic-svn.Rob Austein
svn path=/branches/tk274/; revision=4787