Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-12 | merge with /trunk | Michael Elkins | |
svn path=/branches/tk316/; revision=4845 | |||
2012-11-10 | Stylistic nit. | Rob Austein | |
svn path=/branches/tk316/; revision=4839 | |||
2012-11-10 | install rpki.gui.app.migrations | Michael Elkins | |
svn path=/branches/tk316/; revision=4837 | |||
2012-11-10 | merge with ^/trunk | Michael Elkins | |
svn path=/branches/tk316/; revision=4836 | |||
2012-11-10 | merge ^/branches/tk319 | Michael Elkins | |
closes #319 svn path=/trunk/; revision=4834 | |||
2012-11-10 | add rpki-manage script to wrap django-admin with env vars already set | Michael Elkins | |
svn path=/branches/tk319/; revision=4833 | |||
2012-11-10 | merged ^/branches/tk316_317_integration | Michael Elkins | |
svn path=/branches/tk316/; revision=4829 | |||
2012-11-10 | merge with ^/tk316 | Michael Elkins | |
add db migrations svn path=/branches/tk316_317_integration/; revision=4828 | |||
2012-11-10 | add ResourceCert.conf and make .parent optinally null | Michael Elkins | |
svn path=/branches/tk316/; revision=4827 | |||
2012-11-10 | remove 'serialize' from the introspection rules, since it doesn't affect the ↵ | Michael Elkins | |
database, only the ORM regenerate the initial migration svn path=/branches/tk317/; revision=4825 | |||
2012-11-10 | initial support for using django south on rpki.gui.app | Michael Elkins | |
svn path=/branches/tk317/; revision=4824 | |||
2012-11-09 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4820 | |||
2012-11-09 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4819 | |||
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 | 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 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4811 | |||
2012-11-08 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4808 | |||
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 | 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 | Remove old APNIC TAL. | Rob Austein | |
svn path=/trunk/; revision=4797 | |||
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-04 | ARIN decomissioned the TAL for their old repository and refuses to | Rob Austein | |
disclose the TAL for their new one except under NDA. svn path=/trunk/; revision=4754 | |||
2012-08-24 | do not assume that user.email is not None | Michael Elkins | |
svn path=/trunk/; revision=4660 | |||
2012-08-18 | Add suppot for profiling rpkic. | Rob Austein | |
svn path=/trunk/; revision=4638 | |||
2012-08-18 | Cleanup | Rob Austein | |
svn path=/trunk/; revision=4637 | |||
2012-08-18 | Add profiling support. | Rob Austein | |
svn path=/trunk/; revision=4636 | |||
2012-08-07 | Safe mapping functions for OIDs, now that we're using the same code to | Rob Austein | |
deal with BPKI certificates with all the whacky distinguished name fields allowed by X.509, or at least by PKIX. See #279. svn path=/trunk/; revision=4621 | |||
2012-08-07 | add countryName oid. references #279 | Michael Elkins | |
svn path=/trunk/; revision=4620 | |||
2012-08-02 | First hack to hostkeys didn't work. Still need option to protect the | Rob Austein | |
clueless from disabling hostkeys accidently, but Iain has a plane to catch. svn path=/trunk/; revision=4619 | |||
2012-08-02 | Check for 404 errors, allow specification of username and password for | Rob Austein | |
transmission daemon. Also allow SSH hostkeys to be optional, which is a bad idea, but is needed in certain automated test environments where the hostkey isn't available without heroic effort (read: don't run without a hostkey in any kind of production environment). svn path=/trunk/; revision=4618 | |||
2012-07-31 | Move rpkic autosync control to rpki.conf. | Rob Austein | |
svn path=/trunk/; revision=4617 | |||
2012-07-31 | Somehow we got an exception whose string expansion was the null | Rob Austein | |
string. Huh? Log exception class name in cae this ever happens again. svn path=/trunk/; revision=4616 | |||
2012-07-31 | First cut at allowing I/O loop to run during processing of massive | Rob Austein | |
batches of ROA requests. Not yet well tested, preliminary results look good and I have people waiting for this patch, so checking in now while continuing testing. See #275. svn path=/trunk/; revision=4615 | |||
2012-07-31 | Automatic pull of documentation from Wiki. | RPKI Documentation Robot | |
svn path=/trunk/; revision=4614 | |||
2012-07-30 | Add -x option to control "XML summary" file name from command line. | Rob Austein | |
Consolidate code that generates file:// URIs from filenames. svn path=/trunk/; revision=4613 | |||
2012-07-30 | Remove -s from getopt string too. | Rob Austein | |
svn path=/trunk/; revision=4612 | |||
2012-07-30 | Add --stop_after_config | Rob Austein | |
svn path=/trunk/; revision=4611 | |||
2012-07-30 | Switch to Django ORM .raw() query interface for a few queries which | Rob Austein | |
were showing .deepcopy() hot spots under profiling. See #274. svn path=/trunk/; revision=4610 | |||
2012-07-26 | Add profiling support to yamltest; fix profiling support in daemons. | Rob Austein | |
Tweak yamltest to force one ROA request per prefix regardless of how the user expressed it; we may want to revisit this eventually, but it's more useful this way for now. svn path=/trunk/; revision=4609 | |||
2012-07-25 | Add profiling support. | Rob Austein | |
svn path=/trunk/; revision=4608 | |||
2012-07-25 | Clean up SQL cache when it gets big, break up huge batches of ROA | Rob Austein | |
requests to avoid timeouts. See #274. svn path=/trunk/; revision=4607 | |||
2012-07-23 | Use TAL instead of TA. | Rob Austein | |
svn path=/trunk/; revision=4606 | |||
2012-07-16 | simplify exiting the script | Michael Elkins | |
svn path=/trunk/; revision=4604 | |||
2012-07-16 | catch socket.error and print a friendlier message when we can't talk to ↵ | Michael Elkins | |
rpkid. fixes #268 svn path=/trunk/; revision=4603 | |||
2012-07-13 | send_email() should have been send_mail() | Michael Elkins | |
svn path=/trunk/; revision=4602 |