aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-15configure now confirms that django south 0.7.6 or later is installed if the ↵Michael Elkins
ca tools are going to be built closes #348 svn path=/trunk/; revision=4869
2012-11-15Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4868
2012-11-14There are no longer any user configurable options in settings.py, so always ↵Michael Elkins
install the generated copy. This avoids the user needing to manually copy it. svn path=/trunk/; revision=4867
2012-11-14Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4865
2012-11-14When adding a prefix/AS to a child, verify that it does notMichael Elkins
overlap with a previous allocation to the same child. This will avoid raising an exception about the uniqueness constraints on irdb.models.Child{Net,ASN} Use django.contrib.formtools to provide a double confirmation for AS/prefix additions to a child closes #343 svn path=/trunk/; revision=4864
2012-11-14report os.walk() errors in wsgi scriptMichael Elkins
svn path=/trunk/; revision=4863
2012-11-14Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4862
2012-11-13fix notification of valid->invalid transitionsMichael Elkins
svn path=/trunk/; revision=4861
2012-11-13vcard.prettyPrint() prints to stdout, and doesn't return a string.Michael Elkins
pep-8 formatting fixes svn path=/trunk/; revision=4860
2012-11-13Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4859
2012-11-12related to [4850], forgot to also change the code where it is actually used ↵Michael Elkins
in addition to the validation step svn path=/trunk/; revision=4857
2012-11-12Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4856
2012-11-12Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4854
2012-11-12Use real trang when available, otherwise run script which warns aboutRob Austein
out-of-date .rng files then touches them and moves on. Developers need to have trang installed, normal users don't and requiring trang just annoys them. Closes #304. svn path=/trunk/; revision=4852
2012-11-12properly detect ipv6 addressesMichael Elkins
svn path=/trunk/; revision=4850
2012-11-12fix bug where object_accepted object was compared to wrong attribute when ↵Michael Elkins
looking up validated certs closes #335 svn path=/trunk/; revision=4847
2012-11-12merge ^/branches/tk316Michael Elkins
closes #316 closes #317 svn path=/trunk/; revision=4846
2012-11-12merge with /trunkMichael Elkins
svn path=/branches/tk316/; revision=4845
2012-11-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4844
2012-11-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4843
2012-11-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4842
2012-11-11Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4841
2012-11-10Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4840
2012-11-10Stylistic nit.Rob Austein
svn path=/branches/tk316/; revision=4839
2012-11-10Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4838
2012-11-10install rpki.gui.app.migrationsMichael Elkins
svn path=/branches/tk316/; revision=4837
2012-11-10merge with ^/trunkMichael Elkins
svn path=/branches/tk316/; revision=4836
2012-11-10merge ^/branches/tk319Michael Elkins
closes #319 svn path=/trunk/; revision=4834
2012-11-10add rpki-manage script to wrap django-admin with env vars already setMichael Elkins
svn path=/branches/tk319/; revision=4833
2012-11-10merged ^/branches/tk316_317_integrationMichael Elkins
svn path=/branches/tk316/; revision=4829
2012-11-10merge with ^/tk316Michael Elkins
add db migrations svn path=/branches/tk316_317_integration/; revision=4828
2012-11-10add ResourceCert.conf and make .parent optinally nullMichael Elkins
svn path=/branches/tk316/; revision=4827
2012-11-10remove '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-10initial support for using django south on rpki.gui.appMichael Elkins
svn path=/branches/tk317/; revision=4824
2012-11-09Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4820
2012-11-09Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4819
2012-11-08redirect to /rpki when we get a request for the bare vhostMichael Elkins
svn path=/trunk/; revision=4818
2012-11-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4815
2012-11-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4814
2012-11-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4811
2012-11-08Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4808
2012-11-07Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4805
2012-11-07Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4804
2012-11-06Use "[None]" as hostname for URIs with null hostname. At present thisRob Austein
only happens when rcynic reports a problem with a trust anchor or TAL. svn path=/trunk/; revision=4802
2012-11-04only consider certs which have already been accepted when looking up the issuerMichael Elkins
closes #299 svn path=/trunk/; revision=4801
2012-11-04Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4800
2012-11-01Automatic pull of documentation from Wiki.RPKI Documentation Robot
svn path=/trunk/; revision=4799
2012-10-29Remove old APNIC TAL.Rob Austein
svn path=/trunk/; revision=4797
2012-10-26Add new APNIC TAL collection (they promise that this profusion of TALsRob Austein
is temporary, scout's honor). Old APNIC TAL slated for oblivion, probably next week. svn path=/trunk/; revision=4795
2012-10-04ARIN decomissioned the TAL for their old repository and refuses toRob Austein
disclose the TAL for their new one except under NDA. svn path=/trunk/; revision=4754