Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-29 | Checkpoint | Rob Austein | |
svn path=/trunk/; revision=4376 | |||
2012-02-28 | Checkpoint | Rob Austein | |
svn path=/trunk/; revision=4375 | |||
2012-02-28 | Checkpoint | Rob Austein | |
svn path=/trunk/; revision=4374 | |||
2012-02-28 | Id | Rob Austein | |
svn path=/trunk/; revision=4373 | |||
2012-02-28 | Checkpoint of rcynic-over-BitTorrent hack, using transmission-daemon | Rob Austein | |
as the BitTorrent engine. This is a work in progress, and doesn't yet include the hacks either to generate torrents or to follow multiple torrents in parallel. svn path=/trunk/; revision=4372 | |||
2012-02-26 | Allow configuration of authenticated and unauthenticated directories | Rob Austein | |
from command line, to simplify use with alternate fetch mechanisms. svn path=/trunk/; revision=4371 | |||
2012-02-25 | .mnf -> .mft. | Rob Austein | |
svn path=/trunk/; revision=4370 | |||
2012-02-24 | add more information to the Parent detail view. closes #205 | Michael Elkins | |
svn path=/branches/tk161/; revision=4369 | |||
2012-02-24 | remove .title() from the template tags to retrieve the verbose_name of ↵ | Michael Elkins | |
objects in the generic lists properly capitalize the model names in verbose_name{,_plural}. closes #204 svn path=/branches/tk161/; revision=4368 | |||
2012-02-24 | display current resource handle in a larger font. closes #206 | Michael Elkins | |
svn path=/branches/tk161/; revision=4367 | |||
2012-02-24 | reword text to avoid indicating where the route origin validation table is ↵ | Michael Elkins | |
relative to the confirmation form. closes #203 svn path=/branches/tk161/; revision=4366 | |||
2012-02-24 | move copyright notice to comment block. pep8 formatting. | Michael Elkins | |
svn path=/branches/tk161/; revision=4365 | |||
2012-02-24 | remove the admin link from the topbar. closes #202 | Michael Elkins | |
svn path=/branches/tk161/; revision=4364 | |||
2012-02-24 | HttpResponse is not an exception | Michael Elkins | |
svn path=/branches/tk161/; revision=4363 | |||
2012-02-23 | move the 'select identity' link to the app_base template, inside the ↵ | Michael Elkins | |
is_superuser check. svn path=/branches/tk161/; revision=4362 | |||
2012-02-22 | remove gui interface to update_bpki since this should be run either by the ↵ | Michael Elkins | |
cli or in cron svn path=/branches/tk161/; revision=4361 | |||
2012-02-22 | Preserve old BPKI CA subject names when we can, since changing them | Rob Austein | |
requires re-doing OOB initialization dance. svn path=/branches/tk161/; revision=4360 | |||
2012-02-22 | rpki.rpkic.main.do_update_bpki() wasn't writing updated BPKI object to | Rob Austein | |
disk; see #200. Make BPKI certificate lifetimes and CRL intervals configurable; closes #201. svn path=/branches/tk161/; revision=4359 | |||
2012-02-22 | Make base_port configurable in [yamltest] section of rpki.conf. See #200. | Rob Austein | |
svn path=/branches/tk161/; revision=4358 | |||
2012-02-22 | invoke .save() after calling .avow() or .generate_crl() to ensure the newly ↵ | Michael Elkins | |
generated objects are saved to the db. closes #200 svn path=/branches/tk161/; revision=4357 | |||
2012-02-21 | Another test configuration. | Rob Austein | |
svn path=/trunk/; revision=4356 | |||
2012-02-20 | Include self_handle in up-down resource mismatch reports. Closes #14. | Rob Austein | |
svn path=/trunk/; revision=4355 | |||
2012-02-17 | Revoke certificates and clean up published objects when processing a | Rob Austein | |
left-right destroy action. Clean up empty publication directories on withdrawal. Fix rootd's handling of CRLs and manifests. See #197. svn path=/trunk/; revision=4354 | |||
2012-02-17 | also refresh the rescert cache | Michael Elkins | |
svn path=/branches/tk161/; revision=4353 | |||
2012-02-17 | First cut at cleaning up litter left behind in repository if the UI | Rob Austein | |
just deletes the <self/> object. See #197. svn path=/trunk/; revision=4352 | |||
2012-02-17 | use .all() to select all objects. closes #199 | Michael Elkins | |
svn path=/branches/tk161/; revision=4351 | |||
2012-02-17 | delete objects through the irdb.models rather than the proxy models, to ↵ | Michael Elkins | |
avoid issue with cascade deletes not working via proxy models svn path=/branches/tk161/; revision=4350 | |||
2012-02-17 | end range should be 33 since it is not inclusive | Michael Elkins | |
add output to give feedback svn path=/branches/tk161/; revision=4349 | |||
2012-02-17 | new script for reseting the labuser* accounts on rpki.net | Michael Elkins | |
svn path=/branches/tk161/; revision=4348 | |||
2012-02-17 | Regen | Rob Austein | |
svn path=/trunk/; revision=4347 | |||
2012-02-17 | Allow AS 0 in <roa_request/> objects. Closes #195. | Rob Austein | |
svn path=/trunk/; revision=4346 | |||
2012-02-16 | Add --password hack to feed "override: password" lines to irr_rpsl_submit. | Rob Austein | |
svn path=/trunk/; revision=4345 | |||
2012-02-16 | Changed BPKI certification model for rootd with new IRDB means that | Rob Austein | |
rpkid no longer expects to see a BPKI CRL in CMS messages from rootd, so fix rootd to conform to rpkid's expectation. svn path=/branches/tk161/; revision=4344 | |||
2012-02-16 | fix bug where ipv4 addresses were displayed instead of ipv6 in the dashboard | Michael Elkins | |
invoke Zookeeper.run_rpkid_now() or .synchronize() when anything in the IRDB changes. closes #192 svn path=/branches/tk161/; revision=4343 | |||
2012-02-16 | Teach irbe_cli to pull certs and keys directly from irdb. | Rob Austein | |
svn path=/branches/tk161/; revision=4342 | |||
2012-02-16 | Fix delete_self operation. Closes #196. | Rob Austein | |
svn path=/branches/tk161/; revision=4341 | |||
2012-02-16 | Client objects live under server_ca, not resource_ca. Closes #194. | Rob Austein | |
svn path=/branches/tk161/; revision=4340 | |||
2012-02-15 | __metaclass__ lossage: None makes a bad datetime object. Closes #193. | Rob Austein | |
svn path=/branches/tk161/; revision=4339 | |||
2012-02-15 | poke rpkid to run its cron job after creating/deleting roas or gbrs | Michael Elkins | |
svn path=/branches/tk161/; revision=4337 | |||
2012-02-15 | merge with /trunk | Michael Elkins | |
svn path=/branches/tk161/; revision=4336 | |||
2012-02-15 | Factor XML generation code out of main(), and don't overwrite old XML | Rob Austein | |
file when we can't run to completion, eg, when some other process is sitting on our lock file. This closes #184. svn path=/trunk/; revision=4335 | |||
2012-02-14 | Downgrade "AIA doesn't match issuer" to a warning. Closes #188. | Rob Austein | |
svn path=/trunk/; revision=4334 | |||
2012-02-14 | remove some unnecessary debug output | Michael Elkins | |
svn path=/branches/tk161/; revision=4333 | |||
2012-02-14 | for object_accepted, the filename should be relative to the "authenticated" ↵ | Michael Elkins | |
directory. svn path=/branches/tk161/; revision=4332 | |||
2012-02-14 | Apparently an old version of the res-certs specification allowed | Rob Austein | |
1024-bit RSA keys for EE certificates, or so some of the implementors believe, so downgrade that error to a warning for now. This is configurable using the "allow-1024-bit-ee-key" option and defaults to allowing such keys with a warning for now, but that default is subject to change. svn path=/trunk/; revision=4331 | |||
2012-02-14 | rework cacheview models to separate validation status from accepted objects | Michael Elkins | |
optimize import of rcynic xml summary svn path=/branches/tk161/; revision=4330 | |||
2012-02-13 | set proper sort order for RouteOrigin{,V6} to sort by prefix | Michael Elkins | |
svn path=/branches/tk161/; revision=4329 | |||
2012-02-12 | only show accepted roas in route_roa_list | Michael Elkins | |
svn path=/branches/tk161/; revision=4328 | |||
2012-02-12 | add link to display roas covering a bgp prefix in the routes view | Michael Elkins | |
svn path=/branches/tk161/; revision=4327 | |||
2012-02-12 | fix bug in routeviews parser | Michael Elkins | |
svn path=/branches/tk161/; revision=4326 |