Commit graph

1737 commits

Author SHA1 Message Date
Vladimir Diaz
2ef5f3eb68 Add test case for _write_compressed_metadata() 2016-08-15 14:02:10 -04:00
Vladimir Diaz
53b16aefd1 Update tuf-spec.txt
All delegated metadata is stored in one flat directory.
2016-08-09 15:02:14 -04:00
Vladimir Diaz
b17bd8b9ea Merge pull request #359 from akanbrown/patch-5
Update README.md
2016-08-09 14:03:17 -04:00
Akan Brown
ad6a5fd6d1 Update README.md
Are users supposed to run ``import tuf.client.updater.py`` or ``import tuf.client.updater`` ? It seems a bit confusing.
2016-08-09 13:06:47 -04:00
Vladimir Diaz
fae81f6be1 Update README.rst 2016-08-08 11:40:25 -04:00
Vladimir Diaz
30e7a38f5b Merge pull request #354 from titanous/patch-1
Use HTTPS links in spec
2016-08-08 11:33:45 -04:00
Jonathan Rudenberg
03a5cc4b36 Use HTTPS links in spec 2016-08-08 11:32:00 -04:00
Vladimir Diaz
8faf32ef37 Update dev-requirements.txt 2016-08-08 11:29:21 -04:00
Vladimir Diaz
7b26dee8de Merge pull request #353 from titanous/patch-1
Fix Thandy link
2016-08-08 11:28:53 -04:00
Jonathan Rudenberg
eac88eb3e8 Fix Thandy link 2016-08-08 11:19:38 -04:00
Vladimir Diaz
971ebf4105 Update README.rst
Replace PHP's PEAR with Composer.
2016-08-08 10:39:10 -04:00
Vladimir Diaz
5f7dc52fa4 Merge pull request #352 from vladimir-v-diaz/support_wildcards_in_trusted_paths
Support Unix shell-style wildcards in trusted paths
2016-08-05 15:53:40 -04:00
Vladimir Diaz
74847e0eb5 Merge pull request #351 from vladimir-v-diaz/fix_test_download_target
Fix remaining unit test failure for test_updater.py
2016-08-05 15:53:33 -04:00
Vladimir Diaz
c2805cc628 Fix remaining unit test failure for test_updater.py
Make sure <digest>.target_filename can be requested by clients.  Writing a new targets.json causes consistent target files to be written to disk.
2016-08-05 15:42:08 -04:00
Vladimir Diaz
f05fdd9c05 Fix remaining test failures 2016-08-04 15:37:49 -04:00
Vladimir Diaz
81a147614b Add initial support for specifying Unix shell-style wildcards in paths 2016-08-04 10:59:15 -04:00
Vladimir Diaz
89bb03c9f6 Merge pull request #349 from ecordell/fix-update
Fix all_targets in updater
2016-08-04 10:09:51 -04:00
Vladimir Diaz
1b62f23b7c Merge pull request #350 from vladimir-v-diaz/update_roles_without_needing_targets
Allow roles to be written without needing target files to exist on the repository
2016-08-04 09:50:32 -04:00
Vladimir Diaz
39ffc7c0f8 Allow repository tool to write() without needing target files to exist 2016-08-04 09:40:54 -04:00
Evan Cordell
1f2a81997b Fix all_targets in updater 2016-08-04 08:15:29 -04:00
Vladimir Diaz
aceb1a87b4 Merge branch 'develop' of github.com:theupdateframework/tuf into update_roles_without_needing_targets 2016-08-03 16:48:41 -04:00
Vladimir Diaz
2cbeff15e9 Merge pull request #345 from akanbrown/patch-3
Update README.rst
2016-08-03 16:11:59 -04:00
Vladimir Diaz
aba7155e7e Merge pull request #348 from vladimir-v-diaz/fix_log_status_timestamp
Use correct timestamp filename in _log_status()
2016-08-03 14:31:56 -04:00
Vladimir Diaz
9be717239f Use correct timestamp filename in _log_status(). Fix issue #347 2016-08-03 14:02:25 -04:00
Vladimir Diaz
668f2d8772 Update comments and variable names in repository_tool.py 2016-08-03 10:52:47 -04:00
Akan Brown
d6d1746819 Update README.rst 2016-08-02 14:49:09 -04:00
Akan Brown
486c4aeb82 Update README.rst 2016-08-02 14:46:30 -04:00
Akan Brown
fe41b3c706 Update README.rst 2016-08-02 13:58:25 -04:00
Vladimir Diaz
6550583eef Merge pull request #344 from akanbrown/patch-2
Update METADATA.md
2016-08-02 10:20:45 -04:00
Akan Brown
5f9bfdcc40 Update README.rst
I did "pip install libsodium" instead of "pip install libNaCl". New users might make the same mistake.
2016-08-02 10:19:26 -04:00
Akan Brown
e31aa4dfe2 Update METADATA.md 2016-08-02 10:10:49 -04:00
Vladimir Diaz
2540cf70b3 Add function to print/log the dirty roles 2016-08-01 15:55:00 -04:00
Vladimir Diaz
0dc6665c77 Merge pull request #343 from akanbrown/patch-1
Update README.rst
2016-07-30 21:18:10 -04:00
akanbrown
ae46c58c51 Update README.rst 2016-07-30 21:05:10 -04:00
Vladimir Diaz
15bbbb7b53 List fast-forward attack in the specification, including those missing. Alphabetize the attacks. 2016-07-28 16:06:59 -04:00
Vladimir Diaz
3ded5ed5df Add description of fast-forward attack to SECURITY.md 2016-07-28 14:43:07 -04:00
Vladimir Diaz
ece53b413d Mark the version 1.0 specification as a draft 2016-07-28 13:12:58 -04:00
Vladimir Diaz
9c48d9c002 Remove merge conflict markers 2016-07-28 10:26:10 -04:00
Vladimir Diaz
c3a5af09b3 Merge branch 'develop' of github.com:theupdateframework/tuf into develop
Conflicts:
	tuf/client/updater.py
2016-07-27 17:08:23 -04:00
Vladimir Diaz
4ccd446901 Return unique list in _targets_of_role()
Previous code updated the 'targets' argument with new values, but the calling code treated the return value as unique
2016-07-27 17:02:04 -04:00
Vladimir Diaz
4d2c302cce Merge pull request #326 from vladimir-v-diaz/remaining-1.0-tasks
Remaining TUF 1.0 tasks
2016-07-27 16:58:20 -04:00
Vladimir Diaz
6ec2f8a7a4 Merge branch 'develop' of github.com:theupdateframework/tuf into remaining-1.0-tasks
Conflicts:
	tuf/download.py
2016-07-27 16:56:05 -04:00
Vladimir Diaz
02d2bf1f6b Expand a comment for the change made in the previous commit 2016-07-27 16:39:42 -04:00
Vladimir Diaz
ae4bbfdbfc Remove tuf.Error exception raised in create_keydb_from_root_metadata()
To simplify the addition of keys to keydb, add all of the valid keyids to keydb in the for loop instead of adding the default keyid separately
2016-07-27 16:33:35 -04:00
Vladimir Diaz
876ced3279 Remove invalid test case (hmm, only py35 caught this mistake) 2016-07-26 14:28:08 -04:00
Vladimir Diaz
f57a0bb1a9 Save version 0.9 of specification 2016-07-26 12:21:49 -04:00
Vladimir Diaz
2f909f695f Add Spec 1.0 2016-07-26 12:17:31 -04:00
Vladimir Diaz
fae1fb6965 Improve code coverage for __init__.py pyca_crypto_keys.py, repository_lib.py 2016-07-25 11:20:30 -04:00
Vladimir Diaz
e0a4f18223 Improve code coverage 2016-07-21 10:28:46 -04:00
Vladimir Diaz
596969ab2e Improve code coverage of keydb.py and util.py 2016-07-19 08:06:53 -04:00