aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-01remove duplication line of codeMichael Elkins
svn path=/trunk/; revision=5095
2013-03-01Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5094
2013-03-01change rpki.gui.models.IPV6AddressField.get_db_prep_value() to return `long` ↵Michael Elkins
rather than a string add a custom encoder to the mysql database connection which converts long values to hex strings when generating SQL statements closes #434 svn path=/trunk/; revision=5093
2013-02-28remove rpki.gui.cacheview from urls.py since it is outdated and doesn't ↵Michael Elkins
compile with django 1.5 see #433 svn path=/trunk/; revision=5092
2013-02-28update templates for new syntax of the {% url %} tag in django 1.5Michael Elkins
svn path=/trunk/; revision=5091
2013-02-28if the django-admin script is not found, configure should exit and inform ↵Michael Elkins
the user so they can correct their $PATH see #431 svn path=/trunk/; revision=5090
2013-02-28Fix rcynic installation rules broken in packaging branch merge.Rob Austein
Fixes #428 and 429. svn path=/trunk/; revision=5089
2013-02-28conf list for superusers should show everythingMichael Elkins
svn path=/trunk/; revision=5087
2013-02-28add new script rpkigui-flatten-roas script to take care of flattening old ↵Michael Elkins
roas which had multiple prefixes see #421 svn path=/trunk/; revision=5086
2013-02-27drop "Request" from "ROA Requests" in dashboardMichael Elkins
closes #419 svn path=/trunk/; revision=5085
2013-02-27add a clone button to each roa, which copies the prefix as the default value ↵Michael Elkins
when generating a new roa see #325 svn path=/trunk/; revision=5084
2013-02-27updated web portal html templates to use newer syntax for the {% url %} tagMichael Elkins
svn path=/trunk/; revision=5083
2013-02-26Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5082
2013-02-26add support for multiple users managing the same resource holderMichael Elkins
svn path=/trunk/; revision=5081
2013-02-26Create publication directory.Rob Austein
svn path=/trunk/; revision=5080
2013-02-26Clean generated rpki.conf.sample.Rob Austein
svn path=/trunk/; revision=5079
2013-02-26Sigh, I guess it would be too simple if @sharedstatedir@ had anythingRob Austein
to do with /usr/share. Apparently I really meant @datarootdir@. svn path=/trunk/; revision=5078
2013-02-26Make ${sharedstatedir}/rpki/publication the default location for theRob Austein
publication tree. Customize rpki.conf.sample to account for sharedstatedir setting. svn path=/trunk/; revision=5076
2013-02-26Need rpki.conf to start CA daemons.Rob Austein
svn path=/trunk/; revision=5075
2013-02-26Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5074
2013-02-26Make Django requirement consistent in doc and scripts: we now want 1.3.7 or ↵Rob Austein
later. svn path=/trunk/; revision=5073
2013-02-25move repository client list to its own pageMichael Elkins
closes #424 svn path=/trunk/; revision=5072
2013-02-25Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5071
2013-02-25Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5069
2013-02-25Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5067
2013-02-25Merge platform-specific packaging changes back to trunk. Closes #377,Rob Austein
#374, #395, #398. Also see #373, which ended up not being covered by this branch after all. svn path=/trunk/; revision=5065
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-02-24Pull from trunk.Rob Austein
svn path=/branches/tk377/; revision=5063
2013-02-24Oh, right, penuins automatically listen for IPv6 when you ask for IPv4.Rob Austein
svn path=/branches/tk377/; revision=5062
2013-02-24Debug xinetd setup.Rob Austein
svn path=/branches/tk377/; revision=5061
2013-02-24First build, then install, doh.Rob Austein
svn path=/branches/tk377/; revision=5060
2013-02-24Not using MANIFEST.in.Rob Austein
svn path=/branches/tk377/; revision=5059
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-23Add dependency on xinetd.Rob Austein
svn path=/branches/tk377/; revision=5057
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-23add new roa creation form allowing multiple roas to be enteredMichael 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-22Hack 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-21add support for breaking the route view into multiple pagesMichael Elkins
svn path=/trunk/; revision=5053
2013-02-21Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=5052
2013-02-21Pull from trunk.Rob Austein
svn path=/branches/tk377/; revision=5051
2013-02-20remove 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-20add 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-20use resource_range_ip.parse_str() rather than calling through ↵Michael Elkins
resource_range_ipv*() closes #415 svn path=/trunk/; revision=5048
2013-02-20Pull from trunk.Rob Austein
svn path=/branches/tk377/; revision=5047
2013-02-20Move .rpkic_history from current directory to $HOME. Fixes #422.Rob Austein
svn path=/trunk/; revision=5046
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-20Fix bug introduced in [4985] where login() was called in the logout() method.Michael Elkins
closes #414 svn path=/trunk/; revision=5043
2013-02-19Get 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-18Install generated debian/changelog, now that we generate ones that debuild ↵Rob Austein
accepts. svn path=/branches/tk377/; revision=5041