Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-10 | Add -keep_going flag to let us kill and restart individual daemons | Rob Austein | |
without shutting down the whole test. svn path=/rpkid/tests/yamltest.py; revision=3280 | |||
2010-06-09 | awk is probably a bit more portable than egrep | Rob Austein | |
svn path=/rcynic/make-ita.sh; revision=3279 | |||
2010-06-09 | More IPv6 server fun. | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=3278 | |||
2010-06-09 | Grr, socket.bind() fails for IPv6, dunno why. Disable IPv6 again. | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=3277 | |||
2010-06-06 | Defer query startup so that caller will always have the query object | Rob Austein | |
before it terminates. svn path=/rpkid/rpki/adns.py; revision=3276 | |||
2010-06-06 | Config IPv6 and ADNS at runtime. | Rob Austein | |
svn path=/rpkid/rpki/config.py; revision=3275 | |||
2010-06-05 | Don't import rpki.adns unless we're using it | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=3274 | |||
2010-06-05 | Preliminary asynchronous DNS and IPv6 support for rpkid et al. | Rob Austein | |
Asynchronous DNS disabled by default for now, pending further testing ("localhost" is not a DNS lookup, so usual regression tests don't tell us anything useful here). IPv6 servers are enabled by default; for now, IPv6 clients are disabled by default. svn path=/rpkid/rpki/adns.py; revision=3273 | |||
2010-06-05 | Add rpki.adns.getaddrinfo() | Rob Austein | |
svn path=/rpkid/rpki/adns.py; revision=3272 | |||
2010-06-05 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/adns.py; revision=3271 | |||
2010-06-04 | Preliminary support for asynchronous DNS. | Rob Austein | |
svn path=/rpkid/rpki/https.py; revision=3270 | |||
2010-06-04 | Initial version of asynchronous DNS code | Rob Austein | |
svn path=/rpkid/rpki/adns.py; revision=3269 | |||
2010-05-31 | Better fix for timer.cancel(). | Rob Austein | |
svn path=/rpkid/rpki/async.py; revision=3268 | |||
2010-05-31 | Preliminary fix to timer.cancel(). Right fix may be to change | Rob Austein | |
__cmp__() method and use an explicit sort key, but this works. svn path=/rpkid/rpki/async.py; revision=3267 | |||
2010-05-28 | Simplify | Rob Austein | |
svn path=/rcynic/make-ita.sh; revision=3266 | |||
2010-05-28 | Script to generate indirect trust anchor files. | Rob Austein | |
svn path=/rcynic/make-ita.sh; revision=3265 | |||
2010-05-27 | Current RIPE static trust anchor | Rob Austein | |
svn path=/rcynic/sample-trust-anchors/ripe.cer; revision=3264 | |||
2010-05-26 | Update task status. | Rob Austein | |
svn path=/rpkid/README; revision=3263 | |||
2010-05-26 | Paranoia: Clean up trust anchor BIOs properly. Almost certainly | Rob Austein | |
doesn't matter unless one has an implausibly large number of trust anchors, but let's keep things tidy. svn path=/rcynic/rcynic.c; revision=3262 | |||
2010-05-26 | indirect-trust-anchor | Rob Austein | |
svn path=/rcynic/README; revision=3261 | |||
2010-05-24 | Bugfix from Gary Kennedy: handle HTTPS close event properly if it | Rob Austein | |
arrives while client thinks it's still reading the response. svn path=/rpkid/rpki/https.py; revision=3260 | |||
2010-05-20 | Regenerate CRL and manifest when revoking child certs. | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=3258 | |||
2010-05-20 | Obsolete calling sequence to child_cert.revoke(), oops. | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=3257 | |||
2010-05-20 | Add delete_{child,parent,repository,publication_client} commands. | Rob Austein | |
svn path=/rpkid/rpki/myrpki.py; revision=3256 | |||
2010-05-20 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/cli.py; revision=3255 | |||
2010-05-19 | Add alternate all-on-one-line format ("-s" option). | Rob Austein | |
svn path=/utils/uri/uri.c; revision=3254 | |||
2010-05-19 | Recheck resources we're reissuing to child against our current | Rob Austein | |
ca_detail cert. This is probably needless paranoia, but better safe. svn path=/rpkid/rpki/left_right.py; revision=3253 | |||
2010-05-19 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/left_right.py; revision=3252 | |||
2010-05-18 | Revoke child certificate without renewing it if child's resources have | Rob Austein | |
become the null set. svn path=/rpkid/rpki/left_right.py; revision=3251 | |||
2010-05-14 | Update to current (-05) draft. | Rob Austein | |
svn path=/rtr-origin/rtr-origin.py; revision=3250 | |||
2010-05-14 | Preserve a copy conforming to draft -03, for old clients | Rob Austein | |
svn path=/rtr-origin/rtr-origin-old.py; revision=3249 | |||
2010-05-13 | Try to avoid stale CRLs and manifests, by using self.regen_margin as | Rob Austein | |
lead time for regenerating them. I suppose some day we might need to control lead time for these separately from ROA EE certificates, but seems unlikely. svn path=/rpkid/doc/Left-Right; revision=3248 | |||
2010-05-13 | Clean up a couple of bits of bad coding I found while looking for | Rob Austein | |
something else. svn path=/rpkid/rpki/rpki_engine.py; revision=3247 | |||
2010-05-12 | Scale self_regen_margin to self_crl_interval automatically. | Rob Austein | |
svn path=/rpkid/rpki/myrpki.py; revision=3246 | |||
2010-05-12 | Don't attempt to clean databases other than the ones used by the test | Rob Austein | |
scripts. svn path=/rpkid/tests/sql-cleaner.py; revision=3245 | |||
2010-05-10 | Add --email and --from options to support fake email header for | Rob Austein | |
irr_rpsl_submit. svn path=/scripts/roa-to-irr.py; revision=3244 | |||
2010-05-07 | Base filenames on prefixes and ASNs rather than URIs. | Rob Austein | |
svn path=/scripts/roa-to-irr.py; revision=3243 | |||
2010-05-07 | Doh, helps to read the filename from argv | Rob Austein | |
svn path=/scripts/roa-to-irr.py; revision=3242 | |||
2010-05-06 | Tweak usage message. | Rob Austein | |
svn path=/scripts/roa-to-irr.py; revision=3241 | |||
2010-05-06 | Generate route and route6 objects from validated ROAs. | Rob Austein | |
svn path=/scripts/roa-to-irr.py; revision=3240 | |||
2010-05-05 | More fun with the same data. | Rob Austein | |
svn path=/rcynic/rcynic.xsl; revision=3239 | |||
2010-05-05 | Add classification of the ten zillion codes to XML output, use that to | Rob Austein | |
do a bit more color coding. svn path=/rcynic/rcynic.c; revision=3238 | |||
2010-05-05 | Forgot to update copyright notice | Rob Austein | |
svn path=/rcynic/rcynic.xsl; revision=3237 | |||
2010-05-05 | Having jumped off the CSS cliff, let's try a few colors. | Rob Austein | |
svn path=/rcynic/rcynic.xsl; revision=3236 | |||
2010-05-04 | Add per-URI validation status to XML output. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=3235 | |||
2010-05-04 | Suppress all but the first whine about a particular manifest or CRL | Rob Austein | |
being stale. svn path=/rcynic/rcynic.c; revision=3234 | |||
2010-04-30 | Rewrite many logging invocation messages in an attempt to impose some | Rob Austein | |
consistancy. All concious decisions to reject an object now say so explictly. Well, that's the intent, anyway. svn path=/rcynic/rcynic.c; revision=3233 | |||
2010-04-30 | Better error message for validation failures. | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=3232 | |||
2010-04-30 | Update notes | Rob Austein | |
svn path=/rpkid/README; revision=3231 | |||
2010-04-30 | Update status of a few tasks | Rob Austein | |
svn path=/rpkid/README; revision=3230 |