Commit graph

3274 commits

Author SHA1 Message Date
Vladimir Diaz
1cbae5aa4c More changes for 1.0 tasks 2016-03-02 09:49:59 -05:00
Vladimir Diaz
cab7d5fbce Merge branch 'develop' of github.com:theupdateframework/tuf into role_metadata_one_directory 2016-03-01 13:24:23 -05:00
Vladimir Diaz
30f5d398f7 Mostly changes from PR #321 2016-03-01 13:24:17 -05:00
Vladimir Diaz
a417f67129 Merge pull request #321 from vladimir-v-diaz/address-pr#295-review
Address pr#295 review
2016-03-01 13:22:40 -05:00
Vladimir Diaz
05d0acafd5 Remove extra whitespace 2016-02-29 11:03:12 -05:00
Vladimir Diaz
605d119195 Relocate the extraction of 'expected_versioninfo' earlier in the function as well 2016-02-26 16:50:30 -05:00
Vladimir Diaz
1193b79a75 Relocate the check for compressed metadata in _update_metadata_if_changed() 2016-02-26 16:45:37 -05:00
Vladimir Diaz
21910083bf Fix comment to say that _update_metadata_if_changed() returns early if metadata has not been updated. 2016-02-26 15:54:38 -05:00
Vladimir Diaz
ddd06f6205 Clean up if-else clauses in _update_metadata_if_changed() 2016-02-26 14:27:15 -05:00
Vladimir Diaz
a92f6c5a35 Avoid find(), use split() instead 2016-02-26 13:36:34 -05:00
Vladimir Diaz
c6ffcf0d83 Update the unit tests for _versioninfo_has_been_updated() (to use the renamed function) 2016-02-26 13:35:37 -05:00
Vladimir Diaz
a1c4e76a50 Add note to previous comments for os.makedirs() OSError exceptions. 2016-02-26 12:59:07 -05:00
Vladimir Diaz
14843acc28 Expand comments related to os.makedirs() exception handling in download_target() 2016-02-26 12:47:12 -05:00
Vladimir Diaz
c270a1ed5a Fix typo in _versioninfo_has_been_updated() docstring 2016-02-26 12:11:13 -05:00
Vladimir Diaz
1b549919ae Remove notion of a full rolename (roles will no longer prepend its parents names) 2016-02-26 11:04:24 -05:00
Vladimir Diaz
1bed3e09a4 Update tuf-spec.txt 2016-02-25 17:29:36 -05:00
Vladimir Diaz
b008edd7cd Update tuf-spec.txt
Begin section 5.1 (The Client Application) with a concise overview of the update procedure followed by client applications.  Follow the overview text with the more detailed explanation of the update procedure.
2016-02-25 17:24:23 -05:00
Vladimir Diaz
079bf98f14 Re-add initial WIP 2016-02-24 09:55:30 -05:00
Vladimir Diaz
acb2aa7d83 Avoid reusing/overwriting parameter _strip_consistent_snapshot_version_number() 2016-02-22 16:29:23 -05:00
Vladimir Diaz
ffd76ef2d6 Fix typo
All instances of embeded --> embedded
2016-02-22 16:21:16 -05:00
Vladimir Diaz
5ac9440edd Emphasize exclusive-or paths in formats.make_versioninfo() 2016-02-22 16:16:44 -05:00
Vladimir Diaz
f580811202 Minor wording change in docstring of formats.make_versioninfo() 2016-02-22 16:11:52 -05:00
Vladimir Diaz
012e99ea2d Remove unneeded information in Side Effects field of doctstring 2016-02-22 16:07:38 -05:00
Vladimir Diaz
dd9d31bef9 Add and fix comments in download_target() related to OSError exceptions 2016-02-22 16:03:49 -05:00
Vladimir Diaz
f52a9c8eff Fix minor wording issue in _update_versioninfo() 2016-02-22 14:57:23 -05:00
Vladimir Diaz
7548163912 Change function name and update comments
_versioninfo_has_changed() --> _versioninfo_has_been_updated()
false --> False (typo)
Update comments to make it clear that metadata is considered updated when it's version number increases, rather than simply changed.
2016-02-22 14:46:54 -05:00
Trishank Karthik Kuppusamy
da0a9aa196 By default, limit visited number of delegations in preorder DFS. 2016-02-19 17:44:21 -05:00
Trishank Karthik Kuppusamy
03fbe320e1 Skip visited roles in preorder DFS. 2016-02-19 17:27:17 -05:00
Vladimir Diaz
cbdb3fc722 Update README.md
Tweak the `Overview of the Update Process` section (after discussion and tracing of behavior with Seb).
2016-02-19 17:06:11 -05:00
Vladimir Diaz
001a3af102 Merge pull request #317 from vladimir-v-diaz/develop
Revert "[WIP] Read all files from the metadata directory"
2016-02-19 16:16:52 -05:00
Vladimir Diaz
7119973af9 Revert "[WIP] Read all files from the metadata directory"
This reverts commit 88fc74af71.
2016-02-19 16:07:19 -05:00
Vladimir Diaz
24646526dc Update README.md
Include note that the root file is re-fetched once to avoid an infinite loop.  (It loops only once in the reference implementation.)
2016-02-19 14:28:42 -05:00
Vladimir Diaz
00e3d580e7 Update AUTHORS.txt 2016-02-19 14:23:13 -05:00
Vladimir Diaz
c13ab89447 Merge pull request #315 from vladimir-v-diaz/diplomat_paper
Add Diplomat paper
2016-02-19 14:14:26 -05:00
Vladimir Diaz
d3f0bc3bbe List Diplomat paper in README 2016-02-19 14:13:21 -05:00
Vladimir Diaz
e943048757 Add Diplomat paper 2016-02-19 14:13:03 -05:00
Vladimir Diaz
fcc2be5cc5 Update README.rst
Include PyCA's Cryptography in the set of supported crypto ilbraries
2016-02-19 13:56:17 -05:00
Vladimir Diaz
d3fe49ae90 Merge pull request #314 from vladimir-v-diaz/logo
Add TUF Logo
2016-02-19 13:48:29 -05:00
Vladimir Diaz
12514bca27 Use correct file path for the README's banner 2016-02-19 11:19:34 -05:00
Vladimir Diaz
17445c178e Add banner to README 2016-02-19 11:17:47 -05:00
Vladimir Diaz
801c4ced2f Remove logo of dolly 2016-02-19 11:15:51 -05:00
Vladimir Diaz
30bd90810d Rename the banner images 2016-02-19 11:14:28 -05:00
Vladimir Diaz
2c0ef0c94a Merge branch 'logo' of github.com:vladimir-v-diaz/tuf into logo 2016-02-19 11:10:05 -05:00
Vladimir Diaz
dad3bff867 Merge branch 'develop' of github.com:theupdateframework/tuf into logo 2016-02-19 11:08:44 -05:00
Vladimir Diaz
1b378a2f80 Add avatar, banner, and favicon 2016-02-19 11:07:43 -05:00
Vladimir Diaz
88fc74af71 [WIP] Read all files from the metadata directory 2016-02-19 10:09:48 -05:00
Vladimir Diaz
167b2466ce Update README.rst 2016-02-12 14:47:29 -05:00
Vladimir Diaz
723f50fe68 Merge pull request #313 from vladimir-v-diaz/1.0-review2
Add changes for second set of review comments
2016-02-12 14:39:12 -05:00
Vladimir Diaz
da8221ccf9 Explain that crypto libraries may place further restrictions on keys
For example, PyCrypto requires that RSA keys be a multiple of 256
2016-02-12 13:07:42 -05:00
Vladimir Diaz
6bded2bce7 Remove remaining exception messages that are stored in temp variables 2016-02-11 15:28:51 -05:00