Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-08 | redirect to /rpki when we get a request for the bare vhost | Michael Elkins | |
svn path=/trunk/; revision=4818 | |||
2012-11-08 | Merge from /trunk. | Rob Austein | |
svn path=/branches/tk274/; revision=4817 | |||
2012-11-08 | Doh, logging for new recovery code works better when committed to repository. | Rob Austein | |
svn path=/branches/tk274/; revision=4816 | |||
2012-11-08 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4815 | |||
2012-11-08 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4814 | |||
2012-11-08 | Avoid specifying the keyword parameters min= and max= in ↵ | Michael Elkins | |
rpki.gui.app.range_list.RangeList. This is used with the rpki.resource_set classes, and the API changed from min,max to range_min,range_max. svn path=/branches/tk274/; revision=4813 | |||
2012-11-08 | Add __copy__ and __deepcopy__ support to IPAddress objects. | Rob Austein | |
svn path=/branches/tk274/; revision=4812 | |||
2012-11-08 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4811 | |||
2012-11-08 | convert the IP prefix from string to rpki.POW.IPAddress prior to invoking ↵ | Michael Elkins | |
resource_set.roa_prefix_ipv4 svn path=/branches/tk274/; revision=4810 | |||
2012-11-08 | to_bytes -> toBytes, from_bytes -> fromBytes to match the rpki.POW.IPAddress API | Michael Elkins | |
pep8 formatting fixes svn path=/branches/tk274/; revision=4809 | |||
2012-11-08 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4808 | |||
2012-11-07 | Use TAL instead of TA in tests. | Rob Austein | |
svn path=/branches/tk274/; revision=4807 | |||
2012-11-07 | Retry apparently failed publication of manifest and CRL when | Rob Austein | |
publishing new objects. This should be generalized to cover all objects issued by this ca_detail, but that's more code. See #306. svn path=/branches/tk274/; revision=4806 | |||
2012-11-07 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4805 | |||
2012-11-07 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4804 | |||
2012-11-06 | Merge from /trunk. | Rob Austein | |
svn path=/branches/tk274/; revision=4803 | |||
2012-11-06 | Use "[None]" as hostname for URIs with null hostname. At present this | Rob Austein | |
only happens when rcynic reports a problem with a trust anchor or TAL. svn path=/trunk/; revision=4802 | |||
2012-11-04 | only consider certs which have already been accepted when looking up the issuer | Michael Elkins | |
closes #299 svn path=/trunk/; revision=4801 | |||
2012-11-04 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4800 | |||
2012-11-01 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4799 | |||
2012-10-29 | Pull from /trunk. | Rob Austein | |
svn path=/branches/tk274/; revision=4798 | |||
2012-10-29 | Remove old APNIC TAL. | Rob Austein | |
svn path=/trunk/; revision=4797 | |||
2012-10-26 | Pull from /trunk. | Rob Austein | |
svn path=/branches/tk274/; revision=4796 | |||
2012-10-26 | Add new APNIC TAL collection (they promise that this profusion of TALs | Rob Austein | |
is temporary, scout's honor). Old APNIC TAL slated for oblivion, probably next week. svn path=/trunk/; revision=4795 | |||
2012-10-26 | Teach MySQLdb converter interface about rpki.sundial.datetime. | Rob Austein | |
svn path=/branches/tk274/; revision=4794 | |||
2012-10-26 | [4786] broke handling of timers with no errback set. | Rob Austein | |
svn path=/branches/tk274/; revision=4793 | |||
2012-10-26 | Warnings dependent on word size: same OS and compiler version, warning | Rob Austein | |
shows up on 64-bit CPU, but not on 32-bit CPU. Fun! svn path=/branches/tk274/; revision=4792 | |||
2012-10-26 | Change POW representation of UTCTime and GeneralizedTime to use Python | Rob Austein | |
datetime instead of OpenSSL-like GeneralizedTime strings. Clean up a lot of compiler warnings that gcc only reports with -Wextra. svn path=/branches/tk274/; revision=4791 | |||
2012-10-26 | Spelling. | Rob Austein | |
svn path=/branches/tk274/; revision=4790 | |||
2012-10-25 | Add direct conversion of datetime (and subclasses) timestamps to | Rob Austein | |
ASN1_TIME, so we can stop mucking about with this conversion in the Python code. svn path=/branches/tk274/; revision=4789 | |||
2012-10-25 | Fix some documentation strings. Convert inappropriate uses of | Rob Austein | |
PyArg_ParseTuple() to use PySequence_Fast() et al. Fixes #296. svn path=/branches/tk274/; revision=4788 | |||
2012-10-24 | rcynic-svn. | Rob Austein | |
svn path=/branches/tk274/; revision=4787 | |||
2012-10-18 | pylint | Rob Austein | |
svn path=/branches/tk274/; revision=4786 | |||
2012-10-17 | Make sure we save an updated certificate for an existing ca_detail. | Rob Austein | |
Clean up noisy messes a little faster during RPKI key rollover. svn path=/branches/tk274/; revision=4785 | |||
2012-10-17 | Oops, check_*_schema variables are booleans, use right method. | Rob Austein | |
svn path=/branches/tk274/; revision=4784 | |||
2012-10-17 | validation_status.py is both simpler and faster than | Rob Austein | |
validation_status.awk, so delete the latter and make the former a proper script. svn path=/branches/tk274/; revision=4783 | |||
2012-10-17 | If a file doesn't parse as X.509, try parsing as CMS and looking for | Rob Austein | |
an embedded EE certificate before giving up. svn path=/branches/tk274/; revision=4782 | |||
2012-10-17 | Use -J (.txz) instead of -z (.tgz) for backup target. | Rob Austein | |
svn path=/branches/tk274/; revision=4781 | |||
2012-10-17 | CRLs work better if one remembers to set the list of certificates | Rob Austein | |
being revoked. Doh. Fixes #295. svn path=/branches/tk274/; revision=4780 | |||
2012-10-16 | Make schema checking configurable at runtime, reenable inbound schema | Rob Austein | |
checking as the default. svn path=/branches/tk274/; revision=4779 | |||
2012-10-14 | Cleanup | Rob Austein | |
svn path=/branches/tk274/; revision=4778 | |||
2012-10-13 | Consolidate all the IP-version-specific voodoo into a read-only data | Rob Austein | |
structure. svn path=/branches/tk274/; revision=4777 | |||
2012-10-12 | Correct type names (insert package name). | Rob Austein | |
svn path=/branches/tk274/; revision=4776 | |||
2012-10-12 | Deobfuscate. | Rob Austein | |
svn path=/branches/tk274/; revision=4775 | |||
2012-10-12 | Deobfuscate. | Rob Austein | |
svn path=/branches/tk274/; revision=4774 | |||
2012-10-12 | Replace rpki.ipaddrs with rpki.POW.IPAddress. | Rob Austein | |
svn path=/branches/tk274/; revision=4773 | |||
2012-10-12 | Cleanup. | Rob Austein | |
svn path=/branches/tk274/; revision=4772 | |||
2012-10-12 | Rust In Pieces, POW.pkix. | Rob Austein | |
In the end, there can be only one. svn path=/branches/tk274/; revision=4771 | |||
2012-10-11 | Tell OpenSSL to use Python's replacements for libc memory allocation | Rob Austein | |
functions, mostly because Python says this will make our teeth whiter. Seems to work. Back this out if it creates portability problems. svn path=/branches/tk274/; revision=4770 | |||
2012-10-11 | Convert rpki.x509.X509._issue() to use POW instead of POW.pkix. | Rob Austein | |
svn path=/branches/tk274/; revision=4769 |