index
:
sra/rpki.net
master
zone-cleanup
Dragon Research Labs RPKI Toolkit
git user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpkid
/
rpki
/
resource_set.py
Age
Commit message (
Expand
)
Author
2012-01-17
merge with ^/branches/tk100
Michael Elkins
2012-01-08
Checkpoint. New irdbd now work, after some transaction voodoo.
Rob Austein
2012-01-07
Checkpoint. rpkic and yamltest mostly work, but irdbd is still acting
Rob Austein
2011-02-24
add rpki.resource_set.roa_prefix.from_roa_tuple() to do the opposite of .to_r...
Michael Elkins
2011-01-04
POW => rpki.POW
Rob Austein
2010-11-10
Fix handling of inheritance in EE certs
Rob Austein
2010-10-07
Merge rpkid.without_tls/ branch to rpkid/ trunk.
Rob Austein
2010-08-13
Error in assertion message
Rob Austein
2010-07-08
.from_strings() methods
Rob Austein
2010-07-07
More refactoring and cleanup
Rob Austein
2010-07-07
Refactor .parse_str() methods
Rob Austein
2010-07-07
Make resource_range_ip.prefixlen() a public method.
Rob Austein
2010-06-18
Cleanup
Rob Austein
2010-06-16
Add resource_set.chop_into_prefixes().
Rob Austein
2010-06-15
Add translation from resource_set to roa_prefix_set, clean up.
Rob Austein
2010-03-16
Update copyright notices
Rob Austein
2010-01-14
More unit tests, while looking for a reported /128 bug. Didn't find
Rob Austein
2009-09-19
Don't throw (the wrong kind of) exceptions when given an unexpected
Rob Austein
2009-09-15
Rewrite resource_set.contains() to something a bit more efficient,
Rob Austein
2009-09-11
Cleanup
Rob Austein
2009-07-10
Add regression test for resource_set.union() bug I just fixed
Rob Austein
2009-07-10
resource_set.union() was missing cases where one big range in set A
Rob Austein
2009-06-09
Convert ROA generation code from push model (<route_origin/> objects
Rob Austein
2009-05-28
Prefixes in ROAs are allowed to overlap.
Rob Austein
2009-05-27
Update copyright notices in files edited this year
Rob Austein
2009-05-19
Lint
Rob Austein
2009-05-11
Cosmetic doc changes.
Rob Austein
2009-04-29
More lint
Rob Austein
2008-10-13
Fix a few string formatting goofs in logging and error messages.
Rob Austein
2008-07-08
Clean up unreadable bitstring code
Rob Austein
2008-07-08
Code to extract resource_range_ip values from ASN.1 was whacked.
Rob Austein
2008-06-12
Apparently Doxygen -does- read module documentation, but only if
Rob Austein
2008-06-11
Clean up Doxygen warnings
Rob Austein
2008-06-06
Refactor SQL code to form rpki.sq.session class, and add code to warn
Rob Austein
2008-05-18
Convert to generating new ROA format
Rob Austein
2008-05-17
"as" will be a reserved word in Python 2.6, stop using it as an
Rob Austein
2008-05-17
roa_prefix_set.from_sql()
Rob Austein
2008-05-17
Update and extend doc.
Rob Austein
2008-05-17
resource_set.__init__() wasn't collapsing adjacent ranges into
Rob Austein
2008-05-17
Unit test and initial bug shakeout for ROA prefix code.
Rob Austein
2008-05-16
Checkpoint
Rob Austein
2008-05-16
Fix .union() bug found by unit tests, clean up.
Rob Austein
2008-05-16
Checkpoint
Rob Austein
2008-03-04
Checkpoint
Rob Austein
2008-03-03
Tighten prefix check
Rob Austein
2008-02-27
Filename cleanup
Rob Austein