Age | Commit message (Collapse) | Author |
|
svn path=/branches/tk705/; revision=6259
|
|
svn path=/branches/tk705/; revision=6258
|
|
Installation of everything but Debian packages is probably broken, and
Debian packages are too at the moment due to (probably) minor errors
in buildtools/debian-skeleton, but enough has changed that this really
needs a snapshot checked in for backup.
svn path=/branches/tk705/; revision=6257
|
|
svn path=/branches/tk705/; revision=6241
|
|
svn path=/branches/tk705/; revision=6240
|
|
needs further work, but produces somewhat-useful output now.
Start merging command line argument (argparse) and config file
(ConfigParser) support into a unified library module, in an attempt to
reduce the amount of code duplication and reign in some of the
configuration chaos. Trigger for this is all of the RP programs now
needing SQL configuration.
Whack rpki.rcynicdb.models to work with PostgreSQL, which has length
restrictions on indexed columns.
svn path=/branches/tk705/; revision=6239
|
|
svn path=/branches/tk705/; revision=6238
|
|
authenticated RP data via either os.walk() or Django ORM database
traversal.
svn path=/branches/tk705/; revision=6236
|
|
svn path=/branches/tk705/; revision=6235
|
|
loading in RRDP delta processing loop, to keep the pipe full and avoid
sitting idle while processing a long series of deltas.
svn path=/branches/tk705/; revision=6234
|
|
svn path=/branches/tk705/; revision=6233
|
|
svn path=/branches/tk705/; revision=6232
|
|
Whack CA tools with a club until rcynicng works with our CA RRDP
implementation.
Add makemigrations target to top-level Makefile; this is a bit of a
kludge, but sure beats doing this by hand.
svn path=/branches/tk705/; revision=6230
|
|
existing RRDPSnapshot objects while applying deltas rather than
creating new ones. This simplifies cleanup, avoids locking out the
I/O loop for the duration of a long commit, and allows us to salvage
whatever progress we were able to make if a network problem stops us
partway through fetching a long series of deltas.
svn path=/branches/tk705/; revision=6229
|
|
svn path=/branches/tk705/; revision=6228
|
|
svn path=/branches/tk705/; revision=6227
|
|
svn path=/branches/tk705/; revision=6226
|
|
limitations copying large sets of related objects.
svn path=/branches/tk705/; revision=6225
|
|
svn path=/branches/tk705/; revision=6224
|
|
svn path=/branches/tk705/; revision=6223
|
|
tested, and final_cleanup() needs work to avoid trashing RRDP state.
svn path=/branches/tk705/; revision=6222
|
|
svn path=/branches/tk705/; revision=6221
|
|
programs use rcynicng's output. Long term, such programs should read
the database instead, but being able to diff directory trees is useful
while testing.
svn path=/branches/tk705/; revision=6220
|
|
disk files. rcynic.xml output looks reasonable. Don't yet have any
other tools which know how to walk the result database, so can't (yet)
compare results with rcynic.
Does not yet do any cleanup of old data, so will eventually consume
all disk space in the universe until this is fixed.
svn path=/branches/tk705/; revision=6219
|
|
svn path=/branches/tk705/; revision=6218
|
|
latest specification says HTTPS, but enough of the existing code has
not yet caught up that it's useful to see the HTTP URIs when the HTTPS
ones are missing.
svn path=/branches/tk705/; revision=6215
|
|
svn path=/branches/tk705/; revision=6214
|
|
verification per se. Clean up nasty mess in profile conformance
checks for router certificates.
svn path=/branches/tk705/; revision=6211
|
|
svn path=/branches/tk705/; revision=6210
|
|
cleanup of POW.c RPKI conformance checking code.
svn path=/branches/tk705/; revision=6208
|
|
svn path=/branches/tk705/; revision=6207
|
|
generations inside the loop over manifest entries.
svn path=/branches/tk705/; revision=6206
|
|
svn path=/branches/tk705/; revision=6205
|
|
from having SIA extensions, unlike all other RPKI certificates which
are required to have them.
Start moving RPKI conformance checks which can be performed in Python
out of POW.c, tag a bunch more for consideration.
svn path=/branches/tk705/; revision=6204
|
|
resolve immediately, just in case something throws an exception.
Don't try to be clever about when to yield in main object checking
loop: just trusting Tornado's scheduler to do the right thing seems to
give better rsync throughput.
svn path=/branches/tk705/; revision=6203
|
|
svn path=/branches/tk705/; revision=6202
|
|
svn path=/branches/tk705/; revision=6201
|
|
svn path=/branches/tk705/; revision=6200
|
|
backup manifests, we just need to walk the best manifest we can find,
twice.
svn path=/branches/tk705/; revision=6198
|
|
svn path=/branches/tk705/; revision=6196
|
|
svn path=/branches/tk705/; revision=6195
|
|
results from the original rcynic, still some loose ends and unfinished
bits, and no support for RRDP yet (which was sort of the ultimate
point of the exercise), but approaching the point of being usable, and
about an order of magnitude shorter than the C original.
svn path=/branches/tk705/; revision=6194
|
|
svn path=/branches/tk705/; revision=6191
|
|
summary from rcynic-text.
svn path=/branches/tk705/; revision=6187
|
|
svn path=/branches/tk705/; revision=6186
|
|
Get full rsync code working, history cache and all.
svn path=/branches/tk705/; revision=6184
|
|
svn path=/branches/tk705/; revision=6182
|
|
makes the C code considerably simpler.
svn path=/branches/tk705/; revision=6180
|
|
left to do, still need to add in stuff that we pushed out to Python
rather than trying to do in C (eg, a lot of the URI tests), but basics
seem to work. Checkpointing before attempting a major simplification
of the StatusCode mechanism.
svn path=/branches/tk705/; revision=6179
|
|
svn path=/branches/tk705/; revision=6178
|