aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-04properly use the django model api to exclude objectsMichael Elkins
2010-07-04when splitting address ranges, put the low above the high in the formMichael Elkins
2010-07-04enable keyword expansionMichael Elkins
2010-07-04pretty print address ranges in cidr when possibleMichael Elkins
2010-07-04fix broken address range splittingMichael Elkins
2010-07-04add spaces around the dash when displaying address rangesMichael Elkins
2010-07-04remove "address range" from string form of AddressRangeMichael Elkins
2010-07-04fix bug in split address formMichael Elkins
2010-07-04Handle nested hosting cases properly.Rob Austein
2010-07-04use rpki.resource_set functions for IP address parsingMichael Elkins
2010-07-03Set "run_rpkid" correctly. This exposes a structural problem withRob Austein
2010-07-03Salvage "backup" target from old myrpki/MakefileRob Austein
2010-07-03fix botched importMichael Elkins
2010-07-03list_resources now auto-detects all served handles.Michael Elkins
2010-07-03make list_resource.py accept multiple <self/> handles as argumentsMichael Elkins
2010-07-03specify that list_resources must be run in the directory containing the self...Michael Elkins
2010-07-03clarify that you should create the superuser accountMichael Elkins
2010-07-03add note that django is required to be installedMichael Elkins
2010-07-03fix bad path for template file in asn detail viewMichael Elkins
2010-07-03enable expansion of $Id$ keywordMichael Elkins
2010-07-03invoke glue.configure_resources upon changesMichael Elkins
2010-07-02add symlink for list_resource scriptMichael Elkins
2010-07-02portal-gui updatesMichael Elkins
2010-07-02gawk caught an error that bawk missedRob Austein
2010-07-02Add quick start instructionsRob Austein
2010-07-01add auxillary scripts for querying rpkid/rcynic, add model objects to represe...Michael Elkins
2010-07-01fix file braindamage duplicating contentsMichael Elkins
2010-07-01commit recent rpki changesMichael Elkins
2010-06-29Fix double-free problem in CRL dissection code.Rob Austein
2010-06-29RegenRob Austein
2010-06-29Add parent_handle to <list_received_resources/> reply PDU.Rob Austein
2010-06-27Cleanup, notes on rcynic rewrite.Rob Austein
2010-06-27DNS work doneRob Austein
2010-06-27Randy's RIPE presoRob Austein
2010-06-25Use sys.executable so script has some chance of working correctly evenRob Austein
2010-06-25New classes representing result of iteration.Rob Austein
2010-06-24Update to 1.0.0a -- CVE-2010-0742Rob Austein
2010-06-23Add overall build procedure to top-level README, since this seems toRob Austein
2010-06-21First cut at rcynic output iterator for portal GUI.Rob Austein
2010-06-20typoRob 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-06-15Warn about what's happening in unit test.Rob Austein
2010-06-14Attempt to explain how key rollover works in this systemRob Austein
2010-06-12Add some comments so we don't have to work out from scratch why weBill Fenner
2010-06-12Make it clear that the =1 was meant to be my configuration IDBill Fenner
2010-06-12Rename rpki to rpkigui.Bill Fenner
2010-06-12Remove stale commentRob Austein
2010-06-10SSLUnexpectedEOF needs to be a special case for .tls_accept(), to avoidRob Austein