Age | Commit message (Expand) | Author |
2016-03-30 | Clean up and simplify rpkic privilege-dropping code. All sudo voodoo | Rob Austein |
2016-03-30 | Still more UID-swapped file I/O, and general cleanup of UI file I/O. | Rob Austein |
2016-03-29 | rpkic needs to do uid swapping around XML reads too. | Rob Austein |
2016-03-29 | Initial fixes to rpkigui-rcynic. Still not working, but failing in a | Rob Austein |
2016-03-28 | Apparently we lost DOWNLOAD_DIRECTORY while consolidating the GUI's | Rob Austein |
2016-03-23 | Wrap a MySQL-specific error check so it doesn't cause problems when using oth... | Rob Austein |
2016-03-21 | Django API fashion police renamed "mimetype" to be "content_type". | Rob Austein |
2016-03-21 | [6322] broke "make test", fix by allowing rpkic to run with warning | Rob Austein |
2016-03-21 | Rework rpkic setuid handling to something a bit more robust. | Rob Austein |
2016-03-20 | Clean up rcynic installation, run rcynicng instead of (old) rcynic, clean up ... | Rob Austein |
2016-03-03 | Speed up snapshot loading and cleanup with huge data sets. | Rob Austein |
2016-03-01 | Clean up after switching from XMLPullParser to iterparse: put models | Rob Austein |
2016-02-27 | Use an incremental parser for snapshot files. | Rob Austein |
2016-02-26 | Tweak UpdateROAsTask to create new ROAs before worrying about updating old ones. | Rob Austein |
2016-02-26 | Using a Tornado yield dictionary is elegant (not to mention cute), but | Rob Austein |
2016-02-26 | Simplify UpdateChildrenTask. | Rob Austein |
2016-02-26 | Tweak default rpkid timing parameters. | Rob Austein |
2016-02-25 | Helps to add task back into the queue when postponing, doh. | Rob Austein |
2016-02-25 | Tweak postponement code so that, if everything in the task queue has | Rob Austein |
2016-02-25 | Need to pass PostponeTask exception up the line for it to work properly. | Rob Austein |
2016-02-25 | Major simplifcation of rpkid's internal tasking system. | Rob Austein |
2016-02-25 | Clean up allocation of CRL/manifest numbers. We might want to put | Rob Austein |
2016-02-25 | Fix inverted loop variables in orphaned resource class destructor. | Rob Austein |
2016-02-25 | Have to supply inception time explicitly when creating manifest EE | Rob Austein |
2016-02-25 | Dumb errors constructing key for temporary dict() were causing us to | Rob Austein |
2016-02-23 | Rework ROA postponement code to lower memory footprint. | Rob Austein |
2016-02-21 | Be a bit more frugal with memory: serialize XML directly to disk, and, | Rob Austein |
2016-02-21 | Don't really need delta XML in SQL either, just need the hash. | Rob Austein |
2016-02-21 | We don't really need to store the full XML snapshot in SQL. We don't | Rob Austein |
2016-02-21 | Some rpkid tweaks to work better with large data sets. | Rob Austein |
2016-02-20 | Apparently we have to set the timeout in the HTTPRequest object. | Rob Austein |
2016-02-20 | Don't traceback on synchronization errors. | Rob Austein |
2016-02-19 | Task system tweaks, see if this fixes hangs on postponed tasks. | Rob Austein |
2016-02-19 | Add http-client-timeout parameter, default to something more patient | Rob Austein |
2016-02-16 | Finally builds and installs properly on Ubuntu again; | Rob Austein |
2016-02-15 | Add (back) initial migration for rpki.rcynicdb. | Rob Austein |
2016-02-09 | Commit a couple of bugfixes Lachlan Kang found last summer (in | Rob Austein |
2016-01-29 | Whack rcynicng to produce an XML file which rcynic-html can parse: | Rob Austein |
2016-01-26 | Use new rcynicdb iterator for rpki-rtr generation. May need to revise | Rob Austein |
2016-01-26 | Add (mostly) backwards-compatible iterator which handles finding | Rob Austein |
2016-01-23 | Remove last vestiges of "__metaclass__ = models.SubfieldBase" | Rob Austein |
2016-01-23 | Add multiple-URI TAL support to rcynicng. | Rob Austein |
2016-01-15 | RRDP seems to work now, at least with RIPE's implementation. | Rob Austein |
2016-01-13 | Checkpoint of first cut at RRDP client code. RRDP client code not yet | Rob Austein |
2016-01-11 | Add (preliminary) database cleanup code. | Rob Austein |
2016-01-11 | Add rcynic-dump as a blunt instrument to let existing file-based | Rob Austein |
2016-01-10 | First apparently-working version of rcynicng using database instead of | Rob Austein |
2016-01-08 | Start converting rcynicng to use a database. | Rob Austein |
2015-12-07 | Move validation callback to Python. | Rob Austein |
2015-12-06 | Clean up RPKI conformance checking of X.509v3 extensions and elliptic curve k... | Rob Austein |