aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-20Checkpoint. More schema tweaks (HostedCA model).Rob Austein
svn path=/branches/tk100/; revision=4129
2011-12-17CheckpointRob Austein
svn path=/branches/tk100/; revision=4126
2011-12-16Checkpoint. Add synchronize_prefixes and synchronize_asns commands.Rob Austein
svn path=/branches/tk100/; revision=4125
2011-12-16Checkpoint. Add EnumField. Debug CertificateManager.Rob Austein
svn path=/branches/tk100/; revision=4124
2011-12-15Checkpoint. Rewrote all the OOB-setup portions of rpkic to use newRob Austein
IRDB, which simplified the code considerably as a nice side effect. svn path=/branches/tk100/; revision=4123
2011-12-15Checkpoint. Add rpki.irdb.models.CertificateManager() to consolidateRob Austein
BPKI object creation logic. Move CSV code out of rpkic. svn path=/branches/tk100/; revision=4122
2011-12-14Start hacking replacement for myrpki comamnd (rpkic) which uses theRob Austein
new Django-model-based entitydb and IRDB. svn path=/branches/tk100/; revision=4121
2011-12-13Sort out (fake) SAX handler.Rob Austein
svn path=/branches/tk100/; revision=4120
2011-12-13Make SignedReferralField a subclass of DERField. Django documentationRob 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-13Flesh out BPKI methodsRob Austein
svn path=/branches/tk100/; revision=4118
2011-12-12Checkpoint. Custom IRDB model fields to handle automatic typeRob Austein
conversion. Debug last night's rewrite of BPKI certificate issuance. svn path=/branches/tk100/; revision=4117
2011-12-12Checkpoint. Add X501DN abstraction, start sorting out BPKI generation code.Rob Austein
svn path=/branches/tk100/; revision=4116
2011-12-12Log more useful error message on unhandled exceptionsRob Austein
svn path=/branches/tk100/; revision=4115
2011-12-10Tighten uniqueness constraints on IRDB models.Rob Austein
svn path=/branches/tk100/; revision=4114
2011-12-09First sort-of-complete version of conversion script. Only handlesRob 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-09Rework models slightly. Now parsing most of the BPKI stuff.Rob Austein
svn path=/branches/tk100/; revision=4109
2011-12-07Checkpoint. Conversion of some SQL tables works now.Rob Austein
svn path=/branches/tk100/; revision=4104
2011-12-07Sort out how to run syncdbRob Austein
svn path=/branches/tk100/; revision=4103
2011-12-07IdRob Austein
svn path=/branches/tk100/; revision=4102
2011-12-07CheckpointRob Austein
svn path=/branches/tk100/; revision=4101
2011-12-06Fix graphic on NULL-allowed foreign key constraintRob Austein
svn path=/trunk/; revision=4099
2011-12-06Include GUI directories in Doxygen trawlRob Austein
svn path=/trunk/; revision=4098
2011-12-02RegenRob Austein
svn path=/trunk/; revision=4096
2011-12-02Missing "trunk" in some URLs.Rob Austein
svn path=/trunk/; revision=4095
2011-11-23give the user explanatory feedback about why django is required when ↵Michael Elkins
configure can't find it installed. closes #150. svn path=/trunk/; revision=4094
2011-11-23remove 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-14Misplaced parenthesisRob Austein
svn path=/trunk/; revision=4092
2011-11-13Pull NIST from list of hosts tracked, not as interesting as I had thought at ↵Rob Austein
first svn path=/trunk/; revision=4091
2011-11-12make 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-11reorder models to avoid forward references. closes #149Michael Elkins
svn path=/trunk/; revision=4089
2011-11-11Require both Python and Django >= 1.3 to be installed by default, unless the ↵Michael Elkins
use explicitly uses the --disable-* arguments. closes #120 svn path=/trunk/; revision=4088
2011-11-11set 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-11merging /branches/tk103. closes #103Michael Elkins
svn path=/trunk/; revision=4085
2011-11-11merge with ^/trunkMichael Elkins
svn path=/branches/tk103/; revision=4084
2011-11-11if ${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-11prepend ${sysconfdir}/rpki to sys.path to avoid picking up the wrong ↵Michael Elkins
settings.py by accident svn path=/branches/tk103/; revision=4082
2011-11-10Handle traversal of empty backup directory with no manifest correctly,Rob Austein
now that this bug isn't masked by the one I fixed earlier today. svn path=/trunk/; revision=4081
2011-11-10Prettyprinter for validation_status.Rob Austein
svn path=/trunk/; revision=4080
2011-11-10Andrew's torture tests detected a mis-ordering problem inRob Austein
walk_ctx_loop_init(): need to bump walk state -before- looking for files not in manifest. svn path=/trunk/; revision=4079
2011-11-10move 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-11-10CleanupRob Austein
svn path=/trunk/; revision=4077
2011-11-10Minor changes I forgot to check in.Rob Austein
svn path=/trunk/; revision=4076
2011-11-03RIPE pilot program Trust Anchor LocatorRob Austein
svn path=/trunk/; revision=4074
2011-11-02Clean up old PF_UNIX inodes in sockets/ subdirectory. This closes #118.Rob Austein
svn path=/trunk/; revision=4073
2011-10-30CleanupRob Austein
svn path=/trunk/; revision=4072
2011-10-30use 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-30TAL for ARIN pilot, supplied by Alex Band (thanks!)Rob Austein
svn path=/trunk/; revision=4070
2011-10-30Hacks to ease including portions of script's output in presentations.Rob Austein
svn path=/trunk/; revision=4069
2011-10-27Back out [4066], as it didn't fix the problem and now appearsRob Austein
unnecessary. Add missing assertion. See #112. svn path=/trunk/; revision=4068
2011-10-27Doh, rc->validation_status isn't just for XML anymore.Rob Austein
svn path=/trunk/; revision=4067