aboutsummaryrefslogtreecommitdiff
path: root/rtr-origin/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-06-12Add --listener_tcp mode. Currently this is at proof-of-concept levelRob Austein
to work out all the forking and dispatch stuff. Main things left to do are (a) rewriting the single IPv4/6 socket with blocking I/O to use asyncore and two sockets, and (b) daemonizing (maybe). svn path=/trunk/; revision=5395
2013-02-24Debug xinetd setup.Rob Austein
svn path=/branches/tk377/; revision=5061
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-02Wire installed location of scan_roas into installed rtr-origin, soRob Austein
that we can stop fighting with FreeBSD's odd habit of installing packaged software in /usr/local/bin while excluding /usr/local/bin from the default $PATH in system cron jobs and shell scripts. svn path=/branches/tk377/; revision=5013
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-09-30Don't whack installation directories if they already exist. MaybeRob Austein
there's some clever way to autoconf this so users can control whether they want their directories whacked or not, but for now we need to stop doing this because it messes up /usr/local on MacOSX laptops. See #288. svn path=/branches/tk274/; revision=4745
2011-10-16"make distclean" needs to clean up after "make test". This fixes #102.Rob Austein
svn path=/trunk/; revision=4046
2011-05-10Don't assume installation directories existRob Austein
svn path=/pywrap/Makefile.in; revision=3810
2011-05-06DESTDIRRob Austein
svn path=/pywrap/Makefile.in; revision=3801
2011-05-01chmodRob Austein
svn path=/rtr-origin/Makefile.in; revision=3796
2011-04-27Upgrade OpenSSL to 1.0.0dRob Austein
svn path=/openssl/Makefile.in; revision=3794
2011-04-18Basic install target for rpki-rtr codeRob Austein
svn path=/configure; revision=3776