Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-03 | Salvage "backup" target from old myrpki/Makefile | Rob Austein | |
svn path=/rpkid/tests/Makefile; revision=3321 | |||
2010-06-29 | Regen | Rob Austein | |
svn path=/rpkid/left-right-schema.rng; revision=3303 | |||
2010-06-29 | Add parent_handle to <list_received_resources/> reply PDU. | Rob Austein | |
svn path=/rpkid/irbe_cli.py; revision=3302 | |||
2010-06-27 | Cleanup, notes on rcynic rewrite. | Rob Austein | |
svn path=/rpkid/README; revision=3301 | |||
2010-06-27 | DNS work done | Rob Austein | |
svn path=/rpkid/README; revision=3300 | |||
2010-06-25 | Use sys.executable so script has some chance of working correctly even | Rob Austein | |
if PATH isn't set as expected. svn path=/rpkid/start-servers.py; revision=3297 | |||
2010-06-18 | Cleanup | Rob Austein | |
svn path=/rpkid/rpki/resource_set.py; revision=3291 | |||
2010-06-16 | Add resource_set.chop_into_prefixes(). | Rob Austein | |
svn path=/rpkid/rpki/resource_set.py; revision=3290 | |||
2010-06-15 | Add translation from resource_set to roa_prefix_set, clean up. | Rob Austein | |
svn path=/rpkid/rpki/resource_set.py; revision=3289 | |||
2010-06-15 | Warn about what's happening in unit test. | Rob Austein | |
svn path=/rpkid/rpki/adns.py; revision=3288 | |||
2010-06-12 | Remove stale comment | Rob Austein | |
svn path=/rpkid/examples/asns.csv; revision=3283 | |||
2010-06-10 | SSLUnexpectedEOF needs to be a special case for .tls_accept(), to avoid | Rob Austein | |
leaving chicken entrails all over the log on every nagios/sysmond probe. svn path=/rpkid/rpki/https.py; revision=3282 | |||
2010-06-10 | Partial cleanup of exception and timeout handling. | Rob Austein | |
svn path=/rpkid/rpki/exceptions.py; revision=3281 | |||
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 | 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-26 | Update task status. | Rob Austein | |
svn path=/rpkid/README; revision=3263 | |||
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 | 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-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-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 | |||
2010-04-23 | Add explicit pointers to HTML and PDF doc. | Rob Austein | |
svn path=/rpkid/README; revision=3222 | |||
2010-04-20 | Dump flat text version of myrpki tool doc too. | Rob Austein | |
svn path=/rpkid/Makefile; revision=3221 | |||
2010-04-20 | Doc tweaks | Rob Austein | |
svn path=/rpkid/doc/manual.pdf; revision=3220 | |||
2010-04-19 | Cleanup | Rob Austein | |
svn path=/rpkid/myrpki.rng; revision=3217 | |||
2010-04-19 | Merge myrpki/ into rpkid/ and clean up the result. | Rob Austein | |
svn path=/rpkid/Doxyfile; revision=3215 | |||
2010-04-19 | Doc | Rob Austein | |
svn path=/rpkid/Makefile; revision=3214 | |||
2010-04-19 | Cleanup | Rob Austein | |
svn path=/rpkid/Makefile; revision=3213 | |||
2010-04-19 | Doc | Rob Austein | |
svn path=/rpkid/doc/Configuration; revision=3212 | |||
2010-04-17 | docclean target | Rob Austein | |
svn path=/rpkid/Makefile; revision=3211 |