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
/
gui
/
app
/
glue.py
Age
Commit message (
Expand
)
Author
2014-04-05
Source tree reorg, phase 1. Almost everything moved, no file contents changed.
Rob Austein
2014-03-10
Rollback deletion of cached resource certs when there is an error communicati...
Michael Elkins
2013-04-03
remove get_email_list() and replace with calls to Conf.send_alert()
Michael Elkins
2013-02-20
remove glue.str_to_resource_range() since resource_range_ip.parse_str() can n...
Michael Elkins
2012-11-23
snapshot of work in progress
Michael Elkins
2012-11-22
commiting work in progress
Michael Elkins
2012-11-10
add ResourceCert.conf and make .parent optinally null
Michael Elkins
2012-08-24
do not assume that user.email is not None
Michael Elkins
2012-07-13
fix missing imports
Michael Elkins
2012-07-12
move fetching of admin email addresses to the glue library so it can be used ...
Michael Elkins
2012-07-06
remove debug msg to stdout from rpki.gui.app.glue.list_received_resources
Michael Elkins
2012-02-07
add glue function for converting string to resource_range_ip
Michael Elkins
2012-01-30
remove dead code that is deprecated by the changes in tk100.
Michael Elkins
2012-01-20
store the uri field from <list_received_resources/> pdu in order to allow for...
Michael Elkins
2012-01-19
fixed ghostbuster suppport. app.models.GhostbusterRequest now does multi-tab...
Michael Elkins
2012-01-19
use create() instead of add() when constructing a new object rather than addi...
Michael Elkins
2012-01-17
continued integration with tk100
Michael Elkins
2012-01-14
first cut at move to rpki.irdb
Michael Elkins
2011-12-10
fix missing comma in dict initialization
Michael Elkins
2011-12-09
When creating a stub rpki.conf for hosted entities, copy the openssl path fro...
Michael Elkins
2011-12-09
update myrpki glue functions to use the system rpki.conf when dealing with th...
Michael Elkins
2011-10-12
add support for oo setup via portal gui
Michael Elkins
2011-10-07
qualify csv_writer calls with rpki.myrpki.
Michael Elkins
2011-10-07
add support for import/export of xml files for rpki setup
Michael Elkins
2011-10-07
revert rev #3877 so the portal gui writes the csv files when configuring reso...
Michael Elkins
2011-09-20
fix botch where a child's prefixes were passed instead of asns
Michael Elkins
2011-06-15
no longer write csv files when calling configure_resources
Michael Elkins
2011-04-07
ADR vcard type is not a string, but a compound object
Michael Elkins
2011-03-30
pass a log file object to glue.list_received_resources
Michael Elkins
2011-03-30
add 'refresh' link in portal gui to query rpkid for updated information rathe...
Michael Elkins
2011-03-24
add support to the portal gui for generating ghostbuster requests
Michael Elkins
2011-03-02
put default values for portal-gui django app into a local settings.py
Michael Elkins
2011-02-25
portal-gui no longer invokes the myrpki.py command line tool.
Michael Elkins
2011-02-15
Use the request.META['wsgi.errors'] log object instead of writing to sys.stde...
Michael Elkins
2011-01-24
really fix glue.conf() *ahem*
Michael Elkins
2011-01-24
fix botched called to glue.conf()
Michael Elkins
2011-01-24
move portal-gui django app to $top/rpkid/rpki/gui
Michael Elkins