aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/rcynic.py
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
2014-01-09Update more copyrights, clean up module doc blocks.Rob Austein
svn path=/trunk/; revision=5624
2012-11-16The resource_range_ip* classes were recently changed to use rpki.POW.IPAddressMichael Elkins
as the underlying address representation. POW.X509.getPrefixes() returns the prefix as an rpki.POW.IPAddress, so return it directly without a cast to long. closes #352 svn path=/trunk/; revision=4883
2012-10-18pylintRob Austein
svn path=/branches/tk274/; revision=4786
2012-10-12Rust In Pieces, POW.pkix.Rob Austein
In the end, there can be only one. svn path=/branches/tk274/; revision=4771
2012-06-22add __repr__ method to rpki.rcynic.validation_status_elementMichael Elkins
svn path=/trunk/; revision=4552
2012-02-14for object_accepted, the filename should be relative to the "authenticated" ↵Michael Elkins
directory. svn path=/branches/tk161/; revision=4332
2011-10-18update rpki.gui.cacheview app to support new rcynic xml format. closes #106Michael Elkins
svn path=/trunk/; revision=4054
2011-10-09update rcynic_xml_iterator to support new attributes for validation_status ↵Michael Elkins
element in rcynic output format svn path=/rpkid/rpki/rcynic.py; revision=4030
2011-06-17Whack unit test so it has some chance of workingRob Austein
svn path=/rpkid/rpki/rcynic.py; revision=3884
2011-06-14extrude validation status lables from the rcynic XML file and shove into ↵Michael Elkins
django db color code validation status in signed object detail views to make problems stand out svn path=/rpkid/portal-gui/scripts/rpkigui-rcynic.py; revision=3873
2011-06-09move the rcynic output iterator into the rpki module so it gets installed in ↵Michael Elkins
the standard location svn path=/rpkid/rpki/rcynic.py; revision=3858