Kon
c6b98bc4d3
Few small changes to test_extraneous_dependencies_attack.py
2013-04-02 06:54:25 -04:00
dachshund
f18528ecfb
Dispel annoying message about missing tuf.hash logger.
2013-03-31 20:28:28 -04:00
dachshund
3ff4e81208
Log print()-ed messages to file.
2013-03-31 20:21:04 -04:00
vladdd
1fc6b7c6f2
Verify downloaded metadata is not older than the currently installed version. Issue #12
2013-03-31 18:09:10 -04:00
dachshund
9e312ec1b0
Print id of generated RSA key.
2013-03-29 19:11:42 -04:00
dachshund
44befd86f4
Print, and log, messages in command-line utilities.
2013-03-29 19:02:15 -04:00
dachshund
5c222797d7
Remove logging to stdout.
2013-03-29 18:14:16 -04:00
Kon
3b253d6496
Completed test_extraneous_dependencies_attack.py, changes to updater.py need to be reviewed.
2013-03-27 10:58:54 -04:00
vladdd
f0eab5556e
Update the unit tests, excluding system tests, affected by the metadata design changes (issues #12 and #17 )
2013-03-22 21:24:37 -04:00
vladdd
beb3f3cb31
Update the unit tests, excluding system tests, affected by the metadata design changes (issues #12 and #17 )
2013-03-22 19:20:19 -04:00
dachshund
83fd9bed24
Merge branch 'master' into interposition
2013-03-19 01:14:15 -04:00
vladdd
93dafa6024
Continue design changes to address issues #12 and #17
2013-03-17 18:18:59 -04:00
vladdd
1d8d3056db
Commence design changes to address issues #12 and #17 .
2013-03-17 18:18:59 -04:00
vladdd
e00bdf269a
Remove unneeded TODO comment.
2013-03-17 18:18:59 -04:00
vladdd
6ae59a5962
Continue design changes to address issues #12 and #17
2013-03-17 18:16:58 -04:00
vladdd
710e67e845
Merge branch 'master' of https://github.com/akonst/tuf into metadata
2013-03-16 18:41:57 -04:00
vladdd
afb3f86ec6
Fix test condition for issue #37
2013-03-16 17:13:31 -04:00
vladdd
4785d2a196
Add test condition for issue #24
2013-03-16 17:08:25 -04:00
vladdd
15f99719a2
Fix incomplete exception name in updater.py
2013-03-16 17:01:26 -04:00
vladdd
86eb96da55
Fix for issues #36 and #37
2013-03-15 18:42:04 -04:00
Kon
ab1f0b30c1
Merge branch 'interposition' of github.com:akonst/tuf into interposition
2013-03-15 13:11:31 -04:00
Kon
3121421c03
Modified a bunch of system wide test cases.
2013-03-15 13:11:07 -04:00
dachshund
7a38640964
Log interposition hits and misses.
2013-03-14 21:31:21 -04:00
dachshund
be1a52c159
Better error logging.
2013-03-14 20:42:31 -04:00
dachshund
5236efdbae
Revert to previous logger.
2013-03-14 17:13:21 -04:00
Kon
efe2a8518b
Added some more tests - work in progress.
2013-03-14 16:48:36 -04:00
dachshund
384c656ef7
Partial remedy for #26 , #33 (expected vs actual data length).
...
Do not wish to risk breaking tuf.client.updater at this point,
where the fault lies because metadata metadata is not checked.
We are aware of #26 and #33 , and actively working to fix them.
2013-03-13 01:05:26 -04:00
dachshund
1db02d47b3
Merge branch 'interposition' of https://github.com/akonst/tuf into interposition
2013-03-12 23:45:32 -04:00
dachshund
16023f07b4
Merge branch 'master' into interposition
2013-03-12 23:44:27 -04:00
dachshund
2828deb6f6
Do not intercept non-GET HTTP requests ( #34 ); needs review.
2013-03-12 23:41:24 -04:00
Kon
5f492b65de
Added slow_retrieval_server.py, and modified few tests.
2013-03-12 14:28:13 -04:00
vladdd
112889787a
Add header block to setup.py.
2013-03-11 22:34:50 -04:00
dachshund
7b13c0316c
Merge with origin/master.
2013-03-11 17:18:26 -04:00
dachshund
ed8f655444
Shebang for Python scripts.
2013-03-11 16:34:22 -04:00
dachshund
aea13d1d99
Following Seattle coding style.
2013-03-10 03:18:49 -04:00
dachshund
0ef7e04587
Following Seattle coding style.
2013-03-10 03:16:20 -04:00
dachshund
38a38efb5a
Fix a bug caused by accidental indentation...
...
...ironically by trying to follow a coding style.
2013-03-09 17:44:39 -05:00
dachshund
2aea94c009
Follow Seattle coding style.
2013-03-08 21:02:45 -05:00
dachshund
0c072e47f2
Follow Seattle coding style.
2013-03-08 20:46:17 -05:00
dachshund
aab175d6a5
Update documentation about explicit interposition method.
2013-03-08 20:15:39 -05:00
dachshund
53a573648c
More explicit method of interposing as the urllib modules; fixes issue #28 .
2013-03-08 20:09:17 -05:00
vladdd
3ad8d280fc
Commence design changes to address issues #12 and #17 .
2013-03-08 19:22:48 -05:00
dachshund
a1bfde4893
Follow Seattle coding style.
2013-03-08 18:29:20 -05:00
dachshund
3c70103174
Better modularization of Updater.
2013-03-07 17:53:48 -05:00
dachshund
2d0062f9e1
Modularization of configuration parser.
2013-03-06 23:19:18 -05:00
dachshund
56e30797cc
Some documentation edits.
2013-03-06 21:39:09 -05:00
dachshund
e67f45a3a7
Describe SSL certificate verification.
2013-03-06 21:24:59 -05:00
dachshund
8ab6cf3c51
Better formatting.
2013-03-06 21:13:07 -05:00
dachshund
9ed32a1982
Discuss matching and transforming URL paths with regular expressions.
2013-03-06 21:08:08 -05:00
vladdd
2b22b037e9
Remove unneeded TODO comment.
2013-03-06 19:20:30 -05:00