Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-13 | Make SignedReferralField a subclass of DERField. Django documentation | Rob Austein | |
neglects to mention that .to_python() and .get_prep_value() must handle None values, once I fixed that, the subclass worked. svn path=/branches/tk100/; revision=4119 | |||
2011-12-13 | Flesh out BPKI methods | Rob Austein | |
svn path=/branches/tk100/; revision=4118 | |||
2011-12-12 | Checkpoint. Custom IRDB model fields to handle automatic type | Rob Austein | |
conversion. Debug last night's rewrite of BPKI certificate issuance. svn path=/branches/tk100/; revision=4117 | |||
2011-12-12 | Checkpoint. Add X501DN abstraction, start sorting out BPKI generation code. | Rob Austein | |
svn path=/branches/tk100/; revision=4116 | |||
2011-12-12 | Log more useful error message on unhandled exceptions | Rob Austein | |
svn path=/branches/tk100/; revision=4115 | |||
2011-12-10 | Tighten uniqueness constraints on IRDB models. | Rob Austein | |
svn path=/branches/tk100/; revision=4114 | |||
2011-12-10 | fix missing comma in dict initialization | Michael Elkins | |
svn path=/branches/tk139/; revision=4113 | |||
2011-12-09 | When creating a stub rpki.conf for hosted entities, copy the openssl path ↵ | Michael Elkins | |
from the system rpki.conf. Modify formatting to fall in line with PEP8. svn path=/branches/tk139/; revision=4112 | |||
2011-12-09 | First sort-of-complete version of conversion script. Only handles | Rob Austein | |
self-hosted case so far, needs minor tweaks to deal with hosting. Result looks vaguely sane but there's no code to test it yet. svn path=/branches/tk100/; revision=4111 | |||
2011-12-09 | update myrpki glue functions to use the system rpki.conf when dealing with ↵ | Michael Elkins | |
the self-hosted instance, otherwise use the rpki.conf in the "conf" directory for the hosted instance. force run_pubd and run_rootd to false as well for hosted instances. svn path=/branches/tk139/; revision=4110 | |||
2011-12-09 | Rework models slightly. Now parsing most of the BPKI stuff. | Rob Austein | |
svn path=/branches/tk100/; revision=4109 | |||
2011-12-09 | Set the default location for rpki.conf from ${sysconfdir} instead of ↵ | Michael Elkins | |
hardcoding the path. svn path=/branches/tk139/; revision=4108 | |||
2011-12-08 | Use mysql as the db backend for django. | Michael Elkins | |
Pull SQL authentication information from rpki.conf so the user need not edit settings.py. svn path=/branches/tk139/; revision=4106 | |||
2011-12-07 | Checkpoint. Conversion of some SQL tables works now. | Rob Austein | |
svn path=/branches/tk100/; revision=4104 | |||
2011-12-07 | Sort out how to run syncdb | Rob Austein | |
svn path=/branches/tk100/; revision=4103 | |||
2011-12-07 | Id | Rob Austein | |
svn path=/branches/tk100/; revision=4102 | |||
2011-12-07 | Checkpoint | Rob Austein | |
svn path=/branches/tk100/; revision=4101 | |||
2011-12-06 | Include GUI directories in Doxygen trawl | Rob Austein | |
svn path=/trunk/; revision=4098 | |||
2011-12-02 | Regen | Rob Austein | |
svn path=/trunk/; revision=4096 | |||
2011-12-02 | Missing "trunk" in some URLs. | Rob Austein | |
svn path=/trunk/; revision=4095 | |||
2011-11-23 | remove features that depend on django 1.3, so that portal gui works with ↵ | Michael Elkins | |
django 1.2 svn path=/trunk/; revision=4093 | |||
2011-11-14 | Misplaced parenthesis | Rob Austein | |
svn path=/trunk/; revision=4092 | |||
2011-11-12 | make it clear that the asn and prefixes links are for resources delegated to ↵ | Michael Elkins | |
children. closes #115 svn path=/trunk/; revision=4090 | |||
2011-11-11 | reorder models to avoid forward references. closes #149 | Michael Elkins | |
svn path=/trunk/; revision=4089 | |||
2011-11-11 | set default value of max_length to prefix length, and change help text to ↵ | Michael Elkins | |
make it clear this field should be an integer without a leading slash. closes #132 svn path=/trunk/; revision=4087 | |||
2011-11-11 | if ${sysconfdir}/rpki/settings.py already exists, append a .new suffix and ↵ | Michael Elkins | |
copy the new version svn path=/branches/tk103/; revision=4083 | |||
2011-11-10 | move settings.py for portal gui django app to ${sysconfdir}/rpki since it ↵ | Michael Elkins | |
really is a configuration file svn path=/branches/tk103/; revision=4078 | |||
2011-10-30 | use combination of AKI and issuer name to look up parent cert since the same ↵ | Michael Elkins | |
public key can be used in multiple certs svn path=/trunk/; revision=4071 | |||
2011-10-19 | Wrap SQL schemas up so rpki-sql-setup doesn't have to be run in the | Rob Austein | |
build tree (see #8). This appears to work properly but needs more testing, leaving ticket open for now. Also cleaned up a few things that should have moved from scripts/ to buildtools/ a long time ago. svn path=/trunk/; revision=4056 | |||
2011-10-18 | update rpki.gui.cacheview app to support new rcynic xml format. closes #106 | Michael Elkins | |
svn path=/trunk/; revision=4054 | |||
2011-10-13 | use the django.contrib.staticfiles app to serve the django admin site media. | Michael Elkins | |
svn path=/trunk/; revision=4037 | |||
2011-10-12 | add support for oo setup via portal gui | Michael Elkins | |
svn path=/rpkid/rpki/gui/app/forms.py; revision=4033 | |||
2011-10-09 | update rcynic_xml_iterator to support new attributes for validation_status ↵ | Michael Elkins | |
element in rcynic output format svn path=/rpkid/rpki/rcynic.py; revision=4030 | |||
2011-10-08 | rcynic's new timestamped output directory code gets grumpy when rcynic | Rob Austein | |
is run twice in less than a second. Granted that this shouldn't happen in the first place, but having seen it happen in testing when something else was broken, detect the problem and handle it by sleeping for one second if and only if necessary. svn path=/rpkid/tests/smoketest.py; revision=4029 | |||
2011-10-07 | Fix bug in [4025], clean up PKCS 10 checking a bit more (see #6). | Rob Austein | |
svn path=/rpkid/rpki/x509.py; revision=4028 | |||
2011-10-07 | Add .self.self_handle to log_repr() constructor, if it's available. | Rob Austein | |
This helps a bit with #54, but is a long way from fully identifying which <self/> is logging at any given moment. svn path=/rpkid/rpki/log.py; revision=4027 | |||
2011-10-07 | Clean up HTTP traceback controls added in [3722], because [4014] does | Rob Austein | |
a better job of handling the traceback problem. See #95. svn path=/rpkid/rpki/http.py; revision=4026 | |||
2011-10-07 | Tighten up PKCS 10 request checking (closes #6). | Rob Austein | |
svn path=/rpkid/rpki/oids.py; revision=4025 | |||
2011-10-07 | qualify csv_writer calls with rpki.myrpki. | Michael Elkins | |
svn path=/rpkid/rpki/gui/app/glue.py; revision=4024 | |||
2011-10-07 | add support for import/export of xml files for rpki setup | Michael Elkins | |
svn path=/rpkid/rpki/gui/app/glue.py; revision=4023 | |||
2011-10-07 | revert rev #3877 so the portal gui writes the csv files when configuring ↵ | Michael Elkins | |
resources svn path=/rpkid/rpki/gui/app/forms.py; revision=4022 | |||
2011-10-07 | install copy of example rpki.conf as template for new gui users | Michael Elkins | |
svn path=/rpkid/portal-gui/Makefile.in; revision=4021 | |||
2011-10-07 | add AC_DATAROOTDIR to dictionary of variables to expand in python config files | Michael Elkins | |
svn path=/rpkid/Makefile.in; revision=4020 | |||
2011-10-06 | Use Auto_update for all BPKI objects (fixes #68). | Rob Austein | |
svn path=/rpkid/rpki/rootd.py; revision=4016 | |||
2011-10-05 | Stop abusing RuntimeError. This closes #52. | Rob Austein | |
svn path=/rpkid/portal-gui/scripts/load_csv.py; revision=4015 | |||
2011-10-05 | Add global traceback control; this closes #95. Clean up some | Rob Austein | |
"except:" clauses that should have been "except Exception:". svn path=/rpkid/rpki-sql-setup.py; revision=4014 | |||
2011-10-04 | More explicit certificate expiration checks in CMS verify (see #94). | Rob Austein | |
svn path=/rcynic/rcynic.c; revision=4012 | |||
2011-10-04 | Add explicit check for certificate expiration in CMS verify (see #94). | Rob Austein | |
svn path=/rpkid/rpki/exceptions.py; revision=4011 | |||
2011-10-04 | Don't spew to stderr if dumpasn1 isn't available when we want to dump | Rob Austein | |
CMS that doesn't validate (see #94). Switch CMS-dumping code to use OpenSSL library code rather than dumpasn1 -- dumpasn1 is prettier, but not enough prettier to be worth making people install yet another freaking program that's only used to diagnose strange failures. svn path=/rpkid/rpki/x509.py; revision=4010 | |||
2011-10-04 | Rework http_queue exception handling not to drop the event chain if | Rob Austein | |
callback handler throws an exception, eg, due to CMS validation failure. This closes #94. svn path=/rpkid/rpki/http.py; revision=4009 |