aboutsummaryrefslogtreecommitdiff
path: root/rpkid
AgeCommit message (Expand)Author
2013-02-25move repository client list to its own pageMichael Elkins
2013-02-24Pull from trunk.Rob Austein
2013-02-24First build, then install, doh.Rob Austein
2013-02-23add new roa creation form allowing multiple roas to be enteredMichael Elkins
2013-02-21add support for breaking the route view into multiple pagesMichael Elkins
2013-02-21Pull from trunk.Rob Austein
2013-02-20remove glue.str_to_resource_range() since resource_range_ip.parse_str() can n...Michael Elkins
2013-02-20add is_prefix attribute to ipv6 objects so that the create roa button appears...Michael Elkins
2013-02-20use resource_range_ip.parse_str() rather than calling through resource_range_...Michael Elkins
2013-02-20Pull from trunk.Rob Austein
2013-02-20Move .rpkic_history from current directory to $HOME. Fixes #422.Rob Austein
2013-02-20Pull from trunk.Rob Austein
2013-02-20Fix bug introduced in [4985] where login() was called in the logout() method.Michael Elkins
2013-02-05Pull from trunk.Rob Austein
2013-02-05Reissue CA's own manifest certificate when doing forced reissue ofRob Austein
2013-02-04Install sample rpki.conf, since we don't (yet?) have a good way toRob Austein
2013-02-03Seems /var/run is a temporary filesystem on some platforms.Rob Austein
2013-01-31Merge from trunk.Rob Austein
2013-01-31merge ^/branches/tk402Michael Elkins
2013-01-31Pull from trunk.Rob Austein
2013-01-31require a connection secured with TLS, otherwise return a HTTP 500 errorMichael Elkins
2013-01-30rpki.x509.X509._issue() wasn't passing inheritance flags intoRob Austein
2013-01-25Pull from trunk.Rob Austein
2013-01-25Clean up and extend rpki.log.init() to support things like letting theRob Austein
2013-01-25Pull from trunk.Rob Austein
2013-01-25Catch any exceptions that might occur during invocation of callerRob Austein
2013-01-18Get rid of "installation-manifest" Makefile target silliness.Rob Austein
2013-01-18Autodetect need for --install-layout=deb on Debian-derived systems.Rob Austein
2013-01-12Using @cwd in FreeBSD pkg-plist seems to work, and is much less of aRob Austein
2013-01-08Pull from trunk.Rob Austein
2013-01-08merge ^/branches/tk325Michael Elkins
2012-12-31Further goofs in installation manifest construction.Rob Austein
2012-12-23Debug package deinstallation.Rob Austein
2012-12-23"install -t" is a GNU-ism that only works on some platforms.Rob Austein
2012-12-20Add "make instalation-manifest" as a first cut at something that willRob Austein
2012-11-29Create /var/run/rpkid if necessary. Fixes #307.Rob Austein
2012-11-28Teach resource_range_ip.parse_str() to autodetect IP version. Closes #338.Rob Austein
2012-11-28Add testable property resource_range_ip.can_be_prefix for contextsRob Austein
2012-11-27rewrite ghostbuster_delete to avoid using DeleteView, so we don't need revers...Michael Elkins
2012-11-27poke rpkid when a ghostbuster is created/editedMichael Elkins
2012-11-27fix formatting in roa request creation confirmation viewMichael Elkins
2012-11-26use table to display repository detailsMichael Elkins
2012-11-26use css class row-fluid instead of row to use relative widths rather than abs...Michael Elkins
2012-11-26remove dependence on django-crispy-forms by including a basic form template f...Michael Elkins
2012-11-26remove duplicate copies of web portal medaMichael Elkins
2012-11-26remove *_list templates since they are no longer usedMichael Elkins
2012-11-26also remove settings.pyc in uninstallMichael Elkins
2012-11-26configure now sets STATIC_ROOT in settings.pyMichael Elkins
2012-11-26rewrite ghostbuster_{create,edit} not to use generic viewsMichael Elkins
2012-11-25do not display part of the vcard that are disallowed by RFCMichael Elkins