aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/resource_set.py
AgeCommit message (Expand)Author
2012-05-03Resource overlap handling: fix handling of overlaps, and add option toRob Austein
2012-05-02More set operations.Rob Austein
2012-01-17merge with ^/branches/tk100Michael Elkins
2012-01-08Checkpoint. New irdbd now work, after some transaction voodoo.Rob Austein
2012-01-07Checkpoint. rpkic and yamltest mostly work, but irdbd is still actingRob Austein
2011-02-24add rpki.resource_set.roa_prefix.from_roa_tuple() to do the opposite of .to_r...Michael Elkins
2011-01-04POW => rpki.POWRob Austein
2010-11-10Fix handling of inheritance in EE certsRob Austein
2010-10-07Merge rpkid.without_tls/ branch to rpkid/ trunk.Rob Austein
2010-08-13Error in assertion messageRob Austein
2010-07-08.from_strings() methodsRob Austein
2010-07-07More refactoring and cleanupRob Austein
2010-07-07Refactor .parse_str() methodsRob Austein
2010-07-07Make resource_range_ip.prefixlen() a public method.Rob Austein
2010-06-18CleanupRob Austein
2010-06-16Add resource_set.chop_into_prefixes().Rob Austein
2010-06-15Add translation from resource_set to roa_prefix_set, clean up.Rob Austein
2010-03-16Update copyright noticesRob Austein
2010-01-14More unit tests, while looking for a reported /128 bug. Didn't findRob Austein
2009-09-19Don't throw (the wrong kind of) exceptions when given an unexpectedRob Austein
2009-09-15Rewrite resource_set.contains() to something a bit more efficient,Rob Austein
2009-09-11CleanupRob Austein
2009-07-10Add regression test for resource_set.union() bug I just fixedRob Austein
2009-07-10resource_set.union() was missing cases where one big range in set ARob Austein
2009-06-09Convert ROA generation code from push model (<route_origin/> objectsRob Austein
2009-05-28Prefixes in ROAs are allowed to overlap.Rob Austein
2009-05-27Update copyright notices in files edited this yearRob Austein
2009-05-19LintRob Austein
2009-05-11Cosmetic doc changes.Rob Austein
2009-04-29More lintRob Austein
2008-10-13Fix a few string formatting goofs in logging and error messages.Rob Austein
2008-07-08Clean up unreadable bitstring codeRob Austein
2008-07-08Code to extract resource_range_ip values from ASN.1 was whacked.Rob Austein
2008-06-12Apparently Doxygen -does- read module documentation, but only ifRob Austein
2008-06-11Clean up Doxygen warningsRob Austein
2008-06-06Refactor SQL code to form rpki.sq.session class, and add code to warnRob Austein
2008-05-18Convert to generating new ROA formatRob Austein
2008-05-17"as" will be a reserved word in Python 2.6, stop using it as anRob Austein
2008-05-17roa_prefix_set.from_sql()Rob Austein
2008-05-17Update and extend doc.Rob Austein
2008-05-17resource_set.__init__() wasn't collapsing adjacent ranges intoRob Austein
2008-05-17Unit test and initial bug shakeout for ROA prefix code.Rob Austein
2008-05-16CheckpointRob Austein
2008-05-16Fix .union() bug found by unit tests, clean up.Rob Austein
2008-05-16CheckpointRob Austein
2008-03-04CheckpointRob Austein
2008-03-03Tighten prefix checkRob Austein
2008-02-27Filename cleanupRob Austein