Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-18 | Rewrite rcynic-cron to remove horrible maze of dependencies on | Rob Austein | |
external programs to chroot or setuid. Declare dependency on rpki-rp in Ubuntu rpki-ca package. svn path=/trunk/; revision=5171 | |||
2013-03-18 | Downcase for consistency with other filenames. | Rob Austein | |
svn path=/trunk/; revision=5162 | |||
2013-03-13 | Drag rcynic data into GUI before we exit, if GUI is installed. | Rob Austein | |
svn path=/trunk/; revision=5139 | |||
2013-03-11 | Check CRL issuer nae against issuing CA's subject name. Closes #459. | Rob Austein | |
svn path=/trunk/; revision=5133 | |||
2013-02-28 | Fix rcynic installation rules broken in packaging branch merge. | Rob Austein | |
Fixes #428 and 429. svn path=/trunk/; revision=5089 | |||
2013-02-24 | inetd/xinetd listener for rpki-rtr on source code installation, also needed ↵ | Rob Austein | |
for Ubuntu package. svn path=/branches/tk377/; revision=5058 | |||
2013-02-23 | More post-installation: add rpki-rtr listener to /etc/services and | Rob Austein | |
/etc/inetd.conf, create a few missing directories. svn path=/branches/tk377/; revision=5056 | |||
2013-02-20 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5045 | |||
2013-02-20 | Add altCA and JPNIC TALs, for Tokyo hackathon. | Rob Austein | |
svn path=/trunk/; revision=5044 | |||
2013-02-03 | Don't try to run rcynic-html if parent output directory doesn't exist. | Rob Austein | |
svn path=/branches/tk377/; revision=5019 | |||
2013-02-02 | Exit without whining when another process holds the lock. | Rob Austein | |
svn path=/branches/tk377/; revision=5014 | |||
2013-02-02 | OK, now I know why nobody ever uses "install -C". | Rob Austein | |
svn path=/branches/tk377/; revision=5011 | |||
2013-02-02 | rcynic requires rsync, doh. | Rob Austein | |
svn path=/branches/tk377/; revision=5010 | |||
2013-02-02 | Fun with DESTDIR. | Rob Austein | |
svn path=/branches/tk377/; revision=5009 | |||
2013-02-02 | Whoops, ac_* variables are lowercase this week. | Rob Austein | |
svn path=/branches/tk377/; revision=5007 | |||
2013-02-02 | Doh, write TAL configuration to correct file. | Rob Austein | |
svn path=/branches/tk377/; revision=5006 | |||
2013-02-02 | First round of fixes to installation targets. | Rob Austein | |
svn path=/branches/tk377/; revision=5003 | |||
2013-02-01 | Finally ready to start testing new rcynic install code. | Rob Austein | |
svn path=/branches/tk377/; revision=5002 | |||
2013-02-01 | Checkpoint | Rob Austein | |
svn path=/branches/tk377/; revision=5001 | |||
2013-02-01 | Cleanup. | Rob Austein | |
svn path=/branches/tk377/; revision=5000 | |||
2013-02-01 | chown() lock file to rcynic user when creating it as root. | Rob Austein | |
svn path=/branches/tk377/; revision=4999 | |||
2013-02-01 | Add rcynic-cron. | Rob Austein | |
svn path=/branches/tk377/; revision=4998 | |||
2013-01-31 | Checkpoint | Rob Austein | |
svn path=/branches/tk377/; revision=4995 | |||
2013-01-31 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=4989 | |||
2013-01-31 | Checkpoint | Rob Austein | |
svn path=/branches/tk377/; revision=4988 | |||
2013-01-29 | Regen. Perhaps Generator Id in defstack.py's output was a mistake? | Rob Austein | |
svn path=/trunk/; revision=4982 | |||
2013-01-29 | Check for empty RFC 3779 extensions. See #406. | Rob Austein | |
svn path=/trunk/; revision=4981 | |||
2013-01-18 | Defer device inode creation until package installation. | Rob Austein | |
svn path=/branches/tk377/; revision=4975 | |||
2013-01-18 | Get rid of "installation-manifest" Makefile target silliness. | Rob Austein | |
svn path=/branches/tk377/; revision=4974 | |||
2013-01-18 | Hack Linux installation script to work under fakeroot. | Rob Austein | |
svn path=/branches/tk377/; revision=4973 | |||
2013-01-12 | Using @cwd in FreeBSD pkg-plist seems to work, and is much less of a | Rob Austein | |
change from what has until now been standard practice, so going with that. svn path=/branches/tk377/; revision=4967 | |||
2013-01-09 | Doh. | Rob Austein | |
svn path=/branches/tk377/; revision=4965 | |||
2013-01-09 | I guess it helps to create the parent directory too. | Rob Austein | |
svn path=/branches/tk377/; revision=4964 | |||
2013-01-09 | Doh. Typo. | Rob Austein | |
svn path=/branches/tk377/; revision=4963 | |||
2013-01-09 | More fun with pkg-install. | Rob Austein | |
svn path=/branches/tk377/; revision=4962 | |||
2013-01-08 | Checkpoint | Rob Austein | |
svn path=/branches/tk377/; revision=4959 | |||
2013-01-08 | Start work on separate RP and CA ports for FreeBSD. | Rob Austein | |
svn path=/branches/tk377/; revision=4954 | |||
2013-01-04 | installation-scripts/linux/install.sh is in svn now rather than | Rob Austein | |
generated, so distclean should not remove it. svn path=/trunk/; revision=4948 | |||
2012-12-20 | Using 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-20 | Add "make instalation-manifest" as a first cut at something that will | Rob 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-13 | Update message printed at end of Linux installation. See #363. | Rob Austein | |
svn path=/trunk/; revision=4932 | |||
2012-12-13 | Make shared library copying code work again on Ubuntu 12.04LTS. Need | Rob 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-10 | First 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-30 | LACNIC rolled their trust anchor key and location. | Rob Austein | |
svn path=/trunk/; revision=4924 | |||
2012-11-28 | Check signedObject URI when present. Closes #173. | Rob Austein | |
svn path=/trunk/; revision=4922 | |||
2012-11-06 | Merge from /trunk. | Rob Austein | |
svn path=/branches/tk274/; revision=4803 | |||
2012-10-29 | Pull from /trunk. | Rob Austein | |
svn path=/branches/tk274/; revision=4798 | |||
2012-10-26 | Pull from /trunk. | Rob Austein | |
svn path=/branches/tk274/; revision=4796 | |||
2012-10-26 | Add new APNIC TAL collection (they promise that this profusion of TALs | Rob Austein | |
is temporary, scout's honor). Old APNIC TAL slated for oblivion, probably next week. svn path=/trunk/; revision=4795 | |||
2012-10-24 | rcynic-svn. | Rob Austein | |
svn path=/branches/tk274/; revision=4787 |