aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
AgeCommit message (Expand)Author
2013-02-21Pull from trunk.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-05Reissue CA's own manifest certificate when doing forced reissue ofRob 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-25Clean up and extend rpki.log.init() to support things like letting theRob Austein
2013-01-25Catch any exceptions that might occur during invocation of callerRob Austein
2013-01-08merge ^/branches/tk325Michael Elkins
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 *_list templates since they are no longer usedMichael 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
2012-11-23snapshot of work in progressMichael Elkins
2012-11-22back out some of the CBV changesMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-22commiting work in progressMichael Elkins
2012-11-21remove deprecated templatesMichael Elkins
2012-11-21update templates to use twitter bootstrap 2.2.1Michael Elkins
2012-11-20add support for client side route lookup in the roa creation formMichael Elkins
2012-11-19Retry failed publication, general case. Closes #306.Rob Austein
2012-11-16The resource_range_ip* classes were recently changed to use rpki.POW.IPAddressMichael Elkins
2012-11-16put asn last in ROA creation form, and autofocus the prefix input fieldMichael Elkins
2012-11-16add "autofocus=true" to the text boxes for entering ASNs and prefixesMichael Elkins
2012-11-15Pull from /trunk.Rob Austein
2012-11-15Pull from /trunk.Rob Austein
2012-11-14merge with /trunkMichael Elkins
2012-11-12merge with /trunkMichael Elkins
2012-11-12merge with /trunkMichael Elkins
2012-11-12merge with /trunkMichael Elkins
2012-11-10Stylistic nit.Rob Austein
2012-11-10merge with ^/tk316Michael Elkins
2012-11-10remove 'serialize' from the introspection rules, since it doesn't affect the ...Michael Elkins
2012-11-10initial support for using django south on rpki.gui.appMichael Elkins
2012-11-09Add "merge_publication_directories" option to let Iain do some testingRob Austein
2012-11-08Doh, logging for new recovery code works better when committed to repository.Rob Austein
2012-11-08Avoid specifying the keyword parameters min= and max= in rpki.gui.app.range_l...Michael Elkins
2012-11-08convert the IP prefix from string to rpki.POW.IPAddress prior to invoking res...Michael Elkins
2012-11-08to_bytes -> toBytes, from_bytes -> fromBytes to match the rpki.POW.IPAddress APIMichael Elkins
2012-11-07Retry apparently failed publication of manifest and CRL whenRob Austein
2012-10-26Teach MySQLdb converter interface about rpki.sundial.datetime.Rob Austein
2012-10-26[4786] broke handling of timers with no errback set.Rob Austein
2012-10-26Change POW representation of UTCTime and GeneralizedTime to use PythonRob Austein