aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)Author
2016-04-23Step one of adding internal support for RPKI roots to rpkid: splitRob Austein
Parent model into base Turtle model and derived Parent model. svn path=/branches/tk705/; revision=6367
2016-02-15Add (back) initial migration for rpki.rcynicdb.Rob Austein
svn path=/branches/tk705/; revision=6260
2016-02-15Snapshot before whacking migrations.Rob Austein
svn path=/branches/tk705/; revision=6259
2016-02-15Checkpoint while shuffling stuff around for new installation scheme.Rob Austein
Installation of everything but Debian packages is probably broken, and Debian packages are too at the moment due to (probably) minor errors in buildtools/debian-skeleton, but enough has changed that this really needs a snapshot checked in for backup. svn path=/branches/tk705/; revision=6257
2016-01-23Add multiple-URI TAL support to rcynicng.Rob Austein
Whack CA tools with a club until rcynicng works with our CA RRDP implementation. Add makemigrations target to top-level Makefile; this is a bit of a kludge, but sure beats doing this by hand. svn path=/branches/tk705/; revision=6230
2015-10-19Amputate old SQL code out of rpkid with a fire axe, replacing it withRob Austein
Django ORM. Duct tape and bailing wire everywhere, much clean-up left to do, but basic "make yamltest" suite runs. Much of the clean-up isn't worth doing until after revamping the I/O system, as it'll all change again at that point anyway. svn path=/branches/tk705/; revision=6127
2015-10-16PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.Rob Austein
svn path=/branches/tk705/; revision=6123
2015-10-16Replace RRDP wired-in-URL kludge with proper support in OOB andRob Austein
left-right protocol and irdb and rpkidb models. Not fully working yet, RRDP URI isn't yet showing up everywhere it should, but this is probably more an indication that the previous hack was incomplete than that the replacement broke something. svn path=/branches/tk705/; revision=6120
2015-10-15Convert zookeeper to use new (IETF standards track I-D) out-of-bandRob Austein
configuration protocol instead of the crufty ancient "myrpki" version. Semantics largely unchanged, differences are primarily syntax and cleanup of historical baggage, but only the new protocol includes RRDP support, which we're gonna need. At some point we should write XSL transforms that map between the useful portions of the old protocol and the modern equivalent. svn path=/branches/tk705/; revision=6119
2014-07-17Start unwinding the twisty maze of method calls in the old publication code.Rob Austein
svn path=/branches/tk705/; revision=5898
2014-07-03Convert to current IETF I-D version of publication protocol. See #705.Rob Austein
svn path=/branches/tk705/; revision=5881
2014-06-26Initial schema and test cases for RRDP, based on Tim's expired -01Rob Austein
draft. Not yet simplified to remove what we now think are premature optimizations; the schema contains notes on this. See #705. svn path=/branches/tk705/; revision=5875
2014-05-31Still more PyLint.Rob Austein
svn path=/trunk/; revision=5856
2014-04-17Missing quote.Rob Austein
svn path=/trunk/; revision=5808
2014-04-10Incomplete autoconf conversion in RP tools. Oops. Thanks, Michael.Rob Austein
svn path=/branches/tk685/; revision=5781
2014-04-09Clean up source regeneration (h/ and schemas/), debug builds withRob Austein
--disable-*-tools set. svn path=/branches/tk685/; revision=5775
2014-04-09Need to run setup.py for CA too, not just RP. Doh. Many of the oldRob Austein
assumptions in configure.ac were no longer valid, so it was time to refactor big chunks of it. svn path=/branches/tk685/; revision=5774
2014-04-09Some autoconf settings weren't propagating to autoconf.py.Rob Austein
relaxng test belongs with the other CA tests. svn path=/branches/tk685/; revision=5773
2014-04-09First pass at updated debuild configuration.Rob Austein
svn path=/branches/tk685/; revision=5772
2014-04-09Tweak setup.py to conditionalize installation of rpki-ca scripts; moveRob Austein
installation targets for Python library up from ca to top Makefile. svn path=/branches/tk685/; revision=5771
2014-04-09Rewrite some of the rule blocks for clarity.Rob Austein
svn path=/branches/tk685/; revision=5770
2014-04-08First cut at revised top-level rules and macros. Tediously verbose atRob Austein
the moment, clean that up later, but seems to work as intended. svn path=/branches/tk685/; revision=5769
2014-04-07Whack test code to work with new tree, fix relaxng.py.Rob Austein
svn path=/branches/tk685/; revision=5765
2014-04-07Fix schema generation.Rob Austein
svn path=/branches/tk685/; revision=5760
2014-04-06Start whacking MakefilesRob Austein
svn path=/branches/tk685/; revision=5758
2013-06-10rpki.version hack and rpkic command to display it.Rob Austein
See #543. svn path=/trunk/; revision=5384
2013-04-05Whack build environment with a club to get rpki-ca package to start upRob Austein
properly after install on Ubuntu. Some cleanup still required, rpki-ca cron stuff isn't done yet, and GUI has not yet been tested with this, but daemons now start up properly upon install as an Ubuntu user would expect, which is some kind of progress. svn path=/trunk/; revision=5283
2013-02-25Punt top-level setup.py, for now. There's a lot of useful code inRob Austein
this which we might want to salvage some day, but the platform-specific packaging ended up evolving in a very different direction, so for now this stuff is just a distraction. SVN will remember it for us, dust it off some day in the future if needed. svn path=/branches/tk377/; revision=5064
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
svn path=/branches/tk377/; revision=4974
2013-01-05Initial (experimental) $top/setup.py and support code.Rob Austein
svn path=/branches/tk377/; revision=4950
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
2011-01-21Add deinstall/uninstall targets, even when they're no-ops.Rob Austein
svn path=/Makefile.in; revision=3628
2010-12-31distclean targetRob Austein
svn path=/Makefile.in; revision=3596
2010-12-28Conditionalize which subdirectories we build, based on what configureRob Austein
finds and what configure options are enabled. Building with system OpenSSL doesn't quite work yet, still too many hardwired paths in Makefiles. svn path=/Makefile.in; revision=3578
2010-03-19First baby steps towards autoconf. Trying to keep this simple, soRob Austein
only using it where absolutely necessary at the moment. svn path=/Makefile; revision=3125