Age | Commit message (Expand) | Author |
2012-11-10 | merge with ^/tk316 | Michael Elkins |
2012-11-10 | remove 'serialize' from the introspection rules, since it doesn't affect the ... | Michael Elkins |
2012-11-10 | initial support for using django south on rpki.gui.app | Michael Elkins |
2012-11-09 | Add "merge_publication_directories" option to let Iain do some testing | Rob Austein |
2012-11-08 | redirect to /rpki when we get a request for the bare vhost | Michael Elkins |
2012-11-08 | Doh, logging for new recovery code works better when committed to repository. | Rob Austein |
2012-11-08 | Avoid specifying the keyword parameters min= and max= in rpki.gui.app.range_l... | Michael Elkins |
2012-11-08 | Add __copy__ and __deepcopy__ support to IPAddress objects. | Rob Austein |
2012-11-08 | convert the IP prefix from string to rpki.POW.IPAddress prior to invoking res... | Michael Elkins |
2012-11-08 | to_bytes -> toBytes, from_bytes -> fromBytes to match the rpki.POW.IPAddress API | Michael Elkins |
2012-11-07 | Use TAL instead of TA in tests. | Rob Austein |
2012-11-07 | Retry apparently failed publication of manifest and CRL when | Rob Austein |
2012-11-06 | Merge from /trunk. | Rob Austein |
2012-11-04 | only consider certs which have already been accepted when looking up the issuer | Michael Elkins |
2012-10-26 | Teach MySQLdb converter interface about rpki.sundial.datetime. | Rob Austein |
2012-10-26 | [4786] broke handling of timers with no errback set. | Rob Austein |
2012-10-26 | Warnings dependent on word size: same OS and compiler version, warning | Rob Austein |
2012-10-26 | Change POW representation of UTCTime and GeneralizedTime to use Python | Rob Austein |
2012-10-26 | Spelling. | Rob Austein |
2012-10-25 | Add direct conversion of datetime (and subclasses) timestamps to | Rob Austein |
2012-10-25 | Fix some documentation strings. Convert inappropriate uses of | Rob Austein |
2012-10-18 | pylint | Rob Austein |
2012-10-17 | Make sure we save an updated certificate for an existing ca_detail. | Rob Austein |
2012-10-17 | Oops, check_*_schema variables are booleans, use right method. | Rob Austein |
2012-10-17 | Use -J (.txz) instead of -z (.tgz) for backup target. | Rob Austein |
2012-10-17 | CRLs work better if one remembers to set the list of certificates | Rob Austein |
2012-10-16 | Make schema checking configurable at runtime, reenable inbound schema | Rob Austein |
2012-10-14 | Cleanup | Rob Austein |
2012-10-13 | Consolidate all the IP-version-specific voodoo into a read-only data | Rob Austein |
2012-10-12 | Correct type names (insert package name). | Rob Austein |
2012-10-12 | Deobfuscate. | Rob Austein |
2012-10-12 | Deobfuscate. | Rob Austein |
2012-10-12 | Replace rpki.ipaddrs with rpki.POW.IPAddress. | Rob Austein |
2012-10-12 | Cleanup. | Rob Austein |
2012-10-12 | Rust In Pieces, POW.pkix. | Rob Austein |
2012-10-11 | Tell OpenSSL to use Python's replacements for libc memory allocation | Rob Austein |
2012-10-11 | Convert rpki.x509.X509._issue() to use POW instead of POW.pkix. | Rob Austein |
2012-10-11 | Use correct OID for EE certificate SIA (id-ad-signedObject, not | Rob Austein |
2012-10-11 | Use POW instead of POW.pkix to decode certificate resources. | Rob Austein |
2012-10-11 | Cleanup | Rob Austein |
2012-10-10 | Convert ROAs and manifests to use POW CMS subclasses. Start inching | Rob Austein |
2012-10-10 | Fix length of manifest BIT STRING. Remove extraneous argument from | Rob Austein |
2012-10-10 | Fix manifest URI broken a couple of edits ago. | Rob Austein |
2012-10-09 | Delete broken definition of Ghostbusters class (which nothing ever | Rob Austein |
2012-10-09 | Whack SIA and AIA code to use POW instead of POW.pkix. Whack | Rob Austein |
2012-10-09 | Use POW for PKCS #10 generation. | Rob Austein |
2012-10-09 | FIRST allocate, THEN initialize. Doh. | Rob Austein |
2012-10-09 | Calculate SKI directly from POW.Asymmetric object. | Rob Austein |
2012-10-05 | Apparently gcc reserves the right to optimize code to the point where | Rob Austein |
2012-10-05 | Convert another chunk of Python code to use new POW classes. Clean up | Rob Austein |