aboutsummaryrefslogtreecommitdiff
path: root/rpki
AgeCommit message (Expand)Author
2015-03-05fix inaccurate future validity status in the ROA confirmation page when multi...Michael Elkins
2015-03-04add checkbox to ROA creation form to optionally create additional ROAs for ch...Michael Elkins
2015-03-04don't require TLS when DEBUG=TrueMichael Elkins
2015-03-04accidentally committed bootstrap 3 fonts in trunkMichael Elkins
2015-02-25add new glyphicon setMichael Elkins
2014-12-19Accept either old or new MIME Content-Type in up-down server code, andRob Austein
2014-12-11add inner loop to iterate over all rpki.gui.cacheview.ROA objects associated ...Michael Elkins
2014-12-09set the URL name on the various password reset URLs as the code uses the name...Michael Elkins
2014-11-26catch lxml.etree.XMLSyntaxError and notify the user when the uploaded XML fil...Michael Elkins
2014-11-26check formset.has_changed() in roa creation form to detect submission of blan...Michael Elkins
2014-11-21remove support for form deletion in roa_create_multi since it doesn't provide...Michael Elkins
2014-11-21re-enable propogate on the django and django.request loggers so they get logg...Michael Elkins
2014-11-20Catch exception when the user attempts to import prefix/asn CSV files with mi...Michael Elkins
2014-11-20avoid double output of logging.Michael Elkins
2014-11-20disable signal handlers for all .run_rpkid_now() callsMichael Elkins
2014-11-19disable_signal_handlers is an arg to the Zookeeper constructor, not .call_rpk...Michael Elkins
2014-11-19configure root logger to route WARNING or above to the appropriate handlers. ...Michael Elkins
2014-11-19disable signal handlers for Zookeeper to avoid mod_wsgi warnings.Michael Elkins
2014-11-19Add disable_signal_handlers option to rpki.async.sync_wrapper andRob Austein
2014-11-19enable logging rpki.async to the apache log file. see #681Michael Elkins
2014-10-31test for empty prefix list when filtering routing table to avoid returning th...Michael Elkins
2014-10-09Fix validation problem when creating a ROA.Michael Elkins
2014-10-05Address incompatible API changes in Django 1.7: apps.populate(),Rob Austein
2014-10-03Add router cert request support to the GUI.Michael Elkins
2014-08-18Sweep SQL cache on task exit. See #707.Rob Austein
2014-07-25Parsing of --log-level was broken.Rob Austein
2014-07-18Pull XML namespaces and so forth from schemas where possible.Rob Austein
2014-07-12Debug rpki-rtr BGPSEC test case and rpki-rtr-replay script.Rob Austein
2014-07-11Add check to log a warning if sync_wrapper returns without callback. See #681.Rob Austein
2014-06-25Don't regenerate EE certificates for validity expiration when theRob Austein
2014-06-23Missed testing client mode properly after last refactoring.Rob Austein
2014-06-19Specify the python path as a string rather than passing an object reference. ...Michael Elkins
2014-06-16qualify email recipient address with the FQDN of the local host. see #700Michael Elkins
2014-06-13Add rpki-rtr extension hooks; add script using the extension hooks asRob Austein
2014-06-11Handle version mis-match when forcing protocol version. Closes #699.Rob Austein
2014-06-11Race condition during server shutdown could prevent cleanup of kickme socket.Rob Austein
2014-06-11Allow client to select a particular protocol version.Rob Austein
2014-06-05fix typo. closes #698Michael Elkins
2014-06-05First cut at fully configurable logging system. Still a bit raw, andRob Austein
2014-05-31Logger usage cleanup: for some reason (probably the "self." prefix), Pylint m...Rob Austein
2014-05-30Update our use of asyncore.dispatcher.setsockopt() toRob Austein
2014-05-30Use --log-file in yamltest; debug the rotating log file options.Rob Austein
2014-05-30Rewritten rpki.log.init() still confuses PyLint.Rob Austein
2014-05-30Move all the complexity of configuring the ten zillion kinds ofRob Austein
2014-05-30Still more PyLint.Rob Austein
2014-05-30Pylint did find a couple of trivial but real bugs under all the noise.Rob Austein
2014-05-30RegenRob Austein
2014-05-30RegenRob Austein
2014-05-29PyLintRob Austein
2014-05-29Python style police: instantiate exceptions before raising themRob Austein