Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-25 | Punt top-level setup.py, for now. There's a lot of useful code in | Rob 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-02-24 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5063 | |||
2013-02-24 | Oh, right, penuins automatically listen for IPv6 when you ask for IPv4. | Rob Austein | |
svn path=/branches/tk377/; revision=5062 | |||
2013-02-24 | Debug xinetd setup. | Rob Austein | |
svn path=/branches/tk377/; revision=5061 | |||
2013-02-24 | First build, then install, doh. | Rob Austein | |
svn path=/branches/tk377/; revision=5060 | |||
2013-02-24 | Not using MANIFEST.in. | Rob Austein | |
svn path=/branches/tk377/; revision=5059 | |||
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 | Add dependency on xinetd. | Rob Austein | |
svn path=/branches/tk377/; revision=5057 | |||
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-23 | add new roa creation form allowing multiple roas to be entered | Michael Elkins | |
add links for creating roas for IP ranges by automatically splitting the range into prefixes closes #399 closes #420 svn path=/trunk/; revision=5055 | |||
2013-02-22 | Hack to use pip to install recent versions of Django and South. | Rob Austein | |
Probably should be replaced by our own APT repository at some point, but this seems to work. svn path=/branches/tk377/; revision=5054 | |||
2013-02-21 | add support for breaking the route view into multiple pages | Michael Elkins | |
svn path=/trunk/; revision=5053 | |||
2013-02-21 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5052 | |||
2013-02-21 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5051 | |||
2013-02-20 | remove glue.str_to_resource_range() since resource_range_ip.parse_str() can ↵ | Michael Elkins | |
now be used for both v4/v6 svn path=/trunk/; revision=5050 | |||
2013-02-20 | add is_prefix attribute to ipv6 objects so that the create roa button ↵ | Michael Elkins | |
appears in the dashboard svn path=/trunk/; revision=5049 | |||
2013-02-20 | use resource_range_ip.parse_str() rather than calling through ↵ | Michael Elkins | |
resource_range_ipv*() closes #415 svn path=/trunk/; revision=5048 | |||
2013-02-20 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5047 | |||
2013-02-20 | Move .rpkic_history from current directory to $HOME. Fixes #422. | Rob Austein | |
svn path=/trunk/; revision=5046 | |||
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-20 | Fix bug introduced in [4985] where login() was called in the logout() method. | Michael Elkins | |
closes #414 svn path=/trunk/; revision=5043 | |||
2013-02-19 | Get rid of silly "r" prefix on version number for FreeBSD packages, | Rob Austein | |
among other reasons so that we can have the same version numbers on FreeBSD and Ubuntu, doh. svn path=/branches/tk377/; revision=5042 | |||
2013-02-18 | Install generated debian/changelog, now that we generate ones that debuild ↵ | Rob Austein | |
accepts. svn path=/branches/tk377/; revision=5041 | |||
2013-02-18 | debuild et al are picky about format of email addresses. | Rob Austein | |
For some reason debuild now cares about "make test" failing (which it always has on package builds, because of MySQL setup requirements, but debuild used to ignore that), so tweak rules to skip the test suite. svn path=/branches/tk377/; revision=5040 | |||
2013-02-18 | Script to automate debian/changelogs. | Rob Austein | |
svn path=/branches/tk377/; revision=5039 | |||
2013-02-17 | Add rc.d script. | Rob Austein | |
svn path=/branches/tk377/; revision=5038 | |||
2013-02-11 | Debug pkg-plist generation. | Rob Austein | |
svn path=/branches/tk377/; revision=5037 | |||
2013-02-11 | pkg-plist generation hacks. | Rob Austein | |
svn path=/branches/tk377/; revision=5036 | |||
2013-02-11 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5035 | |||
2013-02-11 | Add --disable-rp-tools, for package building. | Rob Austein | |
svn path=/branches/tk377/; revision=5034 | |||
2013-02-05 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=5033 | |||
2013-02-05 | the apache configuration directive is WSGIDaemonProcess, not WSGIDaemonMode ↵ | Michael Elkins | |
(despite the feature being called "daemon mode") svn path=/trunk/; revision=5032 | |||
2013-02-05 | rename --enable-daemon-mode to --enable-wsgi-daemon-mode | Michael Elkins | |
closes #408 svn path=/trunk/; revision=5031 | |||
2013-02-05 | Pull from trunk. | Rob Austein | |
svn path=/branches/tk377/; revision=5030 | |||
2013-02-05 | Reissue CA's own manifest certificate when doing forced reissue of | Rob Austein | |
everything else. See #406. svn path=/trunk/; revision=5029 | |||
2013-02-05 | Run daemons as root for now, come back to permission issues when | Rob Austein | |
everything else works as expected. svn path=/branches/tk377/; revision=5028 | |||
2013-02-05 | Clean up debian/ directory, enable upstart. | Rob Austein | |
svn path=/branches/tk377/; revision=5027 | |||
2013-02-04 | Install sample rpki.conf, since we don't (yet?) have a good way to | Rob Austein | |
generate one automatically during installation. Installation dialog is probably not the right way to go, some kind of setup wizard script for the user to run after installation is probably a better bet. svn path=/branches/tk377/; revision=5026 | |||
2013-02-04 | Tweak directory ownerships on Debian install, and add a few more bits | Rob Austein | |
to rpki-ca.upstart while we're at it. svn path=/branches/tk377/; revision=5025 | |||
2013-02-04 | Allow naming tree(s) on command line. | Rob Austein | |
svn path=/branches/tk377/; revision=5024 | |||
2013-02-03 | Wrapped debian skeleton. | Rob Austein | |
svn path=/branches/tk377/; revision=5023 | |||
2013-02-03 | Helper for generating package skeletons. | Rob Austein | |
svn path=/branches/tk377/; revision=5022 | |||
2013-02-03 | Checkpoint. | Rob Austein | |
svn path=/branches/tk377/; revision=5021 | |||
2013-02-03 | Change default location of rcynic-html output on FreeBSD to track the | Rob Austein | |
current FreeBSD Apache default, silly though that location may be. Thanks, Jay! svn path=/branches/tk377/; revision=5020 | |||
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-03 | Doh, don't put in generated rcynic.conf. | Rob Austein | |
svn path=/branches/tk377/; revision=5018 | |||
2013-02-03 | Cleanup | Rob Austein | |
svn path=/branches/tk377/; revision=5017 | |||
2013-02-03 | Seems /var/run is a temporary filesystem on some platforms. | Rob Austein | |
svn path=/branches/tk377/; revision=5016 | |||
2013-02-02 | Typo in pkg-deinstall. | Rob Austein | |
svn path=/branches/tk377/; revision=5015 |