aboutsummaryrefslogtreecommitdiff
path: root/scripts/arin-to-csv.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-05-05Use lowercase handle names for RIRs, for consistancy with older code.Rob Austein
svn path=/branches/tk33/; revision=4469
2012-04-25Clean up old scripts which still imported the rpki.myrpki module.Rob Austein
svn path=/trunk/; revision=4454
2011-10-13Feh, ARIN is now allocating 8-address special blocks that overlap withRob Austein
other allocations? svn path=/trunk/; revision=4040
2010-11-17Yet another set of tools attempting to deal with the RIPE messRob Austein
svn path=/scripts/arin-to-csv.py; revision=3555
2010-10-04Doh, forgot to close csv_writer objectRob Austein
svn path=/scripts/arin-to-csv.py; revision=3458
2010-10-04Update for XML file that ate ManhattanRob Austein
svn path=/scripts/arin-to-csv.py; revision=3455
2010-10-02Updates to work with ARIN's new bulk-WHOIS service.Rob Austein
ARIN now considers RPSL to be a legacy format, and the XSL that generates RPSL from their XML primary dump format doesn't normalize its output properly, so we get parse errors wherever somebody inserted, eg, newlines into contact phone numbers. For the moment, assume that we don't care about any line which fails to parse, which is a really bad assumption but suffices to get updates running again with the new input files. In the longer term, this script should be replaced by XSL that generates our CSV files directly from XML, bypassing RPSL entirely. svn path=/scripts/arin-to-csv.py; revision=3454
2010-04-20CleanupRob Austein
svn path=/scripts/apnic-to-csv.py; revision=3218
2010-04-19Oops, tested all the myrpki/ => rpkid/ changes but didn't commit themRob Austein
all. svn path=/README; revision=3216
2010-04-13Move all of the testbed-related scripts to the scripts/ directoryRob Austein
svn path=/myrpki/apnic-to-csv.py; revision=3192