Commit graph

3274 commits

Author SHA1 Message Date
dachshund
801b4a1922 Upgrade TUF version number to reflect current status. 2013-09-08 17:49:07 -04:00
dachshund
a1ff2b197d Upgrade TUF version number to reflect current status. 2013-09-08 17:49:07 -04:00
dachshund
ded76410f4 Merge remote-tracking branch 'origin/demo2' into demo2 2013-09-08 12:16:11 -04:00
dachshund
1acf497e6d Merge remote-tracking branch 'origin/demo2' into demo2 2013-09-08 12:16:11 -04:00
dachshund
c7979f09e7 Merge branch 'develop' into demo2 2013-09-08 12:16:04 -04:00
dachshund
ad3a66cae3 Merge branch 'develop' into demo2 2013-09-08 12:16:04 -04:00
dachshund
8a38a1897c Update README to look better on GitHub. Read on for more on 9ff22ddd4e.
About 9ff22ddd4e: I was teaching a class of students about using GitHub,
and wanted to show that cloning a Git repository off an HTTPS url would
not give the cloner write permissions. Unfortunately, I had cloned off
the SSH url and was able to push my example modifications without
failure.
2013-09-08 12:11:40 -04:00
dachshund
f245eee707 Update README to look better on GitHub. Read on for more on 9ff22ddd4e.
About 9ff22ddd4e: I was teaching a class of students about using GitHub,
and wanted to show that cloning a Git repository off an HTTPS url would
not give the cloner write permissions. Unfortunately, I had cloned off
the SSH url and was able to push my example modifications without
failure.
2013-09-08 12:11:40 -04:00
dachshund
6d8b539f2b Recognize a possible endless data attack in the form of invalid JSON metadata. 2013-09-08 02:31:50 -04:00
dachshund
3d340de4e8 Recognize a possible endless data attack in the form of invalid JSON metadata. 2013-09-08 02:31:50 -04:00
dachshund
a96169d42a Address comments from 01db53dac6. 2013-09-08 02:14:22 -04:00
dachshund
9f1e4f60e9 Address comments from 01db53dac6. 2013-09-08 02:14:22 -04:00
dachshund
bcee1f852c Better output in slow retrieval test. 2013-09-08 02:00:45 -04:00
dachshund
dc504f0395 Better output in slow retrieval test. 2013-09-08 02:00:45 -04:00
dachshund
882bb95646 A way to mitigate #42. 2013-09-08 00:32:09 -04:00
dachshund
01db53dac6 A way to mitigate #42. 2013-09-08 00:32:09 -04:00
dachshund
4f88259ac6 A few fixes for the updater unit test. 2013-09-07 20:21:45 -04:00
dachshund
14364d01c7 A few fixes for the updater unit test. 2013-09-07 20:21:45 -04:00
dachshund
4e560bc8af Fix a bug. 2013-09-07 19:57:09 -04:00
dachshund
0c80f27cad Fix a bug. 2013-09-07 19:57:09 -04:00
dachshund
64e0987a40 Processes must wait longer for the slow retrieval test. 2013-09-07 18:33:04 -04:00
dachshund
c259b3edcb Processes must wait longer for the slow retrieval test. 2013-09-07 18:33:04 -04:00
dachshund
5c5055ccca Disable console logging in system tests. 2013-09-07 18:04:58 -04:00
dachshund
d92860c800 Disable console logging in system tests. 2013-09-07 18:04:58 -04:00
dachshund
871205a57e Fix a variable shadow bug in tuf.log. 2013-09-06 19:25:43 -04:00
dachshund
df9d9a9ad1 Fix a variable shadow bug in tuf.log. 2013-09-06 19:25:43 -04:00
dachshund
c0f8ecc75c Correctly check metadata of both compressed and uncompressed files. 2013-09-06 19:08:57 -04:00
dachshund
5b1daa5293 Correctly check metadata of both compressed and uncompressed files. 2013-09-06 19:08:57 -04:00
dachshund
561ad496b7 Rename UpdateError exception to NoWorkingMirrorError. 2013-09-06 16:58:18 -04:00
dachshund
e7704355a9 Rename UpdateError exception to NoWorkingMirrorError. 2013-09-06 16:58:18 -04:00
dachshund
fa9b7ab632 Document new functions in updater. 2013-09-06 16:34:27 -04:00
dachshund
54cab17f0a Document new functions in updater. 2013-09-06 16:34:27 -04:00
dachshund
cdffedb8fb Remove unnecessary code from test_updater. 2013-09-06 15:22:32 -04:00
dachshund
3b6bb586e2 Remove unnecessary code from test_updater. 2013-09-06 15:22:32 -04:00
dachshund
cba602a503 Try fix for updater unit test. 2013-09-06 14:46:48 -04:00
dachshund
558b1f0d82 Try fix for updater unit test. 2013-09-06 14:46:48 -04:00
dachshund
def41f76bb Shorter code. 2013-09-06 14:43:15 -04:00
dachshund
954f0558f6 Shorter code. 2013-09-06 14:43:15 -04:00
dachshund
53f893781c Fix a couple of bugs.
Read file before it is closed.
Remove incorrect slow retrieval defense.
2013-09-06 14:38:30 -04:00
dachshund
e64e938d21 Fix a couple of bugs.
Read file before it is closed.
Remove incorrect slow retrieval defense.
2013-09-06 14:38:30 -04:00
dachshund
8d271bbb50 Better metadata verification. 2013-09-06 13:25:46 -04:00
dachshund
6b58670d28 Better metadata verification. 2013-09-06 13:25:46 -04:00
dachshund
be749877dd Remove MetadataNotAvailableError. 2013-09-06 11:17:33 -04:00
dachshund
7ab75fa531 Remove MetadataNotAvailableError. 2013-09-06 11:17:33 -04:00
dachshund
0428a13969 Some WIP hacks for updater. 2013-09-05 18:13:11 -04:00
dachshund
c47f9e6283 Some WIP hacks for updater. 2013-09-05 18:13:11 -04:00
dachshund
3db83a7b73 Merge branch 'refactor-download-update' into demo2
Conflicts:
	tuf/client/updater.py
2013-09-05 17:57:47 -04:00
dachshund
6273120e47 Merge branch 'refactor-download-update' into demo2
Conflicts:
	tuf/client/updater.py
2013-09-05 17:57:47 -04:00
dachshund
eacbe7ccd5 Merge branch 'develop' into refactor-download-update 2013-09-05 17:55:30 -04:00
dachshund
e799b9ccb3 Merge branch 'develop' into refactor-download-update 2013-09-05 17:55:30 -04:00